Skip to content

Releases: bcongdon/WunderSchedule

Reminders

02 Jul 14:49
Compare
Choose a tag to compare

This release adds:

  • The ability to set a reminder time on due date for created tasks using the reminder tag. (Alt tags: remind and rem)

v1.1.0

06 Jun 13:35
Compare
Choose a tag to compare

This release adds:

  • Better flexibility in the template processor
    • Semicolons can now be used to break lines
    • Prefixes are now case independant

v1.0.8

21 May 13:53
Compare
Choose a tag to compare

Bug Fixes

1.0.7

19 May 03:25
Compare
Choose a tag to compare

Bug fixes!

Bug Fix

30 Apr 01:06
Compare
Choose a tag to compare

What's in this release:

  • Fixed a bug in 1.0.5 that would reset start-time after task repetition.

v1.0.5

29 Apr 16:33
Compare
Choose a tag to compare

This release adds:

  • Slightly better logging
  • Better stability
  • Misc. bug fixes

Shortened tags

25 Apr 16:32
Compare
Choose a tag to compare

This release adds:

  • Support for shortened tags (i.e. s: 5pm instead of start-time: 5pm)
  • Misc. improvements to logging

Better logging

22 Apr 15:17
Compare
Choose a tag to compare

This release adds:

  • Better logging when things go wrong (parsing failures, etc)
  • Cleaned up console output
  • Misc. bug fixes and improvements

First Stable Release

17 Apr 14:11
Compare
Choose a tag to compare

This release adds:

  • All initial features are implemented. Functionality works well (auth works correctly, as does the main run loop).
  • Still need to do some work on error reporting. Currently don't do any reporting when a template task fails to parse, which would be useful.