Releases: codecentric/merge-request-notifier
Releases · codecentric/merge-request-notifier
v1.9.0
v1.8.5
v1.8.4
v1.8.3
v1.8.1
🙌 New Features:
- Improved form validation (connection settings)
- Shows a loading screen during the initial load
- Allow to hide the access key in the UI
- Use node-keytar to save the access token
- macOS: in the system keychain
- windows: in the credential vault
- linux: with the secret service API/libsecret
🧐 Under the hood:
- Improved error logging
- Some smaller bugfixes
- A few dependency updates
🚨 Info for all linux user:
Since this version the app is using a library that uses libsecret
to store the personal access token on your device.
Depending on your distribution, you will need to run the following command:
- Debian/Ubuntu: sudo apt-get install libsecret-1-dev
- Red Hat-based: sudo yum install libsecret-devel
- Arch Linux: sudo pacman -S libsecret
v1.7.0
v1.6.1
🙌 New Features:
- Support for Windows (#102)
- Extend configuration (Global Shortcut) (#92)
- Extend configuration (Open App on startup) (#93)
- The config is persisted with electron-settings instead on local storage (#95)
🛠 Bug Fixes:
- Merge Request titles will be truncated when they are to long (#107)
- Fixes the config migration issue from version 1.6.0
v1.4.0
v1.3.0
🙌 New Features:
- On the merge requests list is the age instead of the date and time shown
- Small UI improvements
- pipeline status indicator
- more contrast in dark mode
- update details button in dark mode
- error screen
🧐 Under the hood:
- Several dependency updates