This repository has been archived on 2022-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
chronometrist/CHANGELOG.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2019-08-09 03:56:01 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2019-10-31 12:25:47 +00:00
## [0.3.0] - 2019-10-31
### Added
* s-expression file format support
2019-10-31 12:25:47 +00:00
* functions to read arbitrary key-values (see `chronometrist-kv-add`, `chronometrist-kv-accept`, `chronometrist-kv-reject`)
* hook `chronometrist-after-in-functions`
### Changed
* hooks are now called `chronometrist-before-in-functions`, `chronometrist-before-out-functions`, and `chronometrist-after-out-functions`
### Removed
* timeclock.el file format support
### Deprecated
1. `chronometrist-timestamp->seconds`
2. `chronometrist-timestamp-list->seconds`
3. `chronometrist-time-re-file`
4. `chronometrist-get-end-time`
5. `chronometrist-date-op-internal`
6. `chronometrist-reason-list`
7. `chronometrist-ask-for-reason`
2019-09-09 07:25:18 +00:00
## [0.2.2] - 2019-09-09
2019-08-14 05:08:46 +00:00
### Fixed
* Error resulting from incorrect variable name in chronometrist-maybe-stop-timer
* Long waiting times after saving timeclock-file due to multiple, erroneously-created file system watchers.
### Deprecated
* timeclock will be removed as a backend in the next release.
2019-08-14 05:08:46 +00:00
2019-08-13 19:10:09 +00:00
## [0.2.1] - 2019-08-14
### Fixed
* bug with wrongly named function in chronometrist-report
2019-08-09 03:56:01 +00:00
## [0.2.0] - 2019-08-09
### Added
* Autoload cookies
* chronometrist-before-project-stop-functions hook
### Fixed
* Try to remove unnecessary file re-reading
* Buffer refresh bugs
## [0.1.0] - 2019-08-05