|
| 1 | +# Redshape |
| 2 | + |
| 3 | +[](https://travis-ci.com/Spring3/redshape) |
| 4 | +[](https://circleci.com/gh/Spring3/redshape/tree/master) |
| 5 | + |
| 6 | +A time tracker for [Redmine](https://www.redmine.org) built on [Electron](https://github.com/electron/electron). |
| 7 | + |
| 8 | +Re-designs the way tasks, task info, tracked time and communication is done on redmine. |
| 9 | + |
| 10 | +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. |
| 11 | + |
| 12 | +Thanks for using, or considering to use this project. I would love to hear some feedback as well as your suggestions and thoughts about what could be improved. If you have something to say, don't hesitate to [send me an email](mailto:redshape.app@gmail.com). |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | +## Installation |
| 17 | + |
| 18 | +### macOS |
| 19 | +Download the latest [Redshape release](https://github.com/Spring3/redshape/releases/latest). |
| 20 | + |
| 21 | +The application will automatically update when a new release is available. |
| 22 | + |
| 23 | +### Windows |
| 24 | +Download the latest [Redshape installer](https://github.com/Spring3/redshape/releases). |
| 25 | + |
| 26 | +You can download the .exe installer or the web installer. Both automatically detect the system architecture and set up the correct version. |
| 27 | + |
| 28 | +The application will automatically update when a new release is available. |
| 29 | + |
| 30 | + |
| 31 | +### Linux |
| 32 | + |
| 33 | +Download the latest [Redshape release](https://github.com/Spring3/redshape/releases/latest). |
| 34 | + |
| 35 | +The application will automatically update when a new release is available. |
| 36 | + |
| 37 | +### License |
| 38 | +[GPL-3.0](https://github.com/Spring3/redshape/blob/master/LICENSE.md) |
| 39 | + |
| 40 | +Created by [Daniyil Vasylenko](https://github.com/Spring3) |
| 41 | + |
| 42 | + |
| 43 | +### FAQ |
| 44 | + |
| 45 | +#### - I try to log in, but it returns an error |
| 46 | +[As mentioned in the documentation to Redmine](https://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication), you need to make sure that you enabled the REST API |
| 47 | + |
| 48 | +#### - My antivirus / Defender / Mac OS warns that it's not safe to run this app |
| 49 | +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. |
| 50 | + |
0 commit comments