diff --git a/CHANGELOG.BBCode b/CHANGELOG.BBCode index b0c03a9..fd5e741 100644 --- a/CHANGELOG.BBCode +++ b/CHANGELOG.BBCode @@ -1,3 +1,8 @@ +[h3]2.0.1[/h3] + +fixed:[list][*]fix unsticking on rapid resize[/list] + + [h3]2.0[/h3] new:[list][*]Plasma 6 support[*]release sticking windows by shaking the mouse[*]option for (not) ignoring windows that are not on the current desktop[*]configurable offsets allowing for gaps or overlapping windows[/list]changed:[list][*]restructured configuration dialog[*]no key sequences assigned to shortcuts anymore by default[/list]fixed:[list][*]fix installation issues with newer Plasma versions by switching to new metadata format (metadata.json)[/list] diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef2610..aa4bc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +## 2.0.1 + +* fixed: + * fix unsticking on rapid resize + + ## 2.0 * new: diff --git a/package/backwards-compatibility/metadata.desktop b/package/backwards-compatibility/metadata.desktop index 40ccad9..c053c80 100644 --- a/package/backwards-compatibility/metadata.desktop +++ b/package/backwards-compatibility/metadata.desktop @@ -9,7 +9,7 @@ X-Plasma-MainScript=code/main.js X-KDE-PluginInfo-Author=Toni Dietze X-KDE-PluginInfo-Email=sticky-window-snapping@derflupp.e4ward.com X-KDE-PluginInfo-Name=sticky-window-snapping -X-KDE-PluginInfo-Version=2.0 +X-KDE-PluginInfo-Version=2.0.1 X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/package/metadata.json b/package/metadata.json index 6ce181c..181d152 100644 --- a/package/metadata.json +++ b/package/metadata.json @@ -10,7 +10,7 @@ "Description": "Let snapped window edges stick together when one window is resized.", "Icon": "preferences-system-windows-script-test", "Id": "sticky-window-snapping", - "Version": "2.0", + "Version": "2.0.1", "License": "GPL", "Name": "Sticky Window Snapping" },