Skip to content

Releases: roovo/obsidian-card-board

0.4.0

05 Oct 14:56
Compare
Choose a tag to compare

New Features

  • The board filter list can be used as either an Allow (previous behavior) or a Deny (new behavior) list.

Bug Fixes

  • task block links are no longer removed when marking tasks as completed on the board (fixes #70)
  • the task item line is no longer altered any more than it needs to be when marking tasks as completed (or un-marking them)
  • an issue with the Columns text area on the settings page (fixes #88)

0.3.3

02 Oct 17:08
Compare
Choose a tag to compare

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

23 Dec 20:15
Compare
Choose a tag to compare

New Features

  • Use file, path, and tag filters to limit what tasks go on which board.
  • Support front matter tags.

Under the hood stuff

Much refactoring and many internal improvements :)

0.3.1

23 Dec 19:52
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

New Features

  • Use file, path, and tag filters to limit what tasks go on which board.
  • Support front matter tags.

Under the hood stuff

Much refactoring and many internal improvements :)

0.3.0

23 Dec 16:18
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

New Features

  • Filter boards using file, path, and tag filters.
  • Supports front matter tags

Under the hood stuff

Much refactoring and many internal improvements :)

0.2.4

04 Dec 12:09
Compare
Choose a tag to compare

Bugfix: plugin failed to load when no (or invalid) config

0.2.3

21 Nov 13:26
Compare
Choose a tag to compare

Improvements

  • Plugin startup - ensure plugin is ready before parsing markdown files
  • Plugin file size reduced
  • Docs
    • now an official plugin
    • instructions for custom tags
    • periodic notes are supported
    • link to development roadmap board

0.2.2

21 Nov 11:55
Compare
Choose a tag to compare

test release - no changes

0.2.1

13 Nov 21:22
Compare
Choose a tag to compare

Fixes issue with error generated in javascript console if plugin launched with no settings in place.

0.2.0

12 Nov 14:37
Compare
Choose a tag to compare

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