forked from vertxx/kodi-repo-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 26
/
changelog.txt
34 lines (30 loc) · 1.04 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
1.2.1
- Added the shebang for execution on Linux platform
- Added the encoding line for backwards compatibility
- Added script setting for underscore prefix of output path
- Avoid entering loop in case ignored_files is empty list or None
- Rename old setting now defaults to False
1.2.0
- Removed version.txt
- Added Python 3 support (tested with v.3.6.5)
- Added script settings
> key press for exiting
> overwrite existing files
> rename older files
> copy additional files
> replace ampersand
> Compress with either deflate or store
> Ignored directories
> Ignored files
- Various bug fixes and enhancements
1.1.2
- Made several variables global
- Separated "_copy_additional_files" function to the new Copier class
- "_copy_additional_files" now properly loops through ever changelog, icons, fanarts
1.1.1
- New function to copy changelogs, icons, fanarts
- Changed from deprecated md5 module to hashlib
1.1.0
- Added a file with version number
- Only read folders with addon.xml files in it
- Changed output to output_path in config.ini