Skip to content

Releases: enchant97/note-mark

V0.3.1.1

22 Aug 21:37
Compare
Choose a tag to compare
  • Increment pip version
  • Adjust README content

V0.3.1

20 May 17:28
Compare
Choose a tag to compare

Fixes

  • Allow for minor pip version updates
  • Remove "saved" popup to just use the save button for status

V0.3.0

26 Apr 18:49
Compare
Choose a tag to compare

New Features & Fixes

  • Show whether note is unsaved
    (change to unsaved when user types, change to save when save is completed)
  • Sort row results
    • Notebook list page
    • Notes list page
  • Correct unreadable link font colour in dark-mode
  • Add more admin commands
    • Reset password
    • Delete user
    • View users
  • Export notebook (downloads as zip file)
  • Remove unneeded features
  • Add share-link copy button
  • Option to remove link-shares & user-shares

V0.2.0

15 Apr 20:21
Compare
Choose a tag to compare

New Features

  • add dark & light theme
  • add admin stats & user password change
  • add account deletion
  • add username & password change functionality
  • support saving with link-share

V0.1.1

07 Apr 19:34
Compare
Choose a tag to compare

Fixes

  • Change PATCH to POST route

V0.1.0

05 Apr 21:01
Compare
Choose a tag to compare

New Features & Fixes

  • Remember me tick box on login
  • API routes (only available to logged in users)
  • use fetch for getting the notebook html
  • Create a get_token route
  • Fix bug with saving in edit after already doing so
  • Show ws message for when edited from elsewhere
  • Fix the share-link edit route (mark updated functions needs changing)
  • Popup messages match Quart flashes
  • Auto delete flashes after a certain time
  • Share-link can trigger ws messages, but not receive them
  • Mobile view
  • Control panel on top of text area
  • Change websocket ws to wss if page is secure
  • Background saving & auto-save (no page reload needed)
  • Make flashed messages float at top of window
  • Make tool-bar float at top when it is out of view