diff --git a/README.md b/README.md index 4be56b0..2ba392d 100644 --- a/README.md +++ b/README.md @@ -19,17 +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.2/cockpit-navigator_0.2.2-1focal_all.deb` -1. `# apt install ./cockpit-navigator_0.2.2-1focal_all.deb` +1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.3/cockpit-navigator_0.2.3-1focal_all.deb` +1. `# apt install ./cockpit-navigator_0.2.3-1focal_all.deb` ### EL7 -1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.2/cockpit-navigator-0.2.2-1.el7.noarch.rpm` +1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.3/cockpit-navigator-0.2.3-1.el7.noarch.rpm` ### EL8 -1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.2/cockpit-navigator-0.2.2-1.el8.noarch.rpm` +1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.3/cockpit-navigator-0.2.3-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.2 is latest) +1. `$ git checkout ` (v0.2.3 is latest) 1. `# make install` ## From 45Drives Repositories ### Ubuntu diff --git a/debian/changelog b/debian/changelog index aae5e86..30442a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +cockpit-navigator (0.2.3-1focal) focal; urgency=medium + + * Fix closing contextmenu in el7. + * Hide rename in right click menu with multiple selected entries. + * Populate default link target to selected item from right click menu. + + -- Josh Boudreau Wed, 02 Jun 2021 13:57:00 -0300 + cockpit-navigator (0.2.2-1focal) focal; urgency=low * Set default value in rename prompt to current filename. diff --git a/el/cockpit-navigator.spec b/el/cockpit-navigator.spec index a3eddef..6a67c1f 100644 --- a/el/cockpit-navigator.spec +++ b/el/cockpit-navigator.spec @@ -1,5 +1,5 @@ Name: cockpit-navigator -Version: 0.2.2 +Version: 0.2.3 Release: 1%{?dist} Summary: A File System Browser for Cockpit. License: GPL-3.0+ @@ -32,6 +32,10 @@ rm -rf %{buildroot} /usr/share/cockpit/navigator/* %changelog +* Wed Jun 02 2021 Josh Boudreau 0.2.3-1 +- Fix closing contextmenu in el7. +- Hide rename in right click menu with multiple selected entries. +- Populate default link target to selected item from right click menu. * Wed Jun 02 2021 Josh Boudreau 0.2.2-1 - Set default value in rename prompt to current filename. * Wed Jun 02 2021 Josh Boudreau 0.2.1-1 diff --git a/navigator/navigator.css b/navigator/navigator.css index 8257a23..9c4465c 100644 --- a/navigator/navigator.css +++ b/navigator/navigator.css @@ -471,6 +471,7 @@ input:checked + .slider:before { } .nav-context-menu { + display: none; position: absolute; background-color: var(--container); border: 1px solid var(--border); diff --git a/navigator/navigator.html b/navigator/navigator.html index 7bbec2b..621db41 100644 --- a/navigator/navigator.html +++ b/navigator/navigator.html @@ -178,6 +178,6 @@ -