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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## 0.6.1 - 2025/24/04 - File cache option and bugfixs
4
+
5
+
### Key features
6
+
7
+
- New option that will move file cache from RAM to disk (reduce memory usage by ~30%, but will increase disk access). It is off by
8
+
default to not stress your disk, but you can activate it in your settings if you are on a computer with limited RAM amount.
9
+
- This patch focus on bugs you reported from the 0.6.0. Thank you for sending us your crash report, it helps us building a stable tool !
10
+
11
+
### Server
12
+
13
+
- New file cache option to move file cache from RAM to disk. Off by default
14
+
15
+
### Fixs
16
+
17
+
- Fix an issue that was removing all diagnostics on settings change for no reason
18
+
- Fix a crash on evaluation refresh
19
+
- Fix transformation of path from addon entry to main entry
20
+
- Fix creation of entryPoint for namespace symbols
21
+
- Fix an issue that prevented the server to mark files as closed, creating a crash on reopening.
22
+
- Fix parsing of `__manifest__.py` and `__init__.py` in custom entry point. It fixes crash when opening files outside of the config
23
+
- Fix crash on parsing empty `__manifest__.py` file
24
+
- Fix reloading of custom entry point
25
+
- Fix path comparison. "account_account" will not be considered below "account" because it shares the same start. Now path components are properly used
26
+
for the comparison.
27
+
3
28
## 0.6.0 - 2025/15/04 - Entrypoints and NOQA Update
0 commit comments