Skip to content

Commit d911356

Browse files
committed
Prep addon files for forthcoming release
1 parent 475bb4f commit d911356

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

addon.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.cabertoss" name="Caber Toss" version="1.0.1" provider-name="bossanova808">
2+
<addon id="script.cabertoss" name="Caber Toss" version="1.0.2" provider-name="bossanova808">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.bossanova808" version="1.0.0"/>
@@ -22,13 +22,10 @@ Even better, bind this to a remote button (use `Runscript(script.cabertoss)`) -
2222
<source>https://github.com/bossanova808/script.cabertoss</source>
2323
<forum>https://forum.kodi.tv/showthread.php?tid=379304</forum>
2424
<email>bossanova808@gmail.com</email>
25-
<news>v1.0.1
26-
- Improve compatibility with network shares
27-
- Improve compatibility with Windows and *ELEC
28-
- Add hostname to logs folder, helps if using with multiple systems
29-
- Don't copy crashlogs older than three days
30-
- Language improvements
31-
- Add 'Working...' notification to make more responsive (copying larger log files can take a moment)
25+
<news>v1.0.2
26+
- Use updated Logging code
27+
- Make crashlog days configurable (default still 3)
28+
- A bunch of fixes and improvements following CodeRabbit review
3229
</news>
3330
<assets>
3431
<icon>resources/icon.png</icon>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.0.2
2+
- Use updated Logging code
3+
- Make crashlog days configurable (default still 3)
4+
- A bunch of fixes and improvements following CodeRabbit review
5+
16
v1.0.1
27
- Improve compatibility with network shares
38
- Improve compatibility with Windows and *ELEC

0 commit comments

Comments
 (0)