|
1 | | -# Initial Release of LibreELEC Backupper v1.0.0 |
2 | | -Full backup and restore functionality with automated scheduling support. Compatible with LibreELEC 12.0.2 and Kodi 20 (Nexus). See README.md for complete features and documentation. |
3 | | - |
4 | | -Release version 1.1.0 includes: |
5 | | - |
6 | | -- Simplified backup items focusing on essential components |
7 | | -- Improved WebDAV connection handling to prevent '429 Too Many Requests' errors by: |
8 | | - - Adding connection pooling |
9 | | - - Implementing retry logic with exponential backoff |
10 | | - - Maintaining persistent sessions |
11 | | - - Proper resource cleanup |
12 | | -- Comprehensive wiki documentation |
13 | | -- Various bug fixes and improvements |
14 | | - |
15 | | -# Version 1.1.0 |
16 | | - |
17 | | -Changes: |
18 | | -- Fixed settings labels for Configuration Files and Test Connection |
19 | | -- Improved backup process with proper compression level handling |
20 | | -- Removed schedule-related code and settings |
21 | | -- Made ZIP creation mandatory for all backups |
22 | | -- Fixed GitHub Actions workflow to properly check addon |
23 | | -- Fixed issue with large temporary files (100+ GB) in userdata directory by implementing proper cleanup |
24 | | -- Made backup/restore notifications stay on screen until operation completes |
25 | | - |
26 | | -⚠️ CRITICAL WARNING ⚠️ |
27 | | -The restore functionality may cause Kodi to crash when restoring backups that contain items requiring read/write access (such as add-on user data and settings). This is a known issue that will be fixed in an upcoming release. |
28 | | - |
29 | | -Safety Precautions: |
30 | | -1. ALWAYS test restore functionality in a safe environment first |
31 | | -2. Be cautious when selecting items to backup/restore that require read/write access |
32 | | -3. If possible, avoid restoring add-on user data and settings until this issue is fixed |
33 | | -4. Make sure to have a separate backup of your system before attempting any restore operations |
34 | | - |
35 | | -This issue primarily affects: |
36 | | -- Add-on User Data and Settings |
37 | | -- Other items requiring read/write access during restore |
38 | | - |
39 | | -A fix is being developed and will be included in the next release. |
| 1 | +# LibreELEC Backupper Release Notes |
| 2 | + |
| 3 | +## Latest Release: 1.5.0 (Compared to 1.4.1.7) |
| 4 | + |
| 5 | +- New custom GUI windows for dashboard, settings, backup browser, and dialogs (1080i/720p) |
| 6 | +- New per-setting help text and read-only Credits handling in custom settings |
| 7 | +- New optional post-backup summary popup setting |
| 8 | +- New remote storage usage status details in dashboard (with fallback detection) |
| 9 | +- Improved navigation reliability in custom settings (single-step category switching) |
| 10 | +- Improved dashboard layout clarity by separating guidance and system status sections |
| 11 | +- Improved Remote Settings Test Connection output with cleaner, structured per-protocol reports |
| 12 | +- Changed popup handling to consistently use custom GUI dialogs with native fallback |
| 13 | +- Fixed duplicate Enter popup activation and Credits editability edge cases |
| 14 | +- Improved WebDAV storage-size detection with multiple quota fallback methods |
| 15 | + |
| 16 | +## Release Note Files |
| 17 | + |
| 18 | +- [release_notes_1.5.0.md](release_notes_1.5.0.md) |
| 19 | +- [release_notes_1.4.1.7.md](release_notes_1.4.1.7.md) |
| 20 | +- [release_notes_1.4.1.6.md](release_notes_1.4.1.6.md) |
| 21 | +- [release_notes_1.4.1.5.md](release_notes_1.4.1.5.md) |
| 22 | +- [release_notes_1.4.1.3.md](release_notes_1.4.1.3.md) |
| 23 | +- [release_notes_1.4.1.2.md](release_notes_1.4.1.2.md) |
| 24 | +- [release_notes_1.3.0.md](release_notes_1.3.0.md) |
| 25 | +- [release_notes_1.2.1.1.md](release_notes_1.2.1.1.md) |
| 26 | +- [release_notes_1.2.1.md](release_notes_1.2.1.md) |
0 commit comments