-
Notifications
You must be signed in to change notification settings - Fork 24
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
1 parent
1c05db8
commit 869f310
Showing
2 changed files
with
9 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,6 +1,6 @@ | ||
Photini - a simple photo metadata editor. | ||
http://github.com/jim-easterbrook/Photini | ||
Copyright (C) 2012-21 Jim Easterbrook [email protected] | ||
Copyright (C) 2012-22 Jim Easterbrook [email protected] | ||
|
||
This program is free software: you can redistribute it and/or | ||
modify it under the terms of the GNU General Public License as | ||
|
@@ -16,6 +16,12 @@ You should have received a copy of the GNU General Public License | |
along with this program. If not, see | ||
<http://www.gnu.org/licenses/>. | ||
|
||
Changes in v2022.1.0: | ||
1/ Simplified selection of dependencies when installing with pip. | ||
2/ Improved spell check language menu. | ||
3/ Add option to read BMFF files. | ||
4/ Other minor improvements and bug fixes. | ||
|
||
Changes in v2021.12.0: | ||
1/ Installing with pip should install dependencies if needed. | ||
2/ Other minor improvements and bug fixes. | ||
|
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,4 +1,4 @@ | ||
from __future__ import unicode_literals | ||
|
||
__version__ = '2021.12.1' | ||
build = '1915 (c51917b)' | ||
__version__ = '2022.1.0' | ||
build = '1916 (1c05db8)' |