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

Releases: Alxmerino/Project-Timer

v1.3.2

30 Oct 00:17
Compare
Choose a tag to compare

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

05 Jun 15:06
Compare
Choose a tag to compare

[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

01 May 02:51
Compare
Choose a tag to compare

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

17 Apr 02:29
Compare
Choose a tag to compare

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

27 Mar 21:31
Compare
Choose a tag to compare
v0.7.1-alpha Pre-release
Pre-release

Remove logger middleware from master branch

v0.7.0-alpha

27 Mar 21:22
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

Added footer section with summary of total worked and planned hours

v0.6.0-alpha

26 Mar 21:35
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

Added ability to edit duration and planned time


1zcfse1njj

v0.5.4-alpha

24 Mar 14:32
Compare
Choose a tag to compare
v0.5.4-alpha Pre-release
Pre-release

Feature: Adds a button that allows timer to be reset back to 0!

v0.1.7-alpha

23 Mar 00:41
Compare
Choose a tag to compare
v0.1.7-alpha Pre-release
Pre-release
  • Adds an "edit" button to the input
  • Style updates (BEM)

timer-title-edit

v0.1.5-alpha

18 Mar 05:18
Compare
Choose a tag to compare
v0.1.5-alpha Pre-release
Pre-release

Allows multiple timers to run at the same time

Fixes bug #7