Skip to content

Releases: CoreParadox/StickyNote

0.5.1

08 Mar 20:03
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Fixes tray icon path, causing app not to start.

0.5.0

08 Mar 02:43
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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

08 Feb 04:28
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • 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

04 Feb 20:59
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • 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

04 Feb 13:42
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • 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

04 Feb 05:44
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • 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

01 Feb 15:47
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Proper display of app icon, required files/directories are now created on startup.

0.2.5

01 Feb 04:19
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Minor performance enhancements and new icon, previous instructions still apply.

0.2.0

31 Jan 20:38
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

31 Jan 19:03
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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)