Skip to content

Releases: hackberrydev/alas

v0.12

Choose a tag to compare

@strika strika released this 12 Oct 05:28
  • Fixed: Skipped monthly tasks are never scheduled

v0.11

Choose a tag to compare

@strika strika released this 19 Sep 05:19
  • Contact and birthday reminders are be scheduled for all existing future days
  • Fixed: Birthday reminders that should be scheduled in future are marked as missed

v0.10

Choose a tag to compare

@strika strika released this 07 Sep 05:16
  • Fixed: When a day is skipped a task is never scheduled.
  • Fixed: When a day is skipped a birthday reminder is never scheduled.
  • Missed tasks and birthday reminders are marked as missed.

v0.9

Choose a tag to compare

@strika strika released this 29 Jun 05:18
892d1a0
  • Fixed: Scheduling contacts with birthday doesn't work

v0.8

Choose a tag to compare

@strika strika released this 02 Jun 05:14
  • BREAKING CHANGE: Each task now has a title and an optional body. The body is indented 2 spaces. Previously, the body didn't have to be indented. This might require adjusting your plan file after upgrade.
  • Fixed: Alas wasn't able to parse the getting started plan from README.
  • Fixed: Alas would schedule a task even if the task with the same title already exists if the body was different. Now, tasks are matched by title.

v0.7

Choose a tag to compare

@strika strika released this 25 May 05:50
  • Implemented --insert-task command.

v0.6

Choose a tag to compare

@strika strika released this 09 May 17:06
  • Implemented --schedule-contacts command.

v0.5

Choose a tag to compare

@strika strika released this 11 Mar 06:25
  • Fixed: Backup fails when the plan path begins with ...
  • Fixed: A plan without the ## Inbox section can't be parsed.
  • Respect the missing ## Inbox section.
  • Show the last parsed line number when a plan can't be parsed.
  • The binary is only for Linux (other systems require compiling the source).

v0.4

Choose a tag to compare

@strika strika released this 15 Feb 06:14
  • Fixed: Backup doesn't work when the plan file path begins with ./.
  • Fixed: An error is raised when --report is used without a parameter.
  • Fixed: An error is raised when --insert-days is used without a parameter.
  • Fixed: An error is raised when --version is not used, but the file path is missing.
  • Refactored how commands are built.
  • The binary is only for Linux (other systems require compiling the source).

v0.3

Choose a tag to compare

@strika strika released this 02 Feb 06:21
3687599
  • Implemented --schedule-tasks command.
  • The binary is only for Linux (other systems require compiling the source).