Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Jan 4, 2022
1 parent 1c05db8 commit 869f310
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.txt
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
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/photini/__init__.py
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)'

0 comments on commit 869f310

Please sign in to comment.