prepare for packaging

This commit is contained in:
joshuaboud 2021-07-16 16:57:50 -03:00
parent abc082a9c9
commit 16f310e6d6
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
5 changed files with 18 additions and 5 deletions

View File

@ -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.

View File

@ -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,

View File

@ -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.

View File

@ -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.

View File

@ -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.