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

971 B

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.

[Unreleased]

Added

  • s-expression file format support

Removed

  • timeclock.el file format support

Deprecated

  • -timestamp->seconds
  • -timestamp-list->seconds
  • -get-end-time
  • -date-op-internal

[0.2.1] - 2019-09-09

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.

[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