Releases: roovo/obsidian-card-board
Releases · roovo/obsidian-card-board
0.4.0
New Features
- The board filter list can be used as either an Allow (previous behavior) or a Deny (new behavior) list.
Bug Fixes
0.3.3
Bug Fixes
- Fixes layout issues (top of boards were hiding under the page heading bar)
- Tags are now parsed in the same way as obsidian (fixes #56) - thanks @darthmachina
- Completed count setting now works on Tag Boards (fixes #76) - thanks @stufro
Under the hood stuff
Much refactoring - as is the way of things :)
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
A "tidy things up and fix any bugs release" after rushing to get ready for Obsidian October. Some simple features added too. Thank you to @darthmachina and @stufro for your contributions :)
Features
- Custom styling of tags now possible (there is now a css class containing the tag name) [@darthmachina].
- Improved integration with Daily and Periodic Notes Plugins.
- Escape key now closes Settings (and other) dialogs.
- Open from Command Palette allow selection of specific board.
- Tag Board: don't include the tag for the column on the card [@darthmachina].
Bugs
- Fixed Issue with building the project from scratch.
- You don't end up in a strange state any more if you delete all your boards.
- Duplicate tags no longer displayed on cards [@stufro].
Under the Hood
- A big big pile of refactoring of elm code.
- some tidying up of typescript too