Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 2.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Subcommand search to search the list of last activities for terms (thanks to @Pyxels)
  • Subcommand status to display the total duration of activities today, in the current week and in the current month (thanks to @airenas)
  • Option --no-quotes to project to suppres quotes in the projects list (thanks to @defigli)

Changed

  • Update of libc:musl to support longarch64 (thanks to @zhaixiaojuan)
  • Improved general --help output (thanks to @RossBarnie)

1.1.0 - 2024-02-29

Added

  • This changelog file
  • Option --round for list and report 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 for projects - list currently running projects only
  • GitHub Actions for tests (thanks to @Ernaldis)

Changed

  • --project filters for list and report 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

1.0.1 - 2021-11-25

Added

  • Arguments for weekly reports (current_week and last_week)

Fixed

  • projects and description arguments for start are now explicitely required (thanks to @camerondurham)

Changed

  • Many minor adjustments to the documentation

1.0.0 - 2021-11-15

Added

  • All the basic features: Tracking activities, reporting, listing etc.