Releases: CoreParadox/StickyNote
Releases · CoreParadox/StickyNote
0.5.1
- Fixes tray icon path, causing app not to start.
0.5.0
Nearly complete rewrite of the whole app.
- Implemented Vuex
- Replaced HyperMD with plain Codemirror and Showdown
- Added tray icon
- Window now closes to tray
- Ctrl+Shift+A now toggles, moves, and focuses window
- Styling changes
- More reliable configuration updates
- Better performance and more reliable file loading
0.4.3
- When opening a second instance, the window will move to your mouse position BUT it will remain fully on screen so it doesn't accidentally become inaccessible or awkward to move.
0.4.2
- Fixed errors caused by running the app without initializing electron
- Cleared all errors caused by async functions, such as initializing the config with no defaults.
- Fixed more styling issues
- Improved settings display and function
- When deleting all notes, a new one is added and set as default.
- If no notes are found a new one is created and set as default.
- Additional editors should no longer be created due to them not being destroyed.
0.4.1
- Moved dependent files out of directory so they don't get nuked on update
- You'll still have to move them out yourself if you want to keep them for this release
- Fixed styling issues
0.4.0
- Added a settings panel for easier configuration.
- Made urls open in default browser instead of electron.
- App now only allows one instance of itself.
- When launching another instance, app will restore/focus + move to mouse position
0.3.0
Proper display of app icon, required files/directories are now created on startup.
0.2.5
Minor performance enhancements and new icon, previous instructions still apply.
0.2.0
Again, you'll need to create a folder wherever you specify the notes directory in the config (defaults to ./notes). Config will be created on first run (will probably error out and need a refresh)
- Added a delete button to delete notes
- Added an add button to create new notes.
- Adjusted the default size of the window.
0.1.0
you'll need to create a folder wherever you specify the notes directory in the config (defaults to ./notes). Config will be created on first run (will probably error out and need a refresh)