This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
forked from andreimacavei/gnome-signing
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELEASE_NOTES: updated release information
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 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,18 +1,19 @@ | ||
GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible. | ||
This is the v0.6 release which fixes a few bugs and increases py3k | ||
compatibilty. | ||
This is the v0.7 release which fixes a few bugs and increases gpg 2.1. | ||
|
||
Changes | ||
========== | ||
|
||
* Fixed manually typing the fingerprint | ||
* Made gsignal definitions use str() for names | ||
* Got rid of warning from gi when importing | ||
* showing a message when you don't have a private key | ||
* Disable Next or Back button when hitting the end of the notebook | ||
* More Python 3 compatible code (e.g. HTTP server, StringIOs, dict.items) | ||
* (Hopefully) more efficient bar code rendering to increase the | ||
success rate when reading it | ||
* Using zbar's cache to hopefully save some CPU cycles while scanning | ||
|
||
|
||
Resources | ||
========= | ||
|
||
Download: https://github.com/muelli/geysigning/releases/download/0.5/gnome-keysign-0.6.tar.gz | ||
sha256sum: | ||
Download: https://github.com/muelli/geysigning/archive/0.7.tar.gz | ||
Web site: https://wiki.gnome.org/GnomeKeysign |