-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from 45Drives/0.5.10-fixes
0.5.10 fixes
- Loading branch information
Showing
8 changed files
with
65 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>", | ||
"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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,9 @@ rm -rf %{buildroot} | |
/usr/share/cockpit/navigator/* | ||
|
||
%changelog | ||
* Wed Oct 26 2022 Joshua Boudreau <[email protected]> 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 <[email protected]> 0.5.9-1 | ||
- Fix CSS for Cockpit 273 and greater | ||
* Mon Jun 06 2022 Joshua Boudreau <[email protected]> 0.5.8-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,9 @@ rm -rf %{buildroot} | |
/usr/share/cockpit/navigator/* | ||
|
||
%changelog | ||
* Wed Oct 26 2022 Joshua Boudreau <[email protected]> 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 <[email protected]> 0.5.9-1 | ||
- Fix CSS for Cockpit 273 and greater | ||
* Mon Jun 06 2022 Joshua Boudreau <[email protected]> 0.5.8-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Wed, 26 Oct 2022 14:40:50 -0300 | ||
|
||
cockpit-navigator (0.5.9-1focal) focal; urgency=medium | ||
|
||
* Fix CSS for Cockpit 273 and greater | ||
|