Update NEWS, bump version number

This commit is contained in:
Sean Davis 2014-04-02 05:49:47 -04:00
parent 74524f457f
commit ee575e957d
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -1,5 +1,21 @@
Mugshot NEWS Mugshot NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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)
09 Mar 2014, Mugshot 0.2.2 09 Mar 2014, Mugshot 0.2.2
- General: - General:

View File

@ -172,7 +172,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup( DistUtilsExtra.auto.setup(
name='mugshot', name='mugshot',
version='0.2.2', version='0.2.3',
license='GPL-3', license='GPL-3',
author='Sean Davis', author='Sean Davis',
author_email='smd.seandavis@gmail.com', author_email='smd.seandavis@gmail.com',