Skip to content

Commit 07f8256

Browse files
committed
[VERSION] 0.2.0
1 parent f1ce7f5 commit 07f8256

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Changelog
22

3-
## 0.2.0
3+
## 0.2.0 - 2023/11/07
44

5-
Update to version numbers: "0.x.0"
6-
If x is even, it will be a beta (or pre-release) version, odd numbers will be release version.
5+
Update to version numbers: "0.x.0" if x is even, it will be a beta (or pre-release) version, odd numbers will be release version.
76
There will be no more tag to version (-beta or -alpha)
87

98
### VsCode
@@ -14,12 +13,22 @@ There will be no more tag to version (-beta or -alpha)
1413
- Separate log for each vscode instance and implement a cleanup of old files
1514
- Add a warning if detected odoo in the workspace that's different than the one in the selected configuration
1615
- Add a warning if detected addons paths in the workspace that were not added in the configuration
16+
- New readme and repository refactoring
17+
18+
### Server
19+
20+
- An inheritance that is not in the dependecies of the module will now raised a "not in dependency" error instead of a "not found" one.
21+
- Odoo 16.3+ : raise a DeprecationWarning on all "odoo.tests.common.Form" imports and manually resolve the new symbol
1722

1823
### Fixs
1924

2025
- Autocompletion can no longer propose parameters as items
2126
- Support venv on windows
2227
- Fix odoo version detection for intermediate version (saas)
28+
- Module detection behaviour: empty directory canno't be selected anymore as valid module while searching for a dependency, and non-module files are not added to the tree if not needed.
29+
- New symbols are not built anymore if nothing is importing them
30+
- Python 3.10+: IndentationError is using -1 character index (despite the documentation indicating [1-MAX_INT]), so a special case has been added to handle it.
31+
- The server will not try to release a non-acquired lock anymore
2332

2433
## 0.1.1-alpha.1 - 2023/09/27
2534

0 commit comments

Comments
 (0)