Releases: Alxmerino/Project-Timer
v1.3.2
Added
- Add basic keyboard shortcuts
- Add desktop app context menu
Changed
- Fix time jumping back when toggling inputs. (#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
[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
Uses electron to compile into a desktop app. The app works as a menu bar app so it's always accessible from any window. The app works with all the features as the web app as they are the same.
You can download the app itself in the link below or compile it yourself by running in the command-line
npm run dist
Click Here to Download
v1.1.0
Release!! v1.1.0
A small timer app that can add timers for multiple projects. Use it on your browser! Demo
Features
This initial release includes the following features:
- Ability to add/delete multiple timers
- Set a predefined amount of planned hours per timer
- Start/Pause timer
- Reset timer
- Update timer title after it's added
- Update timer worked time and planned time after it's added
- Save timers using localStorage
This is the initial release and I plan to include a whole lot more features in future releases. Please see git issues to see more on this.
v0.7.1-alpha
Remove logger middleware from master branch
v0.7.0-alpha
Added footer section with summary of total worked and planned hours
v0.6.0-alpha
v0.5.4-alpha
Feature: Adds a button that allows timer to be reset back to 0!
v0.1.7-alpha
v0.1.5-alpha
Allows multiple timers to run at the same time
Fixes bug #7