Releases: Dev-Lune/voltex-notes
Releases · Dev-Lune/voltex-notes
Release list
2.0.0
1.3.0
v1.3.0 feat: update changelog and release notes for version 1.3.0, including…
1.2.0
chore: bump version to 1.2.0 and add Excalidraw integration - Updated package.json to version 1.2.0 and added @excalidraw/excalidraw as a dependency. - Introduced AUDIT-FULL.md for a comprehensive codebase audit, detailing critical, high, medium, and low severity issues and their resolutions. - Created CHANGELOG.md to document notable changes in version 1.2.0, including new features, fixes, and improvements.
1.1.0
feat: Enhance cloud sync and UI features - Added per-folder cloud sync with a prompt for syncing vaults upon opening. - Introduced 15 new themes, bringing the total to 24, with improved theme synchronization. - Redesigned loading screen and success/error pages for a better user experience. - Implemented folder metadata syncing to Firestore and fetching of synced folder IDs. - Updated sidebar to indicate synced folders with a cloud icon. - Improved Electron window background color synchronization with active themes.
1.0.0
feat: integrate Electron for desktop application support - Added Electron configuration and main process files. - Implemented IPC handlers for file system operations and vault management. - Created a preload script to expose Electron API to the renderer. - Bundled Electron main and preload scripts using esbuild. - Updated package.json with Electron dependencies and scripts for building and running. - Added license agreement for the application. - Configured auto-updater for seamless updates. - Implemented content security policies for enhanced security. - Created utility functions for serializing and deserializing notes. - Added a proxy for handling requests with security headers.