Skip to content

Releases: hackberrydev/alas

v0.9

29 Jun 05:18
892d1a0
Compare
Choose a tag to compare
  • Fixed: Scheduling contacts with birthday doesn't work

v0.8

02 Jun 05:14
Compare
Choose a tag to compare
  • 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

25 May 05:50
Compare
Choose a tag to compare
  • Implemented --insert-task command.

v0.6

09 May 17:06
Compare
Choose a tag to compare
  • Implemented --schedule-contacts command.

v0.5

11 Mar 06:25
Compare
Choose a tag to compare
  • 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

15 Feb 06:14
Compare
Choose a tag to compare
  • 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

02 Feb 06:21
3687599
Compare
Choose a tag to compare
  • Implemented --schedule-tasks command.
  • The binary is only for Linux (other systems require compiling the source).

v0.2

18 Jan 06:23
Compare
Choose a tag to compare
  • Implemented --report command.
  • Implemented --remove-empty-days command.
  • Implemented backup and --skip-backup command.
  • Implemented --version command.
  • Fixed serializing an empty inbox.
  • Fixed an error that was displayed when running --help.
  • The binary is only for Linux (other systems require compiling the source).

v0.1

15 Dec 06:31
Compare
Choose a tag to compare
  • First release.
  • Supports 2 commands (--stats and --insert-days).
  • The binary is only for Linux (other systems require compiling the source).