update changelog
This commit is contained in:
parent
55165e11c9
commit
83311b9f69
|
@ -1,3 +1,14 @@
|
|||
cockpit-navigator (0.2.1-1focal) focal; urgency=medium
|
||||
|
||||
* Rename "Move" to "Cut" in right click context menu.
|
||||
* Improve pasting files after copying/cutting with a custom python
|
||||
script to handle checking for file conflicts before calling rsync.
|
||||
* Control+S saves file that's open for editing.
|
||||
* Moved renaming file from properties to right click menu with prompt.
|
||||
* Creating files now fails verbosely if the destination exists.
|
||||
|
||||
-- Josh Boudreau <jboudreau@45drives.com> Wed, 02 Jun 2021 12:09:00 -0300
|
||||
|
||||
cockpit-navigator (0.2.0-1focal) focal; urgency=medium
|
||||
|
||||
* Allow for batch editing permissions and deletion by
|
||||
|
@ -7,7 +18,6 @@ cockpit-navigator (0.2.0-1focal) focal; urgency=medium
|
|||
|
||||
-- Josh Boudreau <jboudreau@45drives.com> 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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: cockpit-navigator
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A File System Browser for Cockpit.
|
||||
License: GPL-3.0+
|
||||
|
@ -32,6 +32,13 @@ rm -rf %{buildroot}
|
|||
/usr/share/cockpit/navigator/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 02 2021 Josh Boudreau <jboudreau@45drives.com> 0.2.1-1
|
||||
- Rename "Move" to "Cut" in right click context menu.
|
||||
- Improve pasting files after copying/cutting with a custom python
|
||||
script to handle checking for file conflicts before calling rsync.
|
||||
- Control+S saves file that's open for editing.
|
||||
- Moved renaming file from properties to right click menu with prompt.
|
||||
- Creating files now fails verbosely if the destination exists.
|
||||
* Tue Jun 01 2021 Josh Boudreau <jboudreau@45drives.com> 0.2.0-1
|
||||
- Allow for batch editing permissions and deletion by
|
||||
holding shift or control while clicking to select multiple
|
||||
|
|
Loading…
Reference in New Issue