Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:47

Views

  • Generated bases scope the fileClass filter to the managed view, not base-wide (#55) — add a second view for another fileClass (e.g. a bookAuthor view in your book base) without it being shadowed. Migration-safe: existing bases are never rewritten.

Fields & typed input

  • Base-sourced candidates & values follow the base view's order (#47) — File/MultiFile/Media/MultiMedia pickers and Select/Multi lists now appear in the view's own sort:/groupBy order instead of an arbitrary one
  • Grouped candidate pickers (#47) — when the source view defines a groupBy, the picker mirrors those groups

UI

  • In-app bulk field edit (#56) — new Fileclass: bulk edit a field command (and a fileClass note's right-click entry): pick a fileClass, an optional filter (a field condition or a base view) and a new value, preview every affected note with per-note toggles, then Apply (N) — dry-run by default
  • Sticky modal titles everywhere, and sticky group headers in grouped pickers (#47)

Fixed

  • contains is now a case-insensitive substring match (ILIKE '%value%', #56) — a contains condition on a MultiFile/MultiMedia field matches a stored [[Comic]] against comic instead of requiring the exact, same-case wikilink

Compatibility: minAppVersion 1.12.7.

Full Changelog: 0.1.0...0.1.1