Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print yearly records for each user HEAD master | Andinus | 2021-09-01 | 1 | -12/+19 |
| | |||||
* | Release v0.1.1 v0.1.1 | Andinus | 2021-08-19 | 3 | -1/+15 |
| | | | | | + Add release notes. + Bump version. | ||||
* | Add Demo to README | Andinus | 2021-08-19 | 2 | -0/+24 |
| | |||||
* | Sort Yearly report by month | Andinus | 2021-08-19 | 1 | -2/+2 |
| | |||||
* | Add tests for timestamp-to-date subroutine | Andinus | 2021-08-16 | 1 | -0/+7 |
| | |||||
* | Remove progress frame | Andinus | 2021-08-16 | 1 | -18/+9 |
| | | | | | We don't have to create a new frame to show progress, this instead prints it to pane0 and clears it when done. | ||||
* | Add Yearly Records | Andinus | 2021-08-16 | 1 | -29/+47 |
| | | | | | Move Printing basic & common statistics to `print-basic-stats' subroutine. | ||||
* | Add timestamp-to-date subroutine, module Timestamp | Andinus | 2021-08-16 | 2 | -1/+9 |
| | | | | It returns Date object of given stamp. | ||||
* | Focus bottom pane on selection | Andinus | 2021-08-16 | 1 | -4/+5 |
| | |||||
* | Add tests for seconds-to-str v0.1.0 | Andinus | 2021-08-16 | 2 | -0/+16 |
| | |||||
* | Add seconds-to-str subroutine to format seconds, add Taurus::Seconds | Andinus | 2021-08-16 | 3 | -7/+22 |
| | | | | Formatting seconds was moved to seconds-to-str module. | ||||
* | Add plain text README | Andinus | 2021-08-15 | 1 | -0/+130 |
| | |||||
* | Update formatting | Andinus | 2021-08-15 | 1 | -12/+13 |
| | |||||
* | Add Release News | Andinus | 2021-08-15 | 1 | -0/+15 |
| | |||||
* | Remove testing code, Update version print | Andinus | 2021-08-15 | 1 | -2/+2 |
| | |||||
* | Update dependencies in META6.json | Andinus | 2021-08-15 | 1 | -2/+1 |
| | |||||
* | Implement basic UI | Andinus | 2021-08-15 | 1 | -24/+117 |
| | |||||
* | Update dependencies in META6.json | Andinus | 2021-08-15 | 1 | -0/+1 |
| | |||||
* | Add Initial implementation, update README | Andinus | 2021-08-15 | 2 | -1/+30 |
| | |||||
* | Initial Commit | Andinus | 2021-08-14 | 5 | -0/+111 |