Merge Request Notifier Versions Save

This app shows your merge requests grouped by projects and WIP status. It is accessible from the system tray.

v1.9.0

3 years ago

🙌 New Features:

  • Support Big Sur statusbar
  • Also detect the WIP status from the title

🧐 Under the hood:

  • move from travis to github pipeline
  • Some smaller bugfixes
  • A few dependency updates

v1.8.5

3 years ago

🛠 Bug Fixes:

  • Changing the "Shortcut to open the app" throws an error (#155)

v1.8.4

3 years ago

🛠 Bug Fixes:

  • Windows: Fixes the window position if the taskbar is positioned on the left or right side. (#149, #105)

v1.8.3

3 years ago

🛠 Bug Fixes:

  • The number of the open merge requests wasn't displayed in the tray icon (#142)
  • The auto update didn't work anymore (#145)

v1.8.1

3 years ago

🙌 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

4 years ago

🙌 New Features:

  • Showing the Number of the open merge requests inside the tray icon to support all operation systems
  • Support for Linux

🧐 Under the hood:

  • A few dependency updates
  • A few smaller bugfixes

v1.6.1

4 years ago

🙌 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

4 years ago

🙌 New Features:

  • The tabs on the settings page are sticky (#99)
  • Open merge request when the user clicks on the notification (#98)
  • Implement possibility to limit the projects (#88)
  • add configuration to disable notifications for WIP merge requests (#55)

v1.3.0

4 years ago

🙌 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

v1.2.0

4 years ago

💪 New Contributor:

  • Thanks @tagirova

🙌 New Features:

  • Extending the configuration
    • notifications for new MRs
    • dark or light mode
  • Adding a new dark mode theme