Skip to content

Releases: BoostIO/boost-releases

v0.7.2

18 Oct 06:45
Compare
Choose a tag to compare
  • Fix editor bug when using Japanese IME Keyboard.

v0.7.1

17 Oct 16:20
Compare
Choose a tag to compare
  • Fix minor design bugs.

v0.7.0

16 Oct 23:50
Compare
Choose a tag to compare
  • Replace Ace editor with Codemirror
  • Improve UI
  • Fix minor bugs fix
    • Crush on deleting empty folder
    • Finder shows wrong detail when search keyword is empty.

v0.6.8

22 Sep 06:20
Compare
Choose a tag to compare
  • Fix data parsing error (\u2028)

v0.6.7

21 Sep 08:25
Compare
Choose a tag to compare
  • Fix dataApi bugs
    • Line separator(\u2028) characters doesn't be escaped when stringifying.
    • The app tries to parse .DS_Store as a note.
  • Fix segfaults error when closing app on Ubuntu

v0.6.6

20 Sep 08:39
Compare
Choose a tag to compare
  • Attempt to recover broken storages
  • Fix renaming storage name bug

v0.6.5

15 Sep 00:34
Compare
Choose a tag to compare
  • Infinite scroll
  • Confirm on blur when editing color and name of folder.
  • Default note option(Snippet/Markdown/Always
  • Context menu for notes(Delete
  • Show dialog when deleting snippet
  • Improvement folder select #106
  • Resizable SideNav
  • Strip markdown syntax from title
  • Using Immutable
  • Refactor for dataApi

v0.6.4

23 Aug 06:06
Compare
Choose a tag to compare
  • App doesn't quit properly on Windows and Linux (with Cinnamon)
  • Syntax mode will be automatically detected and set by filename.

v0.6.3

14 Aug 09:14
Compare
Choose a tag to compare
  • Fix error when closing main window on Ubuntu #57
  • Finder
  • Dark theme (UI customization will be embeded the next update)
  • Folder color picker by @dotcs #77
  • Fix layout bug #69
  • expand/folder sidebar
  • Markdown snippet in Snippet note can be rendered just like Markdown note

v0.6.2

28 Jul 09:02
Compare
Choose a tag to compare
  • Improve performance: debounce dispatch
  • Footnote
  • GFM style checkbox*
  • Add tooltips to buttons