workwatch
Version:
A Linux terminal program for honest worktime tracking and billing.
40 lines (24 loc) • 1.73 kB
Markdown
# WorkWatch Development ChangeLog
All notable changes in the project's development will be documented here.
The ChangeLog is formatted or similar to [Keep a ChangeLog](https://keepachangelog.com/en/).
## [Version 0.0.2](https://gitlab.com/l0cust/workwatch/-/milestones/2) - [2025-03-31](https://gitlab.com/l0cust/workwatch/-/releases/v0.0.2)
### Fixed
* The time measuring process providing accuracy and stability ([#4](https://gitlab.com/l0cust/workwatch/-/issues/4))
* File-handling objects turned into singletons asserting security ([#5](https://gitlab.com/l0cust/workwatch/-/issues/5))
* Improve file loading by loading only measurement file when continuing one ([#6](https://gitlab.com/l0cust/workwatch/-/issues/6))
### Changed
* Faster loading of native Node.js modules ([#7](https://gitlab.com/l0cust/workwatch/-/issues/7))
* Extend the user guide to describe new changes and installation.
* Format ChangeLog to Keep a ChangeLog format.
* Extend the postinstall script to make a basic check for data files.
* Update copyright.
## [Version 0.0.1](https://gitlab.com/l0cust/workwatch/-/milestones/1) - [2024-06-18](https://gitlab.com/l0cust/workwatch/-/releases/v0.0.1)
### Added
* Added basic file-loading optimisation ([#2](https://gitlab.com/l0cust/workwatch/-/issues/2))
### Fixed
* Fixed file-handling objects' hierarchy ([#1](https://gitlab.com/l0cust/workwatch/-/issues/1))
* Improved invoking detection ([#3](https://gitlab.com/l0cust/workwatch/-/issues/3))
### Changed
* Edited user guide to be more friendly
## [Version 0.0.0](https://gitlab.com/l0cust/workwatch/-/releases/v0.0.0) - 2023-01-16
* This is first program version providing all basic functionalities with time measurement and file handling.