-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
3 changed files
with
17 additions
and
3 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,12 +1,26 @@ | ||
Mugshot NEWS | ||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| | ||
02 Mar 2014, Mugshot 0.2.1 | ||
|
||
- General: | ||
. Fixed typo that incorrectly hid the manual photo browser instead of stock | ||
. Use GLib for better environment and user settings detection | ||
. Use the SudoDialog developed for Catfish to better receive password | ||
. Correctly stop processing updates if password was incorrectly entered | ||
- Bugs fixed: | ||
. Add option to remove current profile picture (LP: #1286897) | ||
. Add AccountsService support to set profile picture (LP: #1273896) | ||
. mugshot fails at attempt to change avatar (LP: #1284720) | ||
|
||
|
||
25 Jan 2014, Mugshot 0.2 | ||
|
||
- General: | ||
. Mugshot is now designed for use with only Python 3. | ||
. Dependency on yelp/ghelp has been removed. | ||
. Packaging has been simplified. | ||
|
||
|
||
27 Jul 2013, Mugshot 0.1 | ||
|
||
- Initial release. | ||
- Initial release. |
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 |
---|---|---|
|
@@ -171,7 +171,7 @@ def run(self): | |
|
||
DistUtilsExtra.auto.setup( | ||
name='mugshot', | ||
version='0.2', | ||
version='0.2.1', | ||
license='GPL-3', | ||
author='Sean Davis', | ||
author_email='[email protected]', | ||
|