Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 1.05 KB

File metadata and controls

38 lines (30 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

[v1.3.2] - 2017-10-29

Added

- Add basic keyboard shortcuts
- Add desktop app context menu

Changed

- Fix time jumping back when toggling inputs. ([#58](https://github.com/Alxmerino/Project-Timer/issues/58))
- Fix differences in production vs uncompiled code
- Fix inputs not responding to enter keypress
- Fix context menu bugs
- Fix tray icon turning off when stopping multiple timers
- Fix app not showing on deck icon click

Removed

- Remove menubar dependency

[v1.3.1] - 2017-05-05

Fixed

- Use correct "main" file in package.json

[v1.3.0] - 2017-05-05

Added

- Added menu to hold "quit" and "focus" options
- Added descriptions to timer
- Added done and overtime notifications
- Added context menu to cut, copy, paste, etc

Changed

- Update menu bar icon when timer is running

Fixed

- Timers not getting deleted from local storage

[v1.2.0] - 2017-04-01

- Initial public release