Skip to content

Commit

Permalink
Added support for exclusion of file paths. Closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthirian committed Sep 16, 2013
1 parent d210fbd commit 31a8b8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.filecleaner" name="XBMC File Cleaner" version="3.0.2" provider-name="Anthirian">
<addon id="script.filecleaner" name="XBMC File Cleaner" version="3.1.0" provider-name="Anthirian">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.json" version="6.0.0"/>
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.1.0
===============
- New option to exclude up to three file paths from being modified

Version 3.0.2
===============
- Fixed support for filenames with non-ASCII characters

Version 3.0.1
===============
- Fixed bug in setting locale that broke the addon
Expand Down

0 comments on commit 31a8b8e

Please sign in to comment.