github Zettlr/Zettlr v1.8.1
Release v1.8.1

latest releases: v3.1.0-beta.3, v3.1.0-beta.2, v3.1.0-beta.1...
3 years ago

This patch for Zettlr 1.8 fixes a few things that unfortunately made it into the last release. Please see the changelog below for all things that changed.

Changelog

GUI and Functionality

  • Fixed the non-working reveal.js exports.
  • Add support for chemical formulae in KaTeX (thanks to @likeadoc for implementing).
  • Design fix for the color swatches in the tag manager.
  • Fix preferences not opening on the corresponding menu item (Windows/Linux).
  • Fix the parent menu not closing on a click in the child menu (submenu).
  • Fixed rendering of footnote references.
  • Jumping to specific headings now places those headings at the top of the viewport, instead of simply pulling it into view.
  • Fix an edge condition where tags within code blocks would be detected if they contained an odd number of `-characters.
  • Re-instated the directory rescanning functionality.
  • Disable VIM editor input mode until further notice.

Under the Hood

  • The release tags will now be created with a prefix "v" again. This should fix various issues around the assumption of the "v" being the correct GitHub tag.
  • Fix all linter errors. PRs should now receive a nice green checkmark instead of the error symbol (unless there are new errors in the PR itself).
  • Remove asynchronous initialisation logic from the main object's constructor.
  • Added a footnote testing file.
  • Significantly increase document loading times by deferring text marking functions to idle times in the browser's event loop, using requestIdleCallback. This induces a small visual lag, but the documents load much faster, and arguably, it's better this way because one doesn't have to wait until the document has fully rendered before one can start to write. (Some testing with regard to long-term writing performance might make sense.)
  • Add debug logging to the configuration provider to check errors on config save and load.

Don't miss a new Zettlr release

NewReleases is sending notifications on new releases.