Skip to content

Releases: bk138/gromit-mpx

1.6.0

12 Mar 07:54
744e81b
Compare
Choose a tag to compare

🌅 New Features

  • Added a report-bug/request-feature menu item #138.
  • Added RECT and LINE tools #67.
  • Added Portuguese (Brazil) translation.
  • Added arrowtype option that allows to set arrow position.

New Contributors

Full Changelog: 1.5.1...1.6.0

1.5.1

22 Oct 18:54
8da7906
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed intro dialog always showing up on new installations #114 #182.

Full Changelog: 1.5.0...1.5.1

1.5.0

11 Oct 20:18
b7c5483
Compare
Choose a tag to compare

🌅 New Features

  • Added a maxsize config parameter to be able to disable pen pressure sensitivity #92.
  • Added translations into German, Spanish, Italian, Farsi and Hebrew.
  • Added error dialog that's shown on encountering invalid config #118.
  • Added a faint pink background indicating debug mode.
  • Added functionality to draw lines via command #161.

🛠 Fixes

  • Removed AppStream <em> tags which seem unsupported by Flathub.
  • Gromit-MPX now does a proper shutdown on SIGINT (Ctrl-C) and SIGTERM (kill) #114 .

New Contributors

Full Changelog: 1.4...1.5.0

1.4.3

25 Sep 12:47
0050c29
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed operation with hotkeys set to none.
  • Fixed hotkey binding on Ubuntu 22/GNOME.

1.4.2

12 Feb 15:27
a64b41a
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed Gromit-MPX blocking mouse clicks to other apps on Wayland in certain conditions.
  • Fixed toggling from GNOME systray with gnome-shell-extension-appindicator under X11.

1.4.1

03 Feb 20:30
99cd6bf
Compare
Choose a tag to compare

🛠 Fixes

  • Fixed hotkey setting from config file for XFCE.
  • Fixed erase tool not working properly when not using a composited display.
  • Fixed tray icon not showing up in Ubuntu when using the Flatpak.
  • Fixed tray icon not showing on KDE when using the Flatpak.
  • Fixed Wayland hotkey setting not working on GNOME when using the Flatpak.

1.4

03 Dec 15:04
f5a4a20
Compare
Choose a tag to compare
1.4
  • Added display of activation status to tray menu.
  • Added Flatpak packaging.
  • Added support options to tray menu.
  • Added commandline switch for getting version.
  • Added detection of GDK_CORE_DEVICE_EVENTS.
  • Fixed activation via tray menu on KDE.
  • Fixed running on Wayland.
  • Fixed non-working default hotkeys on XFCE.
  • Documented autostart, hotkey setting via config file, similar tools and XFCE pecularities.

1.3.1

01 Aug 11:53
8d55271
Compare
Choose a tag to compare
  • Documented donation options.
  • Added ability to configure the Hot key and Undo key in gromit-mpx.cfg.
  • Added lotsa special-case config documentation.
  • Added GUI error displays in case one of the hotkeys can't be grabbed.

1.3

28 Dec 15:51
7594796
Compare
Choose a tag to compare
1.3
  • Gromit-MPX now shows the hotkeys bound to some functionality directly in the menu.
  • Replaced the help menu with an introduction to Gromit-MPX that shows on startup.
  • Reworked slave device handling so that per-slave configuration is now done The Right Way™.
  • Build system switched to CMake, removed Autotools.

1.2

16 Nov 21:46
a835dec
Compare
Choose a tag to compare
1.2
  • Added undo/redo functionality thanks to Nathan Whitehead.
  • Added opacity-set functionality thanks to Lukas Hermann.
  • Added a tray icon.
  • Added an About and a Help dialog.
  • Added CMake build system support thanks to Russel Winder.
  • Replaced GTK3 deprecated functions with newer counterparts.