Releases: nikolassv/bartib
Releases · nikolassv/bartib
1.1.0 - 2024-02-29
Release Notes
Added
- This changelog file
- Option
--round
forlist
andreport
to round start and end times (thanks to @berkes) - Subcommand
change
to modify the currently running activity - Subcommand
sanity
for several sanity checks on the bartib log (thanks to @lukasdietrich) - Compact mode
--compact
forprojects
- list currently running projects only - GitHub Actions for tests (thanks to @Ernaldis)
Changed
--project
filters forlist
andreport
now support wildcards (thanks to @simonsan)- Display activities where start and end time is the same with a duration of "<1m" (issue #24 - thanks to @julianmatos97)
- Do not display the number of days in durations - issue #12
- Many minor adjustments to the documentation
Install bartib 1.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nikolassv/bartib/releases/download/v1.1.0/bartib-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/nikolassv/bartib/releases/download/v1.1.0/bartib-installer.ps1 | iex
Download bartib 1.1.0
File | Platform | Checksum |
---|---|---|
bartib-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
bartib-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
bartib-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
bartib-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
bartib-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v1.0.1
Changes:
- added arguments for weekly reports
- set arguments
--description
and--project
forbartib start
as required (thanks to @camerondurham)