Releases: ulville/eepresetselector
Releases · ulville/eepresetselector
22
What's Changed
New Contributors
Full Changelog: v21...v22
21
- Added support for GNOME 46
- Using NO_DOT ornament for unselected preset menu items (new in GNOME 46)
20
- Added new menu item to launch Easy Effects application ✨
19
Fixed ornamented menu items are misaligned in GNOME 45.
Commit: 5f30c29
Normal menu items are aligned with the ornamented items (last selected preset items) again in GNOME 45
Like this:
| Preset 1 |
| * Preset 2 |
| Preset 3 |
Instead of this:
| Preset 1 |
| * Preset 2 |
| Preset 3 |
18
#15 Ported to GNOME 45 and now it uses ESM Modules
This version is incompatible for GNOME versions older than GNOME 45
17
- New Symbolic Icon for more contrast and better GNOME HIG compliance.
closes #13
16
Changes in version 16
- Added Keyboard Shortcuts to cycle through presets
- Default shortcuts:
- Control+Super+o for cycling through output presets
- Control+Super+i for cycling through input presets
- Added preferences window to change keyboard shortcuts
- Added Turkish translations for preferences and Notification messages
- Makefile based build and install script
- Run
$ make
to build and install
closes #12
15
No new features this time. Only metadata changed to support GNOME 44
14
What's Changed
- Scrollable PopupMenuSection in #10
- If there are a ton of presets, the list would overflow the screen area. Now it places presets to scrollable menu sections in case of an overflow.
- Some code refactoring
Full Changelog: v13...v14