Releases: BoostIO/BoostNote-App
0.7.0
0.6.1
- 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
0.4.1
0.4.0
- 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
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
- 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