Skip to content

v1.13

Compare
Choose a tag to compare
@gri38 gri38 released this 25 Aug 22:30
· 50 commits to master since this release

Features

  • Notes history: list of the latest notes consulted, to be able to open them quickly, or pin them (#28)
    demo_joplin_notes_history
  • Tabs in notes (not displayed in joplin applications). Syntax here.
    image

Small ENH

  • Login screen "theme" in joplin-vieweb site flavor
  • In note edition: when title gets focus: select all.

Upgrade

  • Upgrade procedure
    WARNING:
    Don't forget to add the max history depth in settings.py:
JOPLIN_NOTES_HISTORY_DEPTH = 10

Bug / ENH fixes

  • Fix #51: Tables are now rendered in note view
  • Fix #50: empty tag are not added
  • Fix #52: support mardown highlight with == syntax ==
  • Fix #48: clicking on a header on note TOC scrolls to that header (instead of opening a new window)
  • Fix #53: When user confirms checkboxes changes in a note, the note is not reloaded again (avoid blinking effect).
  • Fix #55: Same html render in compose preview than in note view
  • Fix #56: scroll bars are now also thin in chrome browsers.