Releases: lynchjames/obsidian-writing-goals
Releases · lynchjames/obsidian-writing-goals
0.5.2
- Fixes bug #16 where error was thrown on empty frontmatter when wordcount property was removed
- Adds option to reset daily progress when updating a goal
0.5.1
Adds two new features:
- #9 Frontmatter property to exclude a note from goal word counts
- #13 Custom colour settings for goal and daily goal progress bars
0.4.3
#14 Adds setting to set whether to allow negative daily goal progress values
0.4.2
Bug fixes:
- #6 Progress values less than 0 when goal is defaulting to 0
- #7 Updating goals is resetting progress
- #10 File labels not updating when goal removed
PRs
- #12 Improves on attempted fix for #3 to exclude multiline comments from word counts - thanks @danieltomasz!
0.4.1
#3 adds a settings to exclude markdown comments %% comment text %%
and HTML comments <!-- comment text --!>
from word counts.
0.4.0
#2 adds a daily goal feature that can be used as well as or instead of the overall word goals for notes or folders.
0.3.0
Items in this Beta release:
- Fixes #1 with behaviour as Obsidian default with a new pane being added to the right panel without a split.
- Improved the file label update code to be more selective so that file label progress indicators update with the same CSS transition as those in the goal view.
0.2.0
Adds a setting to only display a single goal to prevents mobile users with small screens having goal views they cannot close.
0.1.2
First release for some Beta testing