Albinism 0.22.1
github-actions
released this
16 Dec 18:27
·
116 commits
to master
since this release
albinism (noun) the condition of an albino
A new logo! Minor UI update, especially for mobile. Improved tagging experience and search performance. Some bug fixes.
Heads up: notes are now sorted by last edited instead of last created – but there's a new switch to change the behavior, too.
Known issues
- the new tag sorting might take some usage before it 'warms up'
Next up
v0.23 new features, but still evaluating which. Maybe #43 or #49 finally.
Changes
0.22.1 (2022-12-16)
Bug Fixes
- client: don't treat key presses on textarea as shortcuts (1380e07)
0.22.0 (2022-12-13)
Bug Fixes
- client: completely close app even on macOS when window is closed, workaround for #182 (28c3256)
- client: fetch notes on tag when untagging, updates cache (7967881)
- client: workaround to fit notes menu in a single line on even smaller displays (8673f05)
- ensure migrations pass on a new/clean database (f24cab4)
- include a smaller icon for macOS, fixes #132 (62551d0)
- prevent crash on accounts with no notes or tags (8865d8d)
Features
- add browser-compatible hotkeys/keyboard shortcuts, remove refresh shortcut (68b56d0)
- client: compact notes page menu on mobile (535e7e9)
- client: option to change 'sort by', closes #125 (dcecb4e)
- client: secondary sort tags by usage (09f0e7c)
- delete tags, closes #136 (0e78333)
- display nicer pages when there is no content to show, closes #147 (39c5e79)
- new logo, closes #46 (a752f6b)
- proper error handling when single entities are not found (2e613ba)
- replace custom tag search with @mui's autocomplete, closes #141 (166bf32)
- rudimentary importer (f8c25fb)
- server: log apollo errors on server (8cd7bf1)
- sort tags with
match-sorter
(7cdad45) - user data-export self-service, closes #47 (7f1ed24)