This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Releases: ruralad/notedown
Releases · ruralad/notedown
v0.8.0
v0.7.0
Features
- New icons, using lucide
- Export as Markdown! ( #34 )
Fixes
- Line and Column data not updating sometimes has been fixed. If no note is selected, or selected note has 0 contents, data won't be shown. ( #36 )
- Optimized zustand imports ( #35 )
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
Features
- Copy To Clipboard
- Current line and column of cursor in editor
Fixes
- data fetching and verification moved into loading component
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Features
- New loading component
- Preview as Markdown
- Dynamic Window Titles
- Window size, editor style persists on close
Fixes
- lastOpened in settings updates after title change
- Note directory overflow handled
NOTE: Assets for all platforms were overwrote by 0.5.0 release due to a workflow file bug, so they have been deleted.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
See the assets to download this version and install.
What's Changed
- Notes can now be deleted (finally!)
- Spellcheck disabled in editor
- Switched to pnpm
Bug fixes
- Error where note contents some time goes blank while editing heading fixed
- Error where note name cannot be changed sometime fixed
- removed shell permission in tauri conf
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.0
What's Changed
- Better Layout
- Added animations with framer-motion
- Overflow control in editor
- new
noteNo
for each note
New Features
- word, character count in editor
- Last opened note before close persists when reopening app
Full Changelog: app-v0.1.2...app-v0.2.0
v0.1.2 - alpha
See the assets to download this version and install.
What's Changed
- UI, Readme Update
- Notes are now stores as json files.
Fixes
- Notedown folder is verified forr every directory read req #6
- Avoided first entry in directory read list (since it's the settings folder) #5
Full Changelog: app-v0.0.2-alpha...app-v0.1.2
App v0.1.0-alpha
See the assets to download this version and install.
What's Changed
- UI update
- Files are now stored as json
New Features
- Focus Mode
- Custom titlebar