Skip to content

Releases: ulville/eepresetselector

23

15 Jul 12:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v22...v23

22

22 Jun 23:44
Compare
Choose a tag to compare
22

What's Changed

New Contributors

Full Changelog: v21...v22

21

23 Mar 23:04
Compare
Choose a tag to compare
21
  • Added support for GNOME 46
  • Using NO_DOT ornament for unselected preset menu items (new in GNOME 46)

20

07 Dec 20:35
Compare
Choose a tag to compare
20
  • Added new menu item to launch Easy Effects application ✨

19

26 Nov 23:32
Compare
Choose a tag to compare
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

10 Sep 02:12
Compare
Choose a tag to compare
18

#15 Ported to GNOME 45 and now it uses ESM Modules

This version is incompatible for GNOME versions older than GNOME 45

17

06 Aug 17:13
Compare
Choose a tag to compare
17
  • New Symbolic Icon for more contrast and better GNOME HIG compliance.

closes #13

16

05 Jun 22:29
Compare
Choose a tag to compare
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

01 Apr 21:50
Compare
Choose a tag to compare
15

No new features this time. Only metadata changed to support GNOME 44

14

15 Jan 15:48
Compare
Choose a tag to compare
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