Skip to content

Releases: Dev-Lune/voltex-notes

2.0.0

Choose a tag to compare

@SIDDHU123M SIDDHU123M released this 18 Apr 14:59
v2.0.0

feat: update changelog, release notes, and version to 2.0.0; add new …

1.3.0

Choose a tag to compare

@SIDDHU123M SIDDHU123M released this 08 Apr 09:39
v1.3.0

feat: update changelog and release notes for version 1.3.0, including…

1.2.0

Choose a tag to compare

@SIDDHU123M SIDDHU123M released this 07 Apr 13:09
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

Choose a tag to compare

@SIDDHU123M SIDDHU123M released this 03 Apr 04:06
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

Choose a tag to compare

@SIDDHU123M SIDDHU123M released this 01 Apr 23:06
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.