Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Releases: ruralad/notedown

v0.8.0

16 May 09:00
eba368b
Compare
Choose a tag to compare

What's Changed

  • feat: updater (#32)

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 May 08:54
Compare
Choose a tag to compare

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

06 May 11:28
29e8783
Compare
Choose a tag to compare

Features

  • All new UI, built with shadcn ui (#30)
  • Themes! Now switch between light and dark themes, or stick with your system. (#32)
  • Tauri updated to 1.3 (#31)

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 May 06:29
Compare
Choose a tag to compare

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

26 Apr 07:39
Compare
Choose a tag to compare

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

15 Apr 11:35
a2f6f0c
Compare
Choose a tag to compare

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

11 Apr 10:39
f21702d
Compare
Choose a tag to compare

What's Changed

  • Bigger editor
  • When a new note is created, active note in editor will be the new note.
  • Workflow update

Bug Fix

  • Note duplication #11
  • Flickering issue while toggling focus mode

Full Changelog: app-v0.2.0...v0.2.2

v0.2.0

10 Apr 10:23
094b4c3
Compare
Choose a tag to compare

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

06 Apr 17:21
4b1a898
Compare
Choose a tag to compare
v0.1.2 - alpha Pre-release
Pre-release

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

04 Apr 18:30
60ec1f7
Compare
Choose a tag to compare
App v0.1.0-alpha Pre-release
Pre-release

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