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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## [1.0.4] - 2025/10/31 - Fix Borrow error
4
+
5
+
### Zed
6
+
7
+
- Fix the update script to use ".tar.gz" compression instead of ".zip" on linux and darwin computers.
8
+
9
+
### Fixes
10
+
11
+
- crash fix: Borrow error on some "on-the-fly" build.
12
+
- Fix the rust version used to compile server to 1.91 and put this requirement in cargo.toml
13
+
3
14
## [1.0.3] - 2025/10/26 - Fix out-of-sync issues
4
15
5
16
We rewrote the thread pool of OdooLS to get rid most of the last known crashes, as they are nearly all linked to out-of-sync issues and the way the thread pool was greedily delaying important tasks.
0 commit comments