Skip to content

Releases: lynchjames/obsidian-writing-goals

0.10.1

03 Aug 19:01
Compare
Choose a tag to compare
  • Added CSV export setting #59 and #58.
  • Performance improvements for large vaults #51. Goal stats are no longer calculated on every modify event and count caching has been added. This should also address the contention issues raised in #54.
  • PR #52 from @BagToad.

Release of writing-goals v0.10.1 auto-created by release.yml

0.10.0

03 Aug 18:58
Compare
Choose a tag to compare

Release of writing-goals v0.10.0 auto-created by release.yml

0.9.5

05 Oct 18:03
Compare
Choose a tag to compare

Release of writing-goals v0.9.5 auto-created by release.yml

0.9.4

26 Sep 10:41
Compare
Choose a tag to compare

Release for amends from Community Plugin submission review.

Release of writing-goals v0.9.4 auto-created by release.yml

0.9.3

20 Sep 23:27
Compare
Choose a tag to compare

Release of writing-goals v0.9.3 auto-created by release.yml

0.9.2

19 Sep 21:39
Compare
Choose a tag to compare

Release of writing-goals v0.9.2 auto-created by release.yml

0.9.1

18 Sep 17:10
Compare
Choose a tag to compare

Release of writing-goals v0.9.1 auto-created by release.yml

0.9.0

17 Sep 21:41
Compare
Choose a tag to compare

New Feature - Sprint Goal

  • New goal type that can be created for any note using a command or the file menu.
  • Goal consists of two elements
    • Sprint word goal
    • Sprint length in minutes.
  • A progress interface shows:
    • A second hand ticking in time with the sprint time.
    • The percentage of the sprint time used in the outer ring.
    • The number of words typed in the sprint presented in the inner ring.
    • Buttons for starting, pausing, editing and resetting the sprint goal.
    • A summary of the current sprint goal with the words typed, the word goal, and time remaining in the sprint.
  • The sprint goal can be edited using a modal.

sprint-goal-demo

Also includes a fix for #34 custom colors not being set to defaults in plugin settings menu.

Release of writing-goals v0.9.0 auto-created by release.yml

0.8.5

15 Sep 19:22
Compare
Choose a tag to compare
  • Corrects color setting behaviour to default to theme variables for #34
  • Code refactoring and cleanup

Release of writing-goals v0.8.5 auto-created by release.yml

0.8.4

14 Sep 21:01
Compare
Choose a tag to compare

#32 adds additional custom color settings:

custom-color-settings

Release of writing-goals v0.8.4 auto-created by release.yml