github Zettlr/Zettlr v2.0.1
Release v2.0.1

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

No stable release works without bugs, and thanks to our community, we found them
quickly! This patch fixes those initial bugs.

GUI and Functionality

  • Previously, list items were rendered as if they were code blocks if they were
    indented by at least four spaces, which was not supposed to happen. Thanks to
    @Redsandro for fixing this!
  • The autocomplete dropdowns in the editor now only show the top 50 matches. Any
    more wouldn't be visible either way, and additionally, we have had reports
    that databases with more than 10,000 items made those lists somewhat slow.

Under the Hood

  • Switched to providing necessary information to BrowserWindow instances via
    URLSearchParams instead of utilizing the additionalArguments property on
    the window constructor, since on Windows, Electron injects an additional
    property prefetch:1 afterwards, rendering it pure luck to retrieve the
    correct information across all Platforms.
  • Switched the Sidebar and the SplitView components from v-show-directives
    to v-if directives to prevent rendering while they are not in view.

Don't miss a new Zettlr release

NewReleases is sending notifications on new releases.