mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
package 0.5.10
This commit is contained in:
parent
c6f132bcb5
commit
147d9ae7ca
@ -1,3 +1,4 @@
|
||||
## Cockpit Navigator 0.5.9-1
|
||||
## Cockpit Navigator 0.5.10-1
|
||||
|
||||
* Fix CSS for Cockpit 273 and greater
|
||||
* Disallow changing selected file/folder while editing permissions
|
||||
* Allow opening non-text file for editing via prompt
|
10
README.md
10
README.md
@ -23,17 +23,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.5.8/cockpit-navigator_0.5.8-1focal_all.deb`
|
||||
1. `# apt install ./cockpit-navigator_0.5.8-1focal_all.deb`
|
||||
1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb`
|
||||
1. `# apt install ./cockpit-navigator_0.5.10-1focal_all.deb`
|
||||
### EL7
|
||||
1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-1.el7.noarch.rpm`
|
||||
1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el7.noarch.rpm`
|
||||
### EL8
|
||||
1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-1.el8.noarch.rpm`
|
||||
1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el8.noarch.rpm`
|
||||
## From Source
|
||||
1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`, `zip`.
|
||||
1. `$ git clone https://github.com/45Drives/cockpit-navigator.git`
|
||||
1. `$ cd cockpit-navigator`
|
||||
1. `$ git checkout <version>` (v0.5.8 is latest)
|
||||
1. `$ git checkout <version>` (v0.5.10 is latest)
|
||||
1. `# make install`
|
||||
## From 45Drives Repositories
|
||||
### Automatic Repo Setup with Script
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "cockpit-navigator",
|
||||
"title": "Cockpit Navigator",
|
||||
"prerelease": false,
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.10",
|
||||
"buildVersion": "1",
|
||||
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
||||
"url": "https://github.com/45Drives/cockpit-navigator",
|
||||
@ -59,7 +59,7 @@
|
||||
],
|
||||
"changelog": {
|
||||
"urgency": "medium",
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.10",
|
||||
"buildVersion": "1",
|
||||
"ignore": [],
|
||||
"date": null,
|
||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
||||
/usr/share/cockpit/navigator/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.10-1
|
||||
- Disallow changing selected file/folder while editing permissions
|
||||
- Allow opening non-text file for editing via prompt
|
||||
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
|
||||
- Fix CSS for Cockpit 273 and greater
|
||||
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
||||
/usr/share/cockpit/navigator/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.10-1
|
||||
- Disallow changing selected file/folder while editing permissions
|
||||
- Allow opening non-text file for editing via prompt
|
||||
* Fri Aug 05 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.9-1
|
||||
- Fix CSS for Cockpit 273 and greater
|
||||
* Mon Jun 06 2022 Joshua Boudreau <jboudreau@45drives.com> 0.5.8-2
|
||||
|
@ -1,3 +1,10 @@
|
||||
cockpit-navigator (0.5.10-1focal) focal; urgency=medium
|
||||
|
||||
* Disallow changing selected file/folder while editing permissions
|
||||
* Allow opening non-text file for editing via prompt
|
||||
|
||||
-- Joshua Boudreau <jboudreau@45drives.com> Wed, 26 Oct 2022 14:40:50 -0300
|
||||
|
||||
cockpit-navigator (0.5.9-1focal) focal; urgency=medium
|
||||
|
||||
* Fix CSS for Cockpit 273 and greater
|
||||
|
Loading…
x
Reference in New Issue
Block a user