update changelog

This commit is contained in:
joshuaboud 2021-06-08 16:11:47 -03:00
parent 1033593d14
commit 2acb4dc1e7
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
2 changed files with 15 additions and 1 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
cockpit-navigator (0.4.3-1focal) focal; urgency=medium
* Add sort options for list view.
* Add search bar to filter items.
* Fix file size error after upload by refreshing after write process exits.
* Fix input of tab characters and copy and pasting in file editor.
-- Josh Boudreau <jboudreau@45drives.com> Tue, 08 Jun 2021 15:11:00 -0300
cockpit-navigator (0.4.2-1focal) focal; urgency=low
* Implement list view.

View File

@ -1,5 +1,5 @@
Name: cockpit-navigator
Version: 0.4.2
Version: 0.4.3
Release: 1%{?dist}
Summary: A File System Browser for Cockpit.
License: GPL-3.0+
@ -32,6 +32,11 @@ rm -rf %{buildroot}
/usr/share/cockpit/navigator/*
%changelog
* Tue Jun 08 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.3-1
- Add sort options for list view.
- Add search bar to filter items.
- Fix file size error after upload by refreshing after write process exits.
- Fix input of tab characters and copy and pasting in file editor.
* Mon Jun 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.2-1
- Implement list view.
- Fix opening symlinks to files for editing.