v5.0.1
What's New in v5.0.1
Fixed
- Removed
Math.random()from persisted text session ID generation; IDs now prefer Web Crypto, with collision-checked fallbacks when it is unavailable.
Install
Download the attached Linux AppImage:
chmod +x ./*.AppImage
./*.AppImageThe mindnotes-pro-v5.0.1.tar.gz archive contains the production web build for static hosting. You can also use the Live App.
Before upgrading
Export a JSON backup before clearing browser site data or changing devices. Browser documents remain local to the current origin. The previous v4 document store is imported read-only on first v5 startup when available; the original database is never deleted. If automatic migration cannot occur, export the old data as JSON when possible and use the supported import path; imports replace the current board after validation.
Full Changelog · Report Issues
What's Changed
- fix: remove insecure text session id fallback by @11suixing11 in #147
- chore(release): prepare v5.0.1 by @11suixing11 in #148
Full Changelog: v5.0.0...v5.0.1