Skip to content

Releases: usta/radmyarchive-py

v1.2.0

19 Apr 16:07
Compare
Choose a tag to compare

Change Log

1.2.0 2015-04-19
* Fix for same-named but different photos
* (Need to implement Md5 check for checking if it is samefile or not )

1.1.5 2015-04-19
* Fix for uppercase extensions

1.1.1 2015-04-14
* Fix setup.py import bug ( Thanks to Umut Karcı )

1.1.0 2015-04-14
* a python bug fixed with changing scripts name to uppercase
* fix for linux builds ( use os.path.join instead os string operations for path )

1.0.5 2015-04-12
* Raw image format extensions added
* Fix for python3 env for python2 default envs

1.0.0 2015-04-10
* First Commit to Github

1.1.5 2015-04-19

19 Apr 14:30
Compare
Choose a tag to compare

1.1.5 2015-04-19
* Fix for uppercase extensions

Version v1.1.0

14 Apr 06:22
Compare
Choose a tag to compare

Now you can install latest version via :
pip install radmyarchive

Changelog :
* a python bug fixed with changing scripts name to uppercase
* fix for linux builds ( use os.path.join instead os string operations for path )

v1.0.5 2015-04-12

12 Apr 06:46
Compare
Choose a tag to compare
* Raw image format extensions added
* Fix for python3 env for python2 default envs

First Public Release

10 Apr 02:04
Compare
Choose a tag to compare

I need to fix python 2.x support because right now i'm using os.makedirs's exist_ok flag
which doesn't exist python <3.2 and not working correctly until python <3.4.1 .
I need to write that part again for previous versions ( I mean for python2x and python <3.2 in )