1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
2.4.0
=========
* Support the Vulkan and pixman renderers for drawing strokes
* Depend on Wayfire release 0.10.0 and wlroots release 0.19
2.3.0
=========
* Adapt to JSON API changes in Wayfire
* Depend on Wayfire version >= 0.10.0 (in development) and wlroots version = 0.18
2.2.1
=========
* Fix a build issue
* Build now requires meson version >= 1.0.0
2.2.0
=========
* Support wlroots 0.18 (if used by Wayfire)
* Add a "rotate cube" action
2.1.3
=========
* Add man page
* Make rebuilding Vala code the default
2.1.2
=========
* Bug fix: avoid crashing if a gesture is started on a popup
2.1.1
=========
* WM Action / Move: avoid a spurious move of the view when the action is initiated
2.1
=========
* Command action: allow to select an app to run graphically
2.0.2
=========
* Avoid a potential edge case where refocusing the original view conflicts with the Command action.
* Refactor the use of GtkApplication.
2.0.1
=========
* Allow recording strokes with the same button that is used by the plugin
2.0
=========
* Refactor internal storage and clean code
* Gestures can be freely reordered
* Fix issues related to the display of apps and groups
* Slight updates to the GUI
* Add "Touchpad Gesture" action (including the "Scroll" action from Easystroke)
* Add the possibility to import / export the gesture configuration
1.0
=========
* Original release, most features work
|