|
1 | 1 | <?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"> |
3 | 3 | <requires> |
4 | 4 | <import addon="xbmc.python" version="3.0.0"/> |
5 | 5 | <import addon="script.module.requests" version="2.22.0"/> |
|
14 | 14 | <license>GPL-2.0-or-later</license> |
15 | 15 | <forum>https://forum.libreelec.tv/</forum> |
16 | 16 | <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 |
19 | 22 | - 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 |
23 | 24 | - Settings now auto-save immediately when changed |
24 | | -- Improved error messages with format examples |
25 | 25 |
|
26 | 26 | v1.4.1.2 (2025-12-30) |
27 | 27 | - 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> |
54 | 29 | <assets> |
55 | 30 | <icon>resources/icon.png</icon> |
56 | 31 | <fanart>resources/fanart.jpg</fanart> |
57 | 32 | <screenshot>resources/screenshot-01.jpg</screenshot> |
58 | 33 | <screenshot>resources/screenshot-02.jpg</screenshot> |
59 | 34 | </assets> |
60 | 35 | </extension> |
61 | | -</addon> |
| 36 | +</addon> |
0 commit comments