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 18, 2017
1 parent e02d573 commit 7bd7fbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ 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.1:
1/ Added option to preserve file timestamps.
2/ Added option to change copyright boilerplate text.
3/ Added config file option to change application style.
4/ Fix bug with importing files with spaces in their names.
5/ Changed importer template marker from () to {}.

Changes in v2017.8.0:
1/ Use Exif/Xmp thumbnails instead of computing from image data.
2/ Improved video file metadata reading.
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.1'
build = '900 (395372f)'
build = '901 (e02d573)'

0 comments on commit 7bd7fbf

Please sign in to comment.