Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.22 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.

[v1.4.0] - 2025-01-08

Fixed

  • CI replace with modern actions.

Changed

  • calendar.go add year 2025.
  • main.go add debug info for time report to find the reason why report is empty on last day of every month.

[v1.3.1] - 2024-02-04

Fixed

  • main.go fix month number at report generation.

[v1.3.0] - 2024-01-17

Added

  • calendar.go that has an embedded working hours calendar.

Changed

  • -report returns not only spent time but also number of working hours for the current month.

[v1.2.0] - 2024-01-16

Added

  • -report flag to generate daily, weekly and monthly recorded hours.
  • -logReport to show tired log even when doing a report (-report).

[v1.1.0] - 2024-01-14

Changed

  • Split code onto files.

Added

  • Records validation.
  • Records number.

[v1.0.2] - 2023-08-03

Fixed

  • Skip unfinished lines.

[v1.0.1] - 2023-08-02

Fixed

  • Don't split comment with , sign.

[v1.0.0] - 2023-07-28

Added

  • First release.