Skip to content

Releases: enchant97/note-mark

V0.12.1

28 Mar 10:30
Compare
Choose a tag to compare

Changes

Changed

  • Add users name if set on their area homepage

Fixed

  • #118; Drawer fails to load on certain browsers
  • #189; Dropdown hidden by editor toolbar

Full Changelog: v0.12.0...v0.12.1

V0.12.0

26 Mar 17:06
Compare
Choose a tag to compare

Changes

Added

  • Search for notes & books

Changed

  • All user, notebook & notes data in drawer is now loaded together in one request
  • Indentation control in editor can now be used via <tab> and <shift><tab>, thanks @RobViren
  • Optimised routes
    • Reducing the amount of requests needed
    • Reduce the need to get things via their slug's, using item ids instead

Fixed

  • Table no-longer takes up 100% of the width, unless it's needed
  • Editor UI improvements/fixes
  • Autocomplete for username & password change form

Security

  • Validation for if user still exists when authentication token is still valid)

Full Changelog: v0.11.1...v0.12.0

V0.11.1

01 Feb 10:06
Compare
Choose a tag to compare

Changes

Fixes

  • #181; Can't create notebook when one does not already exist
  • Missing background blur on editor toolbar

Full Changelog: v0.11.0...v0.11.1

V0.11.0

31 Jan 12:08
Compare
Choose a tag to compare

Note Mark has made it to 2024! Enjoy the first update bringing some new features and overhauled interface.

Changes

Added

  • Print note
  • Download note
  • Better header/footer consistency
  • #178; button to copy note to clipboard
  • #175; clickable breadcrumbs
  • Scratchpad for temporary note making (local to device)

Changed

  • Enhanced pre-login step
  • Redesigned profile & homepage

Fixed

  • Minor styling issues

Full Changelog: v0.10.0...v0.11.0

V0.10.0

27 Dec 17:44
Compare
Choose a tag to compare

Another update! Take a look at the new editor toolbar and the all-in-one Docker image to make deployment easier.

New Editor Toolbar

Changes

Added

  • All-in-one docker image, highly requested feature to make deployment easier
  • Recent notes are now on the home screen
  • Note assets, upload and use assets in your notes
  • User management via CLI

Changed

  • Fully featured editor toolbar, now also follows you down the page
  • Update Docker image versions
  • New syntax highlighting for markdown editor

Fixed

  • Ensure some fields never get converted to JSON
  • Ensure every time a note is modified the updated time is changed

Full Changelog: v0.9.0...v0.10.0

V0.9.0

20 Nov 15:52
Compare
Choose a tag to compare

Changes

Added

  • Add ability to put current note in full-screen

Changed

  • Combine notebook & notes into a tree view
  • Bump deps

Fixed

  • On note restore bring back to drawer
  • Caching fixes

Full Changelog: v0.8.0...v0.9.0

V0.8.0

21 Oct 20:03
Compare
Choose a tag to compare

Notices

  • Includes important security fixes for dependencies

Changes

Added

  • More icons!
  • Copy link button
  • Implement basic service worker for future offline functionality (PWA)
  • Keep current note mode for session
  • More intelligent caching (E-Tag & Last-Modified)

Changed

  • Use drop-down for note/notebook management
  • Code optimisation
  • Better breadcrumb view-ability on small devices
  • Update dependency versions

New Contributors

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

V0.7.0

12 Sep 20:55
Compare
Choose a tag to compare

Notices

Not that I have ever supported very old browsers, this release adds a WASM binary for accelerating markdown rendering. If your old browser does not support Web Assembly; you will have to update to a new one such as Chrome or Firefox.

Changes

Added

  • #94; note and book sorting
  • shortcut to save with MOD+S

Changed

  • WASM markdown rendering (performance improvement)
  • better dialog accessibility
  • loading improvements
  • soft-delete notebooks for future feature
  • #91; notes and books now have a small random suffix for slug on creation
  • editor will now be focused on load
  • auto-save can now be toggled on and off
  • clearer message on login & signup pages when api has not been set

Fixed

  • prevent infinite re-loading if api cannot be accessed
  • #91; report SQL errors correctly
  • #88; todo spacing
  • drawer not always being on top

Full Changelog: v0.6.0...v0.7.0

V0.6.0

08 Sep 14:52
Compare
Choose a tag to compare

Enjoy the latest generation of Note Mark, completely redesigned from scratch.

Notices

  • Removal of MySQL & MariaDB support, not all features were supported

Changes

Added

  • proper docs for deployment

Changed

  • bump deps to latest
  • ui improvements
  • better re-login flow

Fixed

  • Empty note handling on ui
  • ensure correct link is handled in drawer

Removed

  • MySQL and MariaDB support

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

V0.6.0-alpha.4

10 Jul 17:01
Compare
Choose a tag to compare

Added

  • public viewing of books & notes
  • note soft+hard deletion & restore
  • cleanup tool
  • new cli

Changed

  • bump deps
  • enabled spellchecker in editor
  • more loading spinners for certain things
  • modals now use html 'dialog' element, improving accessibility

Full Changelog: v0.6.0-alpha.3...v0.6.0-alpha.4