Skip to content

Commit 110f099

Browse files
author
Nigel
committed
Release v1.4.1.4 - Fixed addon zip structure for proper Kodi installation
1 parent b226e6f commit 110f099

2 files changed

Lines changed: 9 additions & 34 deletions

File tree

1.41 MB
Binary file not shown.
Lines changed: 9 additions & 34 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="service.libreelec.backupper" name="LibreELEC Backupper" version="1.4.1.3" provider-name="Nigel">
2+
<addon id="service.libreelec.backupper" name="LibreELEC Backupper" version="1.4.1.4" provider-name="Nigel">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.requests" version="2.22.0"/>
@@ -14,48 +14,23 @@
1414
<license>GPL-2.0-or-later</license>
1515
<forum>https://forum.libreelec.tv/</forum>
1616
<source>https://github.com/Nigel1992/service.libreelec.backupper</source>
17-
<news>v1.4.1.3 (2025-12-30) - TEST RELEASE
18-
- Fixed NFS connection and path format handling (requires server:/export/path format)
17+
<news>v1.4.1.4 (2026-01-04) - FIX RELEASE
18+
- Fixed addon zip structure for proper Kodi installation
19+
20+
v1.4.1.3 (2025-12-30) - TEST RELEASE
21+
- Fixed NFS connection and path format handling
1922
- Improved SMB browsing with better path validation
20-
- Fixed local location issue preventing NFS paths in local mode
21-
- Enhanced SFTP error messages and paramiko availability handling
22-
- Added path format hints and validation for all remote protocols
23+
- Enhanced SFTP error messages and paramiko handling
2324
- Settings now auto-save immediately when changed
24-
- Improved error messages with format examples
2525

2626
v1.4.1.2 (2025-12-30)
2727
- Fixed restore from backup failing due to read-only file system error
28-
- Added automatic mounting/unmounting of addons directory during restore
29-
- Improved path resolution for addons and repository files during restore
30-
31-
v1.4.1 (2025-03-25)
32-
- Enhanced main menu UI with last backup and next scheduled backup information
33-
- Improved menu layout with visual separation between actions and information
34-
35-
v1.4.0 (2025-03-25)
36-
- Added backup rotation feature with configurable retention policies
37-
- Added dedicated wiki documentation for backup rotation
38-
- Improved settings organization with subcategories
39-
- Enhanced warning system for potentially destructive features
40-
- Added visual separators in settings for better organization
41-
42-
v1.3.1.2 (2025-03-24)
43-
- Improved dialog formatting and organization
44-
- Fixed addon.xml schema validation error
45-
46-
v1.3.1.1 (2025-03-22)
47-
- Fixed WebDAV connection handling
48-
- Improved error messages for failed connections
49-
50-
v1.3.1 (2025-03-21)
51-
- Added WebDAV support for remote backups
52-
- Enhanced remote connection error handling
53-
- Improved backup progress reporting</news>
28+
- Added automatic mounting/unmounting of addons directory during restore</news>
5429
<assets>
5530
<icon>resources/icon.png</icon>
5631
<fanart>resources/fanart.jpg</fanart>
5732
<screenshot>resources/screenshot-01.jpg</screenshot>
5833
<screenshot>resources/screenshot-02.jpg</screenshot>
5934
</assets>
6035
</extension>
61-
</addon>
36+
</addon>

0 commit comments

Comments
 (0)