Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Aug 9, 2017
1 parent 3c56fdd commit 79c88b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ 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 v2017.8.0:
1/ Use Exif/Xmp thumbnails instead of computing from image data.
2/ Improved video file metadata reading.
3/ Added <multiple values> context menu to choose one of them.
4/ Added context menu to image selector.
5/ Can regenerate thumbnail, including from video files.
6/ New Windows installer, includes video file reading.

Changes in v2017.6.0:
1/ Add location address metadata to map tabs.
2/ Fix bug in Flickr uploader if user hasn't set a "buddy" icon.
Expand Down
2 changes: 1 addition & 1 deletion src/photini/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import unicode_literals

__version__ = '2017.8.0'
build = '883 (4cdb71e)'
build = '884 (3c56fdd)'

0 comments on commit 79c88b4

Please sign in to comment.