Releases: rikagaku/fypm
v0.2.0
What's Changed
This version is based on improvements to the existing codebase, the development workflow and some widely used commands, such as taban
(also created its inversion, taund
), taadd-seq
, taadd-sub
, etc. One of the most relevant structural changes was the creation of fully managed configuration files. Forget about the giant and unautomated .taskrc and timewarrior.cfg, do everything through fypm.
A little curiosity: around 47 hours were spent on this version, so how about giving the project a star? ❤️
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Essentials Scripts rewritten in Rust
In this version, essential scripts originally written in Bash have been rewritten in Rust, for greater code security and productivity!
- New features were added that did not exist in bash scripts, such as:
confirmation of selected tasks
,tirep
(thanks for the idea, @alsoasnerd),tals-score
, etc. - The commands
taadd-*
,tastat-*
,taund
,tsched
,tusched
andtaban
now have a new organization and names. - The Sequence System now has really better code, and with some improvements in the logic for finding the next tasks in the sequence.
- Filing system! You can archive tasks (it's not yet possible to unarchive so easily, but... v0.2.0 is coming, right?)
- And more! See the commits for small details.
Full changelog: https://github.com/dmyna/fypm/commits/v0.1.0
A little curiosity: around 94 hours were spent on this version, so how about giving the project a star? ❤️