A time tracker for Redmine built on Electron.
Re-designs the way tasks, task info, tracked time and communication is done on redmine.
The project was originally developed for a MVP portfolio showcase, but there is some roadmap planned with new features that might be added once I find enough of free time.
Thanks for using, or considering to use this project.
Download the latest Redshape release.
The application will automatically update when a new release is available.
Download the latest Redshape installer.
You can download the .exe installer or the web installer. Both automatically detect the system architecture and set up the correct version.
The application will automatically update when a new release is available.
Download the latest Redshape release.
The application will automatically update when a new release is available.
If you don't have access to a deployed instance of redmine, you can now run it in docker
Unfortuantely, you will have to configure it then yourself
docker-compose -f docker-compose.yml up
Then after you run the project with yarn dev
, use http://localhost
as redmine endpoint on the login form and provide the credentials or the API token
As mentioned in the documentation to Redmine, you need to make sure that you enabled the REST API
Please ask your Redmine admin user to check if it's enabled in Administration -> General -> Text Formatting
menu. This path may change with the upcoming redmine releases, so please refer to Redmine documentation to find out exactly where this switch is located for your version of Redmine
Mac OS build was signed by a self-signed certificate, while Windows and Linux builds were not signed at all. In such case, you will see this warnings upon download or running the application / installation, saying that this app is not safe to run or that it was provided by an unknown developer and is not safe to run.
Timer controls allow to manually modify the time for the timer by (1 or 5 minutes back and forth) as well as write temporary comments. Using these, we can directly modify the time after the pause in the task. To enable it, toggle the "Use advanced timer controls" item in the Settings menu
Redshape can pause the timer if it detects the system is idle for a range of times (5, 10 o 15 minutes). It will warn with notifications (15s. warning time before pausing).
Optionally, it can automatically discard the idle time from the current timer when it is paused.
Issue progress slider can be changed with 1% step if configured (by default is 10%). Enable this if you have support in the server side (ruby, redmine) to use every percentage (33%, 81%, etc).
Created by Daniyil Vasylenko
rNoz from Group4Layers