Skip to content

NoteX v1.5.0

Choose a tag to compare

@gegamoteam gegamoteam released this 31 May 18:50

Release - Settings & Theme Persistence
This release introduces complete session persistence to the editor, ensuring that your preferences, workspace configuration, and visual layout choices are automatically saved and restored on every launch.

Key Changes
⚙️ Visual & Workspace Session Persistence
Theme Persistence: Your active color theme (Light/Dark Mode) is now saved and automatically restored when launching the application.
Text Wrapping Preferences: The editor now remembers your Word Wrap toggle preference.
Editor Zoom & Font Size: Font scaling changes are persisted, preserving your preferred reading and writing comfort.
Status Bar Visibility: Remembers whether the bottom status bar is toggled visible or hidden.
Workspace Folder Path: Your chosen workspace root directory is remembered, ensuring the file tree sidebar opens to the correct folder on launch.
⚡ Under the Hood
Lazy State Initializers: States are parsed from local storage synchronously on startup to prevent any layout flash.
Zero-Touch Auto-Saves: Seamlessly persists changes via background state listeners immediately when adjusted in the interface.

Added linux support