Releases: hackberrydev/alas
Releases · hackberrydev/alas
v0.9
v0.8
- 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
v0.6
v0.5
- 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
- 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
v0.2
- 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).