Changelogs

Stay updated with the latest improvements, fixes, and features. Explore the evolution of SharpNote with our detailed changelogs.

SharpNote 1.2.0 "Crimson"

Release 1.2.0 adds several new features, improvements and bugfixes.

  • Added Folders
  • Added ability to drag & drop in Note List to customize your order of notes and folders
  • Ability to choose what happens to notes under a folder when deleting a folder (in Settings > Storage)
  • Ability to enable/disable text stats (word/line count) in Control Bar (in Settings > Editor)
  • Fix: Word/Line counts always initially show both as 1 upon opening note
  • Added checks on SharpNote version when importing a note or a sharpbook to avoid non-functional notes caused by unsupported versions
  • Added a counter of how many notes you have in the Control Bar; can be disabled in Settings > Display
  • Added ability to delete all notes and folders in 1 click (with confirmation popup)
  • Fullscreen toggle
  • Added readonly property, removed noteSyntax
  • Note List bottom bar (quick access to collapse left panel)
  • More export options (.txt, .pdf, .docx, .html)
  • Added ability to view storage usage in Settings > Storage
  • Fix: Import validity checks failing if author fields were null
  • Fix: Avoid overflow on note info popup on smaller window sizes and improve UI on very small window
  • Set minimum window width and height (400x400)
  • Added ability to include folders in .sharpbook exports
  • Added note list order (structure) to .sharpbook exports and ability to use that order when importing
  • Update all occurrences of ID in a Sharpbook if ID is already in use when importing. For example also the ID in folderNotes/noteFolder, instead of only the main note/folder ID
  • Massive performance improvements for large amount of notes using infinite scrolling
  • Fix: Memory and performance issues when importing a large amount of notes
  • Fix: Note and Folder Context Menu's overflow outside of application when opened near the bottom
  • Added ability to Undo, Redo and Paste from Menu Bar, removed Cut & Copy
  • Added ability to enable/disable spell check
  • Updated logo
  • Various styling improvements

SharpNote 1.1.0 "Blossom"

Release 1.1.0 adds several new features, improvements and bugfixes.

  • Welcome Popup
  • Username system (set thru welcome popup & settings, validation, usage in note author fields)
  • Removed database column 'noteAuthor', replaced by 'noteOriginalAuthor' and 'noteLastAuthor'
  • Disabled ability to select text in Control Bar, Menu Bar and Note List
  • Shortcuts for saving, refreshing, creating new note and closing note
  • New settings tabs: User and Shortcuts
  • Fix: Fully close note when deleting opened note
  • Replaced buttons on Notes in Note List with right-click menu
  • Added 'Note Info' popup
  • Exporting and Importing
  • Import Validation
  • Added 'Delete Mode' to quickly delete multiple notes
  • Added ability to collapse/hide the left panel
  • Ability to open documentation directly from the app
  • Set note title length limit to 100 characters
  • Fix: Prevent text overflow vertically when using Zalgo Text
  • More options in Menu Bar: 'Exit', 'Export', 'Import', 'Undo', 'Redo', 'Cut', 'Copy', 'Paste', 'Toggle Delete Mode', 'Toggle Left Panel', 'Documentation'
  • Improved/Added error notifications to notify user about major problems
  • Added menubar icons with option to turn off
  • Added note item styles: 'Normal', 'Slim', 'Big', 'Detailed'
  • Added optional 'Unsaved Changes' warning when closing note, switching notes, quitting app
  • Handle opening .sharp & .sharpbook files correctly & set them in the import popup
  • Fix: Only show Start Screen once, after that it will only show an empty version of it (prevents seeing the start screen text & logo for a split second)
  • Various styling improvements

SharpNote 1.0.0 "Azure"

Release 1.0.0 sets the groundwork for SharpNote.

  • Base App & UI
  • Note storage using database (notes.db)
  • Note List tabs
  • Note creation, updating and deletion
  • Autosaving
  • Manual save
  • Basic settings
  • Base64 encoded noteContent
  • Refresh button
  • Edit note popup & ability to edit note title and color
  • Various styling improvements