mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
prepare for packaging
This commit is contained in:
parent
abc082a9c9
commit
16f310e6d6
@ -1,4 +1,4 @@
|
|||||||
## Cockpit Navigator 0.5.1-1
|
## Cockpit Navigator 0.5.2-1
|
||||||
|
|
||||||
* Allow modal popups to scroll if overflowing past page.
|
* Implement uploading of entire directories.
|
||||||
* Moves focus to next input in modal popup when enter is pressed.
|
* Add cancel option to in-progress file uploads.
|
@ -3,7 +3,7 @@
|
|||||||
"name": "cockpit-navigator",
|
"name": "cockpit-navigator",
|
||||||
"title": "Cockpit Navigator",
|
"title": "Cockpit Navigator",
|
||||||
"prerelease": false,
|
"prerelease": false,
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"buildVersion": "1",
|
"buildVersion": "1",
|
||||||
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
"url": "https://github.com/45Drives/cockpit-navigator",
|
"url": "https://github.com/45Drives/cockpit-navigator",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
],
|
],
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"urgency": "medium",
|
"urgency": "medium",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"buildVersion": "1",
|
"buildVersion": "1",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"date": null,
|
"date": null,
|
||||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 16 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.2-1
|
||||||
|
- Implement uploading of entire directories.
|
||||||
|
- Add cancel option to in-progress file uploads.
|
||||||
* Thu Jul 15 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.1-1
|
* Thu Jul 15 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.1-1
|
||||||
- Allow modal popups to scroll if overflowing past page.
|
- Allow modal popups to scroll if overflowing past page.
|
||||||
- Moves focus to next input in modal popup when enter is pressed.
|
- Moves focus to next input in modal popup when enter is pressed.
|
||||||
|
@ -32,6 +32,9 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 16 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.2-1
|
||||||
|
- Implement uploading of entire directories.
|
||||||
|
- Add cancel option to in-progress file uploads.
|
||||||
* Thu Jul 15 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.1-1
|
* Thu Jul 15 2021 Josh Boudreau <jboudreau@45drives.com> 0.5.1-1
|
||||||
- Allow modal popups to scroll if overflowing past page.
|
- Allow modal popups to scroll if overflowing past page.
|
||||||
- Moves focus to next input in modal popup when enter is pressed.
|
- Moves focus to next input in modal popup when enter is pressed.
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
cockpit-navigator (0.5.2-1focal) focal; urgency=medium
|
||||||
|
|
||||||
|
* Implement uploading of entire directories.
|
||||||
|
* Add cancel option to in-progress file uploads.
|
||||||
|
|
||||||
|
-- Josh Boudreau <jboudreau@45drives.com> Fri, 16 Jul 2021 13:56:55 -0300
|
||||||
|
|
||||||
cockpit-navigator (0.5.1-1focal) focal; urgency=medium
|
cockpit-navigator (0.5.1-1focal) focal; urgency=medium
|
||||||
|
|
||||||
* Allow modal popups to scroll if overflowing past page.
|
* Allow modal popups to scroll if overflowing past page.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user