BoostNote-App

Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.

OTHER License

Stars
3.7K
Committers
63

Bot releases are visible (Hide)

BoostNote-App - 0.12.3

Published by Rokt33r almost 4 years ago

  • Implement more shortcuts
Behavior macOS Windows/Linux
Switch Workspace Cmd + 0~9 Ctrl + 0~9
Bold Cmd + B Ctrl + B
Italic Cmd + I Ctrl + I

Other previous changes in v0.12.x

  • Improve global search modal
  • Notarize macOS app
  • Revamp shortcut keys

Improved global search modal

  • Highlight searched string
  • Show multiple search results of a note
  • Show preview of searched notes

Revamp global shortcuts

Now the below shortcuts are available for local workspaces and cloud workspaces.

Behavior macOS Windows/Linux
New Note Cmd + N Ctrl + N
New Folder Cmd + Shift + N Ctrl + Shift + N
Find All Notes Cmd + Shift + F Ctrl + Shift + F
Find in a doc Cmd+F Ctrl+F
Find globally Cmd+P Ctrl+P
Full screen Cmd + Ctrl+F F11
Toggle Edit/Preview Mode Cmd + E Ctrl + E
Toggle Split Editor mode Cmd + \ Ctrl + \
Close Window Cmd + W Ctrl + W
Export a doc as a file Cmd+S Ctrl+S
Toggle Side Nav (Not available for local workspaces yet) Cmd + Shift + 0 Ctrl + Shift + 0
Focus main content Cmd + J Ctrl + J
Focus Note Title Cmd + Shift+ J Ctrl + Shift + J
BoostNote-App - 0.12.2

Published by Rokt33r almost 4 years ago

  • Improve global search modal
  • Notarize macOS app
  • Revamp shortcut keys

Improved global search modal

  • Highlight searched string
  • Show multiple search results of a note
  • Show preview of searched notes

Revamp global shortcuts

Now the below shortcuts are available for local workspaces and cloud workspaces.

Behavior macOS Windows/Linux
New Note Cmd + N Ctrl + N
New Folder Cmd + Shift + N Ctrl + Shift + N
Find All Notes Cmd + Shift + F Ctrl + Shift + F
Find in a doc Cmd+F Ctrl+F
Find globally Cmd+P Ctrl+P
Full screen Cmd + Ctrl+F F11
Toggle Edit/Preview Mode Cmd + E Ctrl + E
Toggle Split Editor mode Cmd + \ Ctrl + \
Close Window Cmd + W Ctrl + W
Export a doc as a file Cmd+S Ctrl+S
Toggle Side Nav (Not available for local workspaces yet) Cmd + Shift + 0 Ctrl + Shift + 0
Focus main content Cmd + J Ctrl + J
Focus Note Title Cmd + Shift+ J Ctrl + Shift + J
BoostNote-App - 0.11.6

Published by Rokt33r almost 4 years ago

Thank @Komediruzecki @guneskaan @coderkk 😍😍😍

BoostNote-App - 0.11.5

Published by Rokt33r almost 4 years ago

v0.11.5

  • Fix pdf exporting

v0.11.0-v0.11.4

  • Introduce PDF exporting
  • Renew editor UI
    • Move title input
    • Implement bottom toolbar
  • Boost Note for Teams(AKA Boost Hub) integration
BoostNote-App - 0.11.4

Published by Rokt33r almost 4 years ago

  • Introduce PDF exporting
  • Renew editor UI
    • Move title input
    • Implement bottom toolbar
  • Boost Note for Teams(AKA Boost Hub) integration
BoostNote-App - 0.10.2

Published by Rokt33r almost 4 years ago

  • Introduce internal heading link #623
  • Fix mixed tab/space indentation #636
  • Fix legacy importing tolerable(Fix EISDIR errors)
  • Improve Side navigator UI
    • Fix the hidden fold button of folder nav items in Wiki mode.
    • Fix storage name text overflow style.
    • Separate new button of workspace nav item and folder nav items.
    • Fix note creation behavior from workspace nav items.
  • Fix tag name overflow in the toolbar #159
BoostNote-App - 0.10.1

Published by Rokt33r almost 4 years ago

  • Introduce Wiki App Mode
  • Add 2 toggles UI for switching edit mode
  • Revamp cloud storage backend(Faster and more stable)
BoostNote-App - 0.9.0

Published by Rokt33r about 4 years ago

BoostNote-App - 0.8.2

Published by Rokt33r about 4 years ago

Fix broken code fences

BoostNote-App - 0.8.0

Published by Rokt33r about 4 years ago

BoostNote-App - 0.7.0

Published by Rokt33r over 4 years ago

  • Introduce file system based storage
BoostNote-App - 0.6.1

Published by Rokt33r over 4 years ago

  • 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
BoostNote-App - 0.5.0

Published by Rokt33r over 4 years ago

  • Improve Note editing UI
BoostNote-App - 0.4.1

Published by Rokt33r over 4 years ago

  • 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
BoostNote-App - 0.4.0

Published by Rokt33r over 4 years ago

  • Emoji support(implemented by @AWolf81 in https://github.com/BoostIO/BoostNote.next/pull/374)
  • Make checkboxes clickable(implemented by @pfftdammitchris in https://github.com/BoostIO/BoostNote.next/pull/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)
BoostNote-App - 0.3.0

Published by Rokt33r over 4 years ago

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.)
BoostNote-App - 0.1.4

Published by Rokt33r almost 5 years ago

  • 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
BoostNote-App - 0.1.3

Published by Rokt33r almost 5 years ago

  • Fix solarized dark code editor and code block theme
  • Fix initial window size
  • Hide titlebar for macOS
BoostNote-App - 0.1.2

Published by Rokt33r almost 5 years ago

BoostNote-App - 0.1.1

Published by Rokt33r almost 5 years ago

  • Fix signing in problem on Windows.

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