diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cf823..41023db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Cockpit File Sharing 3.2.6-1 +## Cockpit File Sharing 3.2.7-1 -* Support Safari by removing regex lookbehinds \ No newline at end of file +* Fix scrolling in Safari \ No newline at end of file diff --git a/file-sharing/src/components/TabbedComponentSwitcher.vue b/file-sharing/src/components/TabbedComponentSwitcher.vue index eec3e98..d0dba66 100644 --- a/file-sharing/src/components/TabbedComponentSwitcher.vue +++ b/file-sharing/src/components/TabbedComponentSwitcher.vue @@ -33,8 +33,8 @@ If not, see . >{{ entry.title }} -
-
+
+
diff --git a/manifest.json b/manifest.json index da29122..e148870 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-file-sharing", "title": "Cockpit File Sharing", "prerelease": false, - "version": "3.2.6", + "version": "3.2.7", "buildVersion": "1", "author": "Josh Boudreau ", "url": "https://github.com/45Drives/cockpit-file-sharing", @@ -58,7 +58,7 @@ ], "changelog": { "urgency": "medium", - "version": "3.2.6", + "version": "3.2.7", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index e823362..b75784b 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/file-sharing/* %changelog +* Wed Aug 24 2022 Joshua Boudreau 3.2.7-1 +- Fix scrolling in Safari * Wed Aug 24 2022 Joshua Boudreau 3.2.6-1 - Support Safari by removing regex lookbehinds * Fri Aug 19 2022 Joshua Boudreau 3.2.5-1 diff --git a/packaging/focal/changelog b/packaging/focal/changelog index f280be9..690df0e 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-file-sharing (3.2.7-1focal) focal; urgency=medium + + * Fix scrolling in Safari + + -- Joshua Boudreau Wed, 24 Aug 2022 13:58:34 -0300 + cockpit-file-sharing (3.2.6-1focal) focal; urgency=medium * Support Safari by removing regex lookbehinds