Merge pull request #116 from h-sphere/release/0.29.0

release: 0.29.0
This commit is contained in:
Kacper Kula 2025-03-21 17:41:34 +00:00 committed by GitHub
commit bd31209fc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,9 @@
# 0.29.0 (2025-03-19)
- feat: LIST views with single column are rendered as a regular list (rather than nested one) (by @kDCYorke)
- feat: files table now contains tags column with tags defined directly in properties (by @sksizer)
- feat: frontmatter links are now exposed in links table (by @kDCYorke)
- feat: added checkbox field to tasks which adds **interactive** checkbox so you can mark tasks as completed directly from the SQLSeal
# 0.28.4 (2025-03-15)
- Feat: Template view can now access file properties
# 0.28.3 (2025-03-15)