Skip to content

Releases: adfinis/timedctl

v5.4.0

22 Aug 21:30

Choose a tag to compare

5.4.0 (2023-08-22)

Feature

  • Add custom start time command for activity start (004b0c0)

Chores

  • deps: bump click from 8.1.6 to 8.1.7 (d4c1198)
  • deps-dev: bump ruff from 0.0.284 to 0.0.285 (594cd64)
  • version: bump (e0714f5)

v5.3.3

21 Aug 21:10

Choose a tag to compare

5.3.3 (2023-08-21)

Bug Fixes

  • Allow custom conf path (8dba7be)
  • Sample use case for classes, disabling auto-refresh (078338e)

Code Refactoring

  • padded view into own method (a4ce032)
  • getting things by name (2ecaace)
  • Reduce statements for getting customer name (f6caacf)
  • Replace bare return statements for error handling (16aa813)
  • Use fewer nested statements for delete confirmation (15340ed)
  • Use walrus operator for finding by name (243f17d)
  • Replace outdated pylint directives with pass statement (a46ac86)
  • Improve activity table readability (83a8fb3)
  • Use guard clauses + list comprehension (fca4dc8)

Styles

Chores

  • Refactor timedctl into class (c8377f3)
  • deps-dev: bump ruff from 0.0.282 to 0.0.284 (9dfea84)
  • version: bump (1bd12be)

v5.3.2

07 Aug 13:28

Choose a tag to compare

5.3.2 (2023-08-07)

Bug Fixes

  • Return correct current activity (690e026)

Documentation

Chores

v5.3.1

07 Aug 06:43

Choose a tag to compare

5.3.1 (2023-08-07)

Bug Fixes

  • activities: Fix show activity (2ca5d01)

Code Refactoring

  • modularize redundant stuff, reduce API calls (01243a7)

Chores

  • Ignore ruff assert error for tests (45f27bb)
  • Add shell completion instructions (a937327)
  • Add simple test cases (f5656ad)
  • Fix ruff issues, use requests codes instead of numbers (0dcf261)
  • Add ruff dev dependency (60a9c28)
  • deps-dev: bump flake8 from 6.0.0 to 6.1.0 (72bed35)
  • deps: bump rich from 13.4.2 to 13.5.2 (1220274)
  • version: bump (15f1890)

v5.3.0

04 Aug 20:23

Choose a tag to compare

5.3.0 (2023-08-04)

Feature

  • better display current activity (20d07fe)

Chores

v5.2.0

04 Aug 20:02

Choose a tag to compare

5.2.0 (2023-08-04)

Feature

  • Add data command for programmatically getting things (948dcc6)

Chores

v5.1.0

28 Jul 14:20

Choose a tag to compare

5.1.0 (2023-07-28)

Feature

  • activities: Add restart and delete functionalities (2ffa44a)

Chores

v5.0.6

27 Jul 17:46

Choose a tag to compare

5.0.6 (2023-07-27)

Bug Fixes

  • activities: Append time to existing reports for generating timesheet (0fcc173)

Chores

  • deps: bump tomlkit from 0.11.8 to 0.12.1 (b36c23c)
  • deps: bump actions/setup-node from 1 to 3 (5c38b42)
  • deps: bump actions/checkout from 2 to 3 (9dbb5cb)
  • ci: configure dependabot (323550e)
  • version: bump (98e6d0a)

v5.0.5

26 Jul 22:22

Choose a tag to compare

5.0.5 (2023-07-26)

Bug Fixes

  • Refactor code, fix transferring, bump libtimed to 0.4.4 (1bd3559)

Chores

v5.0.4

25 Jul 08:57

Choose a tag to compare

5.0.4 (2023-07-25)

Bug Fixes

Chores