|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.11.0] - 2025-03-10 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Add support for generating docstrings for classes |
| 10 | +- Add `codeAnalyzer` option |
| 11 | + |
| 12 | +### 🐛 Bug Fixes |
| 13 | + |
| 14 | +- Set current supported Python version in notifications |
| 15 | +- Correct language server trace level based on extension log level |
| 16 | +- Prevent concurrent language server restarts |
| 17 | + |
| 18 | +### 📚 Documentation |
| 19 | + |
| 20 | +- *(readme)* Add link to github for feedback |
| 21 | +- *(changelog)* Generate changelog using `git-cliff` |
| 22 | +- *(readme)* Add icon to version badge |
| 23 | +- *(readme)* Replace license badge with number of installs badge |
| 24 | + |
| 25 | +### 🚜 Refactor |
| 26 | + |
| 27 | +- Reorganize structure of language server code |
| 28 | +- Merge server management into `ServerManager` class |
| 29 | +- Move `checkInterpreter` function to `python.ts` |
| 30 | +- Extract `logging.ts` from `log` folder |
| 31 | +- Merge `setup.ts` into `utilities.ts` |
| 32 | +- Move `getLSClientTraceLevel` function to `logging.ts` |
| 33 | + |
| 34 | +### 🎨 Styling |
| 35 | + |
| 36 | +- Sort typescript imports |
| 37 | + |
| 38 | +### 🧪 Testing |
| 39 | + |
| 40 | +- Add python tests |
| 41 | + |
| 42 | +### ⚙️ Other |
| 43 | + |
| 44 | +- Integrate `uv` dependency manager |
| 45 | +- *(deps)* Add `pyright` linter |
| 46 | +- *(deps)* Add `flake8-todo` linter |
| 47 | +- Improve description of extension options |
| 48 | +- *(deps)* Bump `black` formatter from 24.10.0 to 25.1.0 |
| 49 | +- *(deps)* Bump `flake8` linter from 7.1.1 to 7.1.2 |
| 50 | +- Add GitHub Actions workflow |
| 51 | +- Bump minimum supported VSCode version to 1.78 |
| 52 | +- *(deps)* Add `@vscode/python-extension` package |
| 53 | +- Update `.vscodeignore` file to be up-to-date |
| 54 | +- *(deps)* Bump nodejs packages |
| 55 | +- Integrate `git-cliff` changelog generator |
| 56 | + |
5 | 57 | ## [0.10.1] - 2025-01-17 |
6 | 58 |
|
7 | 59 | ### ⚙️ Other |
|
0 commit comments