From ed308477567c0214652f6f1aeff7293aa5e02b8c Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Thu, 3 Jun 2021 16:33:26 -0300 Subject: [PATCH] update changelog --- debian/changelog | 8 ++++++++ el/cockpit-navigator.spec | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 30442a2..a91c7c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +cockpit-navigator (0.3.0-1focal) focal; urgency=medium + + * Add drag and drop uploading of files. + * Add event listeners for ctrl+a to select all, ctrl+x to cut, + ctrl+c to copy, ctrl+v to paste, and delete to remove a file. + + -- Josh Boudreau Thu, 03 Jun 2021 16:33:00 -0300 + cockpit-navigator (0.2.3-1focal) focal; urgency=medium * Fix closing contextmenu in el7. diff --git a/el/cockpit-navigator.spec b/el/cockpit-navigator.spec index 6a67c1f..45496f4 100644 --- a/el/cockpit-navigator.spec +++ b/el/cockpit-navigator.spec @@ -1,5 +1,5 @@ Name: cockpit-navigator -Version: 0.2.3 +Version: 0.3.0 Release: 1%{?dist} Summary: A File System Browser for Cockpit. License: GPL-3.0+ @@ -32,6 +32,10 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Thu Jun 03 2021 Josh Boudreau 0.3.0-1 +- Add drag and drop uploading of files. +- Add event listeners for ctrl+a to select all, ctrl+x to cut, + ctrl+c to copy, ctrl+v to paste, and delete to remove a file. * Wed Jun 02 2021 Josh Boudreau 0.2.3-1 - Fix closing contextmenu in el7. - Hide rename in right click menu with multiple selected entries.