Skip to content

Commit 6e8dbf5

Browse files
authored
Revise news section for version 1.5.0 release
Updated news section with new features and improvements for version 1.5.0.
1 parent 30cecc8 commit 6e8dbf5

1 file changed

Lines changed: 13 additions & 52 deletions

File tree

service.libreelec.backupper/addon.xml

Lines changed: 13 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -14,58 +14,19 @@
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.5.0 (2026-04-12) - FEATURE RELEASE
18-
- Compared to v1.4.1.7
19-
- Added fully custom dashboard and backup browser windows with skin XML layouts (1080i/720p)
20-
- Added custom settings/help details with clearer guidance per setting
21-
- Added optional backup summary popup toggle in Notifications settings
22-
- Added remote storage usage status details to dashboard when available
23-
- Improved restore UX with reliable progress updates and reduced notification noise
24-
- Added detailed, colorized operation summaries with scroll-friendly formatting
25-
- Improved backup detection and date parsing for legacy and current backup naming formats
26-
- Hardened restore handling for non-critical file errors (permissions/long names/.git metadata)
27-
- Improved Remote Settings Test Connection output with cleaner structured protocol diagnostics
28-
- Changed message/confirm/text popups to consistently use custom GUI dialogs with fallback
29-
- Fixed Credits entries to remain informational and non-editable
30-
- Fixed duplicate setting popup activation and tab navigation edge cases
31-
32-
v1.4.1.7 (2026-01-12) - TEST RELEASE
33-
- Added switchable verbose logging that elevates debug details into the Kodi log
34-
- Expanded diagnostic logging for backup creation, uploads, and remote connections
35-
- Default verbose logging enabled for this test build to aid investigation
36-
37-
v1.4.1.6 (2026-01-09) - TEST RELEASE
38-
- Fixed RemoteBrowser password initialization that broke Test Connection dialogs
39-
- Restored remote password loading in BackupManager for all remote protocols
40-
- Added structured verbose debug logging across backup, restore, and remote connection flows
41-
- Rebuilt zip with correct addon folder structure for installation
42-
43-
v1.4.1.5 (2026-01-05) - TEST RELEASE
44-
- Fixed NFS remote browsing with improved user feedback and validation
45-
- Fixed SMB backup creation by correcting path format handling
46-
- Fixed View Backups and Restore Backup operations to show backup lists instead of remote browser dialogues
47-
- Enhanced get_all_backups method to support all remote protocols (NFS, SMB, FTP, SFTP, WebDAV)
48-
- Improved local backup path validation to prevent issues with NFS mount paths
49-
- Fixed backup listing to show proper dates, sizes, and selection interface
50-
51-
v1.4.1.4 (2026-01-04) - FIX RELEASE
52-
- Fixed NFS mounting with nolock option for better compatibility
53-
- Fixed SMB browsing path conversion (smb://server/share -> server:/share)
54-
- Fixed local backup path handling for NFS mounts
55-
- Improved error handling for remote connections
56-
57-
v1.4.1.3 (2026-01-04) - FIX RELEASE
58-
- Fixed addon zip structure for proper Kodi installation
59-
60-
v1.4.1.3 (2025-12-30) - TEST RELEASE
61-
- Fixed NFS connection and path format handling
62-
- Improved SMB browsing with better path validation
63-
- Enhanced SFTP error messages and paramiko handling
64-
- Settings now auto-save immediately when changed
65-
66-
v1.4.1.2 (2025-12-30)
67-
- Fixed restore from backup failing due to read-only file system error
68-
- Added automatic mounting/unmounting of addons directory during restore</news>
17+
<news><news>v1.5.0 (2026-04-12) - FEATURE RELEASE
18+
- Added custom dashboard and backup browser windows with skin XML layouts.
19+
- New custom settings/help details for better guidance.
20+
- Added backup summary popup toggle in Notifications.
21+
- Remote storage usage now visible on dashboard.
22+
- Improved restore UX with reliable progress and less notification noise.
23+
- Detailed, colorized operation summaries added.
24+
- Improved backup detection and date parsing for all naming formats.
25+
- Hardened restore handling for file permission/path errors.
26+
- Cleaned up Remote Settings Test Connection diagnostics.
27+
- Switched all popups to custom GUI dialogs with fallback support.
28+
- Fixed Credits display and settings navigation edge cases.
29+
- Automatic mounting/unmounting of addons directory during restore.</news>
6930
<assets>
7031
<icon>resources/icon.png</icon>
7132
<fanart>resources/fanart.jpg</fanart>

0 commit comments

Comments
 (0)