From d33e4345893040ea56baba864029944cc1c1c8de Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Tue, 1 Jun 2021 13:50:58 -0300 Subject: [PATCH] update changelogs --- debian/changelog | 11 ++++++++++- el/cockpit-navigator.spec | 6 +++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ea640b..f1c34e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,14 @@ +cockpit-navigator (0.2.0-1focal) focal; urgency=medium + + * Allow for batch editing permissions and deletion by + holding shift or control while clicking to select multiple + entries. + + -- Josh Boudreau Tue, 01 Jun 2021 13:46:00 -0300 + + cockpit-navigator (0.1.0-1focal) focal; urgency=medium * Initial packaging of cockpit-navigator for Ubuntu Focal. - -- Josh Boudreau Fri, 28 May 2021 3:58:00 -0300 + -- Josh Boudreau Fri, 28 May 2021 15:58:00 -0300 diff --git a/el/cockpit-navigator.spec b/el/cockpit-navigator.spec index 23521a1..12a3ba0 100644 --- a/el/cockpit-navigator.spec +++ b/el/cockpit-navigator.spec @@ -1,5 +1,5 @@ Name: cockpit-navigator -Version: 0.1.0 +Version: 0.2.0 Release: 1%{?dist} Summary: A File System Browser for Cockpit. License: GPL-3.0+ @@ -32,5 +32,9 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Tue Jun 01 2021 Josh Boudreau 0.2.0-1 +- Allow for batch editing permissions and deletion by + holding shift or control while clicking to select multiple + entries. * Fri May 28 2021 Josh Boudreau 0.1.0-1 - First Build