Skip to content

Releases: sprinteins/heimatcli

v0.2.0

28 Oct 08:16

Choose a tag to compare

Changelog

  • 34fa2e5 Brew formula update for heimatcli version v0.1.5
  • aa540b8 Merge pull request #11 from ehasnain/feature/login-via-azure-oidc
  • c708e4d [Feature] Login via Azure OIDC
  • db338e0 add Apple Silicon M1 Support
  • 94fbb84 add demo flag and separate AD clientId for staging
  • 28a29ea feat: display login progress to user
  • d9bc9a3 make login and token check user friendlier
  • 55523ee refactor and cleanup Run function
  • 1603249 refactor and remove overengineered pointer usage
  • 796b0c1 remove windows release
  • bdb6dac remove windows release
  • ac78ac6 set header host from baseURL
  • 3cea686 switch from username password to Azure OIDC login
  • 67a07d9 upgrade to golang v1.18 - also switch jwt package to "golang-jwt/jwt/v4" from "dgrijalva/jwt-go"

v0.1.5

03 Aug 16:08

Choose a tag to compare

Changelog

2e9c751 Brew formula update for heimatcli version v0.1.4
fb4949f add Apple Silicon M1 Support

v0.1.4

26 Apr 08:16

Choose a tag to compare

Added

  • stats command gathers time spent on different categories: projects, tasks and desc

    See more: Stats

  • version (CLI) version flag to get the installed version

Changed

  • all displayed time formats now adhere to the ISO format

v0.1.3

09 Mar 15:22

Choose a tag to compare

Changelog

Added

  • Time Report accepts a PSL filter; the filter can be a substring of a name and it is case-insensitive
  • time show day shows breaks between tracked times

Changed

  • Time Report groups by PSL

v0.1.2

03 Mar 17:43

Choose a tag to compare

Changelog

Added

  • Time Delete, works similar to Time Add (time delete)

Fixed

  • Check Login Status for CLI Commands

v0.1.1

02 Mar 15:24

Choose a tag to compare

Changelog

Added

  • Time Report Generation CLI Options for HR (heimat -report=times)

Changed

  • Wording of Holidays to Vacation days in user profile (profile)

Fix

  • User could "escape" into home state without login

v0.1.0

23 Feb 18:12

Choose a tag to compare

Changelog

Added

  • Login into Heimat
  • Logout
  • Show basic user profile
  • Time Tracking with default, relative and absolute date (time add)
  • Time report of a day with default, relative and absolute date (time show day)
  • Time report of the current month (time show month)
  • Time copy of given day to another with default, relative and absolute date (time copy)