Redmine Notifier is a simple updated issues checker that runs in the background. It sends a desktop notification if there are any updates in issues.
Installers for macOS and Windows can be found on the releases page.
For Windows, the app is installed to C:\Users\[UserName]\AppData\Local\redmine\app-[AppVersion]\Redmine Notifier.exe
.
The number of issues that were updated after previous fetch is shown in parentheses. Also, the subject is shown only about the latest issue.
When Redmine Notifier is started, an icon appears in the menu bar or task tray. If there is a notification in the most recent fetch, the icon is replaced by the notification icon.
Open the context menu and select "Preferences".
Redmine Notifier is powered by Electron, so we can develop it with web technologies.
- ava
- electron
- electron-builder
- spectron
- stylelint
- stylelint-config-standard
- textlint
- textlint-rule-write-good
- xo
See dependencies
and devDependencies
in package.json
.
cd /path/to/redmine-notifier
yarn install
yarn start
yarn run pack
yarn run lint
yarn test
See scripts
in package.json
with regard to other commands.
- Fork it ( https://github.com/emsk/redmine-notifier/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Redmine Now - A desktop app to know what's happening now on your Redmine