Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:21
· 66 commits to main since this release

Fixed

  • The settings, detail, and quick-capture dialogs did not scroll: with
    more content than window height, the lower sections (sync fields,
    maintenance, dependencies, notes) were simply unreachable — user
    report with screenshot. The dialogs now use Kirigami.Dialog, which
    caps its height at the window and shows a scrollbar.
  • Section headers in the rebuilt dialogs are left-aligned headings.

Installation

The tarball contains a dynamically linked x86_64 binary built on Arch Linux.
It requires Qt 6, Kirigami 6, Kirigami Addons, ki18n, and qqc2-desktop-style
at runtime. On other distributions, building from source is recommended:

git clone https://github.com/hnsstrk/vergissmeinnicht-kde
cd vergissmeinnicht-kde
scripts/install-local.sh

See docs/building.md for details.