Releases: marcusolsson/obsidian-projects
0.0.0-912
Downgrade svelte-dnd-action (#887)
0.0.0-910
Improve code docs and tests (#885)
0.0.0-908
Publish beta versions as pre-releases
0.0.0-907
Bump beta version [skip ci]
1.17.3
What's Changed
New Features 🎉
- Pin (lock, freeze) table columns from horizontal scrolling by @Acylation in #824
- Introduce
or
connected filter by @Acylation in #855 - Board: Add, rename, delete, pin/unpin, collapse/expand columns; check cards and customize card headers by @Acylation in #846
Improvements 🛠️
- Improve context menu by @Acylation in #825
- Allow drag-and-drop sort on field options by @Acylation in #851
Bug Fixes 🐞
- Cancel hard coded path in
name
field by @Acylation in #821 - Fix link parsing for Gallery view by @Acylation in #822
- Fix non-folder based project won't listen to file deletion by @Acylation in #823
- Fix popover components in new window by @Acylation in #840
- Fix non-md file present in Projects upon filesystem events by @Acylation in #842
- Fix switch component or activated date input flows over pinned cells by @Acylation in #850
- Fix table insert field left position validation on the very first element by @Acylation in #852
- Remove config of missing field upon field update by @Acylation in #854
- Standardize Link in dataview query result list by @Acylation in #856
Clean up 🧹
- Always conduct numeric locale compare between strings by @Acylation in #826
- Board: Remove prioritize helpers and tests by @Acylation in #827
Full Changelog: 1.17.2...1.17.3
1.17.2
What's Changed
New Features 🎉
Improvements 🛠️
- Remove add field button from readonly project by @Acylation in #738
- Introduce the new
render
method by @Acylation in #742 - Allow rich text rendering for list tags by @Acylation in #814
- Board: header overflow, column orders, and clean up column configs by @Acylation in #818
Bug Fixes 🐞
- Fix number filter for comparison with zero by @st4ng in #787
- Fix add templated note with empty
tags
field in tag based project by @Acylation in #799 - Handle move file out for folder based projects by @Acylation in #812
- Fix hover on link in a table row by @Acylation in #815
- Decouple field operations in Table view by @Acylation in #817
Developments 🚧
- feat: add fink localization editor by @NilsJacobsen in #782
Documentations 📄
- Add video and article contributors by @marcusolsson in #737
- Add new video to README by @marcusolsson in #753
- Add video to README by @marcusolsson in #754
- docs(bug-report.yml): update description for Obsidian version by @oscartorres-10 in #766
- Update typo in README.md by @remainstheday in #769
- Update docs by @Acylation in #811
- fix(translation/en): spelling mistake in quote strings plain option by @shimeoki in #816
New Contributors
- @oscartorres-10 made their first contribution in #766
- @st4ng made their first contribution in #787
- @NilsJacobsen made their first contribution in #782
- @remainstheday made their first contribution in #769
- @shimeoki made their first contribution in #816
Thank you all for contributing to Projects! ❤️
Full Changelog: 1.17.1...1.17.2
1.17.1
What's Changed
New Features 🎉
- Create field through Table view by @Acylation in #731
- Allow rich-text formatting on board column header by @Acylation in #732
Improvements 🛠️
- Better visual hint when add-note button is focused by @Acylation in #723
- Relax tagsinput validation by @Acylation in #724
- Improve i18n by @Acylation in #725
Bug Fixes 🐞
- Fix i18n issue with year value on calendar heading by @Acylation in #721
- Fix board column width reactivity by @Acylation in #722
Full Changelog: 1.17.0...1.17.1
1.17.0
What's Changed
This release introduces the archive feature and makes significant improvements on filters. You can now archive a project from the three-dot
drop-down, and restore it later through the plugin's setting tab. Filters on date values and arrays are now supported, and there's other changes like natural sort and put back empty values to make the filtering and sorting more intuitive.
Warning
Before archiving a project, if you're syncing Obsidian between multiple devices, please upgrade Projects to the latest version on all your devices to avoid the archived project configs being lost. Previous versions of Projects will omit the archives
when resolving the local data.
New Features 🎉
- Archive and restore projects by @Acylation in #693
- Clean up commands on plugin open-up by @Acylation in #699
- Filtering list / multi-select fields by @Acylation in #686
- Filtering dates by @Acylation in #691
- Support tags / list color rules (with known issues, see the PR) by @Acylation in #715
Improvements 🛠️
- Display read-only metadata by @Acylation in #688
- Natural sort on strings by @Acylation in #694
- Open in new window via view's more-options list by @Acylation in #700
- Aligning field type icons with the Properties for consistency by @Acylation in #679
- Fixed english string resources (EN) by @YiruJeon in #708
- Filtering empty strings by @Acylation in #689
- Add upgrade notice upon first archive by @Acylation in #717
- Improve i18n by @Acylation in #718
Bug Fixes 🐞
- Fix Enter to close new note modal, and preselect text by @Acylation in #642
- Checking if a file is included in a subfolder correctly by @Acylation in #713
- Fix sorting empty values by @Acylation in #687
New Contributors
Full Changelog: 1.16.5...1.17.0
1.16.5
What's Changed
Bug Fixes 🐞
- Fix click to accept view rename by @Acylation in #678
Full Changelog: 1.16.4...1.16.5
1.16.4
What's Changed
New Features 🎉
- Allow move Projects main view to new window in tab header. by @Acylation in #637
- Accept view rename by click outside by @Acylation in #639
- Tag datasource: Assign tag to new note by @Acylation in #646
- Tag datasource: Support tag hierarchy by @Acylation in #650
Improvements 🛠️
- i18n: Support simplified Chinese (zh-CN) by @Acylation in #644
Bug Fixes 🐞
- Use column name from Dataview by @marcusolsson in #626
Other Changes
- Add Obsidian Library article to README by @marcusolsson in #625
Full Changelog: 1.16.3...1.16.4