Releases: synyx/buchungsstreber
Releases · synyx/buchungsstreber
v2.10.0
- Add dockerfile for containerized buchungsstreber
- Introduce DailyDoings (#107)
- Add creation time to
add
command (#115)
- Fix handling of empty YAML buchungen file
- Fix search path for config file
v2.9.0
- Fix reloading .B file on changes
- Fix loading empty .B file
- Add generator for existing redmine time entries
v2.8.2
- Fix "Messy" YAML file (#84)
v2.8.0
- Add time entries or notes from command line (#11)
- Template handling for Buch format (#48)
- Expand path configuration for Git generator
- Various housekeeping actions
- Introduce Renovate
v2.6.2
- Remove usage of
/users/current
API endpoint to avoid issues with certain Redmine installations
v2.6.1
- Bugfix regarding entries not getting aggregated in
buchen
action (fixes #51)
v2.6.0
Note that this release contains backwards-compatibility breaking changes.
- Remove deprecated
gcalcli
generator
- TUI behavioural change: Using the enter key after committing the times will
now switch to the next day, escape will stay on current day
- The curses library used for the TUI was replaced due to instability
- A separate
buchungsstreber-tui
gem will be published for easier TUI usage