Patch release with bug fixes for Alcoholism 0.23.0, check the original release notes for user-facing info.
Changes
Bug Fixes
- client: actually calculate notes count for tag sorting (71a35b6)
- client: actually run client-side migrations, fixes #215 (3f15603)
- client: add new tag reference directly to query cache, fixes #221 (d6a8538)
- client: pass autocomplete InputProps to input on LinkNameField, fixes #216 (a98751a)
- client: reduce pollution of cache by ephemeral queries (3c08433)
- client: show actual tag name in color picker, fixes #217 (c21b71e)
- client: show add tag form input while tags load, fixes #220 (8990198)
- client: text ellipsis for note menu buttons, fixes #218 (5fe5e18)
- server: only send back minimum version when not fulfilled (45fe6e7)
- sort notes by createdAt for server cache stability (30460cf)