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: RELEASE-v0.9.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,11 @@ perform the Xous firmware upgrade. This requires running manual update commands,
285
285
- Fix bug in device auto-shutdown; COM/LLIO method deprecated as susres method does the correct sequencing. This should help with some of the "insert paperclip" scenarios after updating SoC, hopefully.
286
286
- Updated VexRiscv core to the latest version. STATIC branch prediction enabled and slightly faster I$ gives a small performance bump. Also fixes a bug with cache flushing that was causing coherence problems with the PDDB.
287
287
- Fix tricky loader bug that was causing subtle issues with various build configurations
288
+
- Suppress main menu from popping up before the PDDB is mounted (resolves race conditions based on PDDB-stored keys)
289
+
- Optimize PDDB bulk key listing performance
290
+
- Add French language locale (thanks @tmarble!)
291
+
- Add `mtxcli` application, a basic Matrix chat interface (currently just https-secured, not E2EE). Thanks again @tmarble for the contribution!
292
+
- Several infrastructure changes/improvements to how utralib and crating works
0 commit comments