You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
# Changelog
2
2
3
-
## 0.2.0
3
+
## 0.2.0 - 2023/11/07
4
4
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.
7
6
There will be no more tag to version (-beta or -alpha)
8
7
9
8
### VsCode
@@ -14,12 +13,22 @@ There will be no more tag to version (-beta or -alpha)
14
13
- Separate log for each vscode instance and implement a cleanup of old files
15
14
- Add a warning if detected odoo in the workspace that's different than the one in the selected configuration
16
15
- 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
17
22
18
23
### Fixs
19
24
20
25
- Autocompletion can no longer propose parameters as items
21
26
- Support venv on windows
22
27
- 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
0 commit comments