-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 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,38 @@ | ||
simple-pwgen (1.0.8) stable; urgency=medium | ||
|
||
* New icon for simple-pwgen | ||
* fix error "Permission denied"; fixes #25 | ||
* update readme to release 1.0.7 (#26) | ||
* Update debian standards version | ||
* Update readme with new features | ||
- Add password strength and comments to features | ||
- Add new screenshots | ||
* fix typo in README | ||
* add new and update old workflows | ||
- Update workflows to run on all branches | ||
- add new workflow to publish deb package from latest release | ||
- Fix typo in README | ||
- Update test script | ||
* pythonize simple-pwgen (#27) | ||
- use pure python packaging methods | ||
- use debian revision number in d/changelog | ||
- update .gitignore | ||
- update desktop files | ||
- Add separate VERSION file to source | ||
* re-debianize to match python packaging (#28) | ||
- Create python-simple-pwgen package as commadline backend | ||
- Modify simple-pwgen to provide GUI of app | ||
- Create sphinx based documentation | ||
* Update CI workflow (#30) | ||
* fix launchpad build failures (#29) | ||
- d/control: reduce compat level and update depends | ||
- d/python3-simple-pwgen.install: remove installation of manual | ||
- d/rules: remove sphinx and update rules | ||
* fix CI workflow (#31) | ||
* fix versioning to comply with PEP 440 versioning (#32) | ||
|
||
-- Himadri Sekhar Basu <[email protected]> Wed, 01 Jun 2022 22:42:26 +0530 | ||
|
||
simple-pwgen (1.0.7) stable; urgency=medium | ||
|
||
* Update copyright in About dialog | ||
|