diff --git a/README.md b/README.md index 80403a5..54bb1e0 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,17 @@ With no command line use needed, you can: # Installation ## From Github Release ### Ubuntu -1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.0/cockpit-navigator_0.2.0-1focal_all.deb` -1. `# apt install ./cockpit-navigator_0.2.0-1focal_all.deb` +1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.1/cockpit-navigator_0.2.1-1focal_all.deb` +1. `# apt install ./cockpit-navigator_0.2.1-1focal_all.deb` ### EL7 -1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.0/cockpit-navigator-0.2.0-1.el7.noarch.rpm` +1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.1/cockpit-navigator-0.2.1-1.el7.noarch.rpm` ### EL8 -1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.0/cockpit-navigator-0.2.0-1.el8.noarch.rpm` +1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.1/cockpit-navigator-0.2.1-1.el8.noarch.rpm` ## From Source +1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`. 1. `$ git clone https://github.com/45Drives/cockpit-navigator.git` 1. `$ cd cockpit-navigator` -1. `$ git checkout ` (v0.2.0 is latest) +1. `$ git checkout ` (v0.2.1 is latest) 1. `# make install` ## From 45Drives Repositories ### Ubuntu diff --git a/debian/changelog b/debian/changelog index 77ddd1b..60a0a5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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. diff --git a/debian/control b/debian/control index 068b2a7..886c840 100644 --- a/debian/control +++ b/debian/control @@ -9,5 +9,5 @@ Homepage: https://github.com/45Drives/cockpit-navigator Package: cockpit-navigator Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - cockpit, python3 + cockpit, python3, rsync Description: A File System Browser for Cockpit. diff --git a/el/cockpit-navigator.spec b/el/cockpit-navigator.spec index 4d93d40..cd04016 100644 --- a/el/cockpit-navigator.spec +++ b/el/cockpit-navigator.spec @@ -1,12 +1,12 @@ 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+ URL: github.com/45drives/cockpit-navigator/blob/main/README.md Source0: %{name}-%{version}.tar.gz BuildArch: noarch -Requires: cockpit python3 +Requires: cockpit python3 rsync BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -32,6 +32,13 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Wed Jun 02 2021 Josh Boudreau 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 0.2.0-1 - Allow for batch editing permissions and deletion by holding shift or control while clicking to select multiple diff --git a/navigator/navigator.html b/navigator/navigator.html index 8a35c21..7bbec2b 100644 --- a/navigator/navigator.html +++ b/navigator/navigator.html @@ -93,7 +93,7 @@