mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +02:00
update changelog
This commit is contained in:
parent
1615bcd922
commit
ed30847756
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <jboudreau@45drives.com> Thu, 03 Jun 2021 16:33:00 -0300
|
||||||
|
|
||||||
cockpit-navigator (0.2.3-1focal) focal; urgency=medium
|
cockpit-navigator (0.2.3-1focal) focal; urgency=medium
|
||||||
|
|
||||||
* Fix closing contextmenu in el7.
|
* Fix closing contextmenu in el7.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: cockpit-navigator
|
Name: cockpit-navigator
|
||||||
Version: 0.2.3
|
Version: 0.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A File System Browser for Cockpit.
|
Summary: A File System Browser for Cockpit.
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -32,6 +32,10 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 03 2021 Josh Boudreau <jboudreau@45drives.com> 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 <jboudreau@45drives.com> 0.2.3-1
|
* Wed Jun 02 2021 Josh Boudreau <jboudreau@45drives.com> 0.2.3-1
|
||||||
- Fix closing contextmenu in el7.
|
- Fix closing contextmenu in el7.
|
||||||
- Hide rename in right click menu with multiple selected entries.
|
- Hide rename in right click menu with multiple selected entries.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user