OSG_Mugshot_fork/NEWS

53 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-01-25 23:40:38 +00:00
Mugshot NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2014-04-02 09:49:47 +00:00
02 Apr 2014, Mugshot 0.2.3
- General:
. Check if user has sudo rights, disable first/last name change if not
. Populate the Initials field based on first/last name fields
. Hide "Remove" when there is no profile image set
. Cleanup temporary files when closed
. Package is now 100% PEP8-compliant
- AccountsService:
. Scale images on save to accomodate AccountsService max size
. Use AccountsService profile image if ~/.face does not exist
. Sync AccountsService profile image to ~/.face
- Bugs fixed:
. mugshot is unable to store profile picture (LP: #1298665)
2014-03-09 11:54:18 +00:00
09 Mar 2014, Mugshot 0.2.2
- General:
. Fixed crash when saving user details with a non-English locale
. Fixed apparently untranslated dialog
. Updated translations
- Bugs fixed:
. Fix crash with IndexError in init_user_details (LP: #1287468)
2014-03-02 22:37:53 +00:00
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)
2014-01-25 23:40:38 +00:00
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.
2014-03-02 22:37:53 +00:00
2014-01-25 23:40:38 +00:00
27 Jul 2013, Mugshot 0.1
2014-03-02 22:37:53 +00:00
- Initial release.