Skip to content

v0.35.0-beta release

Pre-release
Pre-release

Choose a tag to compare

@zadam zadam released this 09 Sep 19:43

This is a beta release and can contain bugs. Use only for testing. Additionally, 0.35.0 has changes in the sync protocol and requires all instances to be upgraded.

Highlight of this release is "sidebar" with widgets which contain usually contains some note metadata. 9 widgets are provided out of the box + it's possible to create custom ones:

  • Attributes
  • Link map
  • Note info
  • Note revisions
  • What links here
  • Similar notes
  • Edited notes
  • Calendar

Besides that, there are some other features:

  • Text editor improvements:
    • Text highlighting
    • Font size
    • Checklists
    • Resizable images
  • Export tar & Import tar will fix internal links
  • Note tabs are loaded lazily which should improve performance when opening many tabs
  • It's now possible to delete notes including all clones (#629)
  • Also better delete confirmation dialog which lists notes to be deleted
  • Options has a tab which allows you to define what code note types will be in a dropdown
  • (refactoring) - links object unified with relation/attributes
  • many other smaller improvements