Releases: roovo/obsidian-card-board
0.7.9
0.7.8
0.7.7
0.7.6
New Stuff
- Select files or directories you wish to ignore when loading tasks into CardBoard. This will come in useful if you have templates which contain tasks that you don't want to see on your boards. It can also speed up load time of the plugin as you can ignore any files or folders you know will never contain any tasks you wish to see on your boards.
- Choose to use either Local or UTC time in timestamps when marking tasks as complete.
- Confirmation dialog added for card deletion.
- Display the year of the task on the card if it is different to the current year.
Bugs fixed
- The filter definitions selector in settings is now scrollable, fixing an issue where it was not possible to add tag or path filters.
- CardBoard now respects the Obsidian Appearance settings for Text Font and Font Size.
- Fixed an issue with some cards loosing their content at midnight.
- Fixed issues where cards could appear in unexpected columns if a board has an Other Tags column.
0.7.5
0.7.4
New
Ability to use css snippets to add highlight colors to cards based on tags
Also added info to the README on how to override the due-date based highlight colors.
see: https://github.com/roovo/obsidian-card-board#customising-card-highlight-color
0.7.3
0.7.2
New
- Added a Global Setting to disable using daily note dates as the due date for tasks.
- You can now add
@due(none)
to a task line if you want to turn off using the daily note date as the due date for a specific task on a daily note page.
Fixed
- Fixed issue where cards would display with no text on them if you split the CardBoard window to the right or down.
0.7.1
To ensure that columns don't move about in the view when collapsing and un-collapsing columns, I have had to fix the width of the columns on the board. If you don't like the width I have chosen you can change it using a css snippet - see towards the end of the README.
New
- Columns are now collapsible.
0.7.0
There are changes in this release that may change the behavior of your boards as there were some spurious edge cases I needed to fix. These led to odd behavior such as cards vanishing from a board when being marked as complete and some changes on what appeared on a card depending on which column it was in. I am hoping that the new behavior is an improvement! It is more consistent and is needed in order to start working on drag and drop.
New
- Supports all valid CommonMark unordered list markers (
-
,+
,*
) -> thank you @MattiasMartens :) - Option to choose whether to apply tag filters to top level tasks, sub-tasks, or both.
Changes
- Sub-task tags now shown inline rather than at the top of the card.
- Edge cases where cards could disappear from boards when marked as complete or would look different depending on which column they were in fixed.