Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-klein committed Jun 4, 2018
1 parent 57603d3 commit b4946e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="./resources/logo.png" width=512>


[![Version](https://img.shields.io/badge/latest%20version-0.3.0-blue.svg)](https://github.com/patrick-klein/repository.librarytools)
[![Version](https://img.shields.io/badge/latest%20version-0.3.1-blue.svg)](https://github.com/patrick-klein/repository.librarytools)
[![GitHub last commit](https://img.shields.io/github/last-commit/patrick-klein/script.library.integration.tool.svg)](https://github.com/patrick-klein/script.library.integration.tool/commits/master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/af5eed5b87df49b49eed908b3d808f7c)](https://www.codacy.com/app/klein.pat/Library-Integration-Tool-for-Kodi?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=patrick-klein/Library-Integration-Tool-for-Kodi&amp;utm_campaign=Badge_Grade)
[![Paypal Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/104084485)
Expand Down
12 changes: 6 additions & 6 deletions 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.library.integration.tool" name="Library Integration Tool" version="0.3.0" provider-name="patrick-klein">
<addon id="script.library.integration.tool" name="Library Integration Tool" version="0.3.1" provider-name="patrick-klein">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="xbmc.addon" version="12.0.0"/>
Expand Down Expand Up @@ -49,7 +49,11 @@ See the README for a full tutorial.
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
</assets>
<news>v0.3.0 (2018-4-25)
<news>v0.3.1 (2018-4-28)
- remove Windows illegal characters from filename
- bugfix for incorrect sql formatting

v0.3.0 (2018-4-25)
- moved to SQLite database for performance improvements
- .pkl files will be converted first time you run the program
- better handling of text encoding and pattern matching
Expand All @@ -64,10 +68,6 @@ v0.2.2 (2018-1-28)
- add setting to use tvshow artwork when episode thumb is unavailable
- better file name handling when "Part #" is in episode name
- use universal fs module when on unrecognized platform

v0.2.1 (2018-1-25)
- fix for items with quotes in name
- fix for renaming thumbnails for episodes
</news>
</extension>

Expand Down

0 comments on commit b4946e2

Please sign in to comment.