Desktop version of pull-request-notifications-chrome-extension, authored by Sergei Paduret.
Uses Electron and Electron-Builder libraries to build desktop application. Icons: https://www.flaticon.com/
- run
npm run start:electron
to run application in DEV mode - run
npm run make:dir
to build application - run
npm run make:dist
to build setup
- Windows
%userprofile%\AppData\Roaming\pull-request-notifications\config.json
- Application runs in tray and allows open window by tray menu or click on tray icon
- Allow to run application at login, use tray menu
- ability to group pull requests, added link to task (extended options)
- fix: issue with notification icon
- get rid of chrome api usage (clear code), and replace with electron api
- add ability to display badge on taskbar https://www.electronjs.org/docs/latest/tutorial/windows-taskbar
- refactor & improve options
All notable changes to this project will be documented in this file.
- fixed core dependency
- improved context menu
- updated icons
- fix: show author
- improved toolbar