Releases: usta/radmyarchive-py
v1.2.0
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
1.1.5 2015-04-19
* Fix for uppercase extensions
Version v1.1.0
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
* Raw image format extensions added
* Fix for python3 env for python2 default envs
First Public Release
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 )