Skip to content

Releases: BoostIO/BoostNote-App

0.7.0

30 Jun 11:23
0483a35
Compare
Choose a tag to compare
  • Introduce file system based storage

0.6.1

06 Jun 07:52
0499ad0
Compare
Choose a tag to compare
  • Improve navigator
  • Improve note list UI
  • Add compact note list(Optional)
  • Include frontmatter when exporting a note as a markdown file(Optional)
  • Fix draggable top bar(macOS only)
  • Hide main window instead of closing(macOS only)
  • Discard duplicated style of markdown preview

0.5.0

27 May 07:04
f71b8de
Compare
Choose a tag to compare
  • Improve Note editing UI

0.4.1

23 Apr 06:41
525ba9f
Compare
Choose a tag to compare
  • Fix emoji syntax in code blocks(It should not be rendered) #422
  • Fix crashing after editing notes #426
  • Fix text overflow of nav label #428

0.4.0

20 Apr 02:36
c83332f
Compare
Choose a tag to compare
  • Emoji support(implemented by @AWolf81 in #374)
  • Make checkboxes clickable(implemented by @pfftdammitchris in #402)
  • Improve UI
    • Show sync status in sidebar
    • Improve context menu in sidebar
    • Refine UI coloring(It's not done yet. It will be improved more in v0.5.0)
    • Start replacing custom icons with material design icons
  • Use dark theme UI by default
  • Use material-darker theme for code editor and code fences by default
  • Discard broken tutorial and import tab(They will be back soon)

0.3.0

24 Mar 10:02
e2a09bd
Compare
Choose a tag to compare

Changes

  • Improve cloud storage management
    • Show syncing status and stop on demand
    • Auto sync
    • Manage cloud storage like a remote git repository.
    • Implement storage type converting(local <-> cloud)

AutoSync

Now the app can sync automatically after 30 secs from last editing and keep syncing every an hour. Also you can opt out if you don't need it. Further configuration options will be available from next update.

Manage cloud storage like a remote git repository

The previous build was automatically fetching all storage after signing in and removing data in local after signing out. The problem is that, if user signed out from the app without syncing, unsynced data will be lost.
From this build, the app will handle local storage and cloud storage completely separately. So if you delete cloud storage, the app still keep storage data in local storage. This is quite useful when a user discards their cloud storage accidentally or our cloud storage lost all of data(I don't think it could happen though.). Even if the bad thing happens, you can revive your cloud storage from the local data in your app(or browser).
Also you can convert local storage into cloud storage easily. So this will change UX of creating and removing storage.

Creating storage

  • Create storage with fresh cloud storage
  • Create storage from existing cloud storage

Removing storage

  • Remove just a link between cloud storage and local storage(You can restablish the link whenever you want)
  • Remove cloud storage(This will the storage turn into local storage.)

0.1.4

14 Jan 23:11
2a1018e
Compare
Choose a tag to compare
  • Improve Side Naviagtor UX #257
    • Discard global All Notes
    • Add All Notes for each storage
    • Storage and Tag Nav Item is folded when they are clicked
    • Show New Note button on All Notes page
  • Fix delete shortcut key #274
  • Add "Restore" context menu for trashed note item #290
  • Switch edit mode right after creating a new note #285
  • Fix preview image #282
  • Fix "check for updates" menu for Linux app #293
  • Show app version on About tab in Preferences #292
  • Fix NoteDetail button layout for Firefox users #291
  • Stop adding duplicated tags #286
  • Fix no storage label #275
  • Show message box when deleting
  • Fix default window size #256
  • Add Brazilian Portuguese translation #228
  • Add Korean translation #228
  • Add Mandarin Chinese translation #259
  • Fix Japanese translation #261

0.1.3

06 Jan 16:31
1882e89
Compare
Choose a tag to compare
  • Fix solarized dark code editor and code block theme
  • Fix initial window size
  • Hide titlebar for macOS

0.1.2

27 Dec 17:17
377dd3b
Compare
Choose a tag to compare
v0.1.2

0.1.2

0.1.1

21 Dec 08:35
Compare
Choose a tag to compare
  • Fix signing in problem on Windows.

There are no changes for macOS app and Linux app. So you can skip updating for this release.