Skip to content

Releases: fathomssen/redtimer

Manual time logging

09 May 05:56
Compare
Choose a tag to compare
Manual time logging Pre-release
Pre-release

You can now change the value in the counter text field.

  • When you hit a key in the text field, the counter will stop increasing in the GUI (it will still run in background, though).
  • If the time entered can be parsed, the internal counter will be set to this time and counting will continue.
  • If the time entered cannot be parsed, an error message will be displayed and counting will continue at the time of the internal counter.

Fix crash

08 May 05:15
Compare
Choose a tag to compare
Fix crash Pre-release
Pre-release

This release fixes a crash that occurred when no Redmine connection had been specified, e.g. if RedTimer is started for the first time without a configuration file.

More error messages

07 May 07:03
Compare
Choose a tag to compare
More error messages Pre-release
Pre-release

This release features more error messages upon retrieval of Redmine resources.

Notify upon network connection status change

06 May 16:37
Compare
Choose a tag to compare

Starting with this release, RedTimer will display a message when the connection has been aborted or reconnected.

These notifications don't work properly if you have a VirtualBox or VMware network device installed on your computer. For those cases, RedTimer has a new setting to poll the network connection state every five seconds.

Select correct issue in Issue Selector

01 May 12:32
Compare
Choose a tag to compare
Pre-release

This is a bugfix release. When filtering in the Issue Selector, the wrong issue might have been selected. This bug has been fixed.

Assigned user in new issue

27 Apr 14:08
Compare
Choose a tag to compare
Pre-release

This version sets the assigned user to the current user when creating a new issue.

Settings to ignore SSL errors and display the system tray icon

27 Apr 11:39
Compare
Choose a tag to compare

This version features additional settings to ignore SSL errors and display the system tray icon.

Last activity and more projects

21 Apr 18:49
Compare
Choose a tag to compare
Pre-release

RedTimer now loads the last activity that has been booked on an issue. Furthermore, the issue selector and creator now display more than 25 project, but no more than 100 at the moment.

Issue Creator

15 Apr 19:57
Compare
Choose a tag to compare
Issue Creator Pre-release
Pre-release

This release features an issue creator that saves tracked time to the new issue.

Other changes:

  • Issue selector now shows all issues of a project
  • Title includes Redmine URL
  • Tray icon shows title as tool tip
  • Tray icon is now triggered by a single click
  • RedTimer icon in the executable
  • Executable contains version information etc.
  • Icons in the application are a bit smaller
  • The settings dialogue, issue selector and issue creator are now displayed as a dialogue window

System Tray Icon

10 Apr 16:05
Compare
Choose a tag to compare
System Tray Icon Pre-release
Pre-release

Added a system tray icon with menu for show/hide and exit. Closing the window will minimise it to the system tray. The tray icon can be displayed by command line option -no-tray-icon.

Now, RedTimer has got a red icon 👍

Also, this is the first version to feature a Windows build.