Releases: redromnon/iBackep
v2.0.3 Hotfix
A critical fix for detecting new and previous backups. Also updated pymobiledevice3 to 4.14.16 version.
Related Issues:
Note
After downloading, enable executable permissions for the file by either
- Performing a right-click -> Select "properties" or a similar option -> Look for a "Enable executable permissions" option or similar
- Running
chmod u+x ibackep
in the executable's directory
Full Changelog: v2.0.2...v2.0.3
v2.0.2 Hotfix 2
A few more important fixes.
Fixes and Changes
- Backup and Restore buttons got disabled forever if the program encountered No device connected error
- The native folder selection window wouldn't open on some distros like Kubuntu and Arch (maybe due to Flet), so
zenity
is now used to handle that. So yes,zenity
is now a pre-requisite. - Make error notification dialogs look more like 'errors'
Note
After downloading, enable executable permissions for the file by either
- Performing a right-click -> Select "properties" or a similar option -> Look for a "Enable executable permissions" option or similar
- Running
chmod u+x ibackep
in the executable's directory
Full Changelog: v2.0.1...v2.0.2
v2.0.1 Hotfix
A critical fix for v2.0.0
Fix
- Newer Linux distro releases displayed
libmpv.so.1: cannot open shared object file: No such file or directory
due to dependency required by Flet. Solved by downgrading to Flet 0.19.0
Note
After downloading, enable executable permissions for the file by either
- Performing a right-click -> Select "properties" or a similar option -> Look for a "Enable executable permissions" option or similar
- Running
chmod u+x ibackep
in the executable's directory
Full Changelog: v2.0.0...v2.0.1
v2.0.0
A major refactor, both in terms of UI and backup operations handling.
What's New?
libimobiledevice
is no longer used for handling backup and restore. Instead,pymobiledevice3
takes the job now.
Thus, there's no need to install thelibimobiledevice
program separately for iBackep to work.- Several changes in the UI, including the new operations dialog that display a progress ring for keeping track of backup and restore operations.
- Only dark theme available (sorry light theme users).
Note
After downloading, enable executable permissions for the file by either
- Performing a right-click -> Select "properties" or a similar option -> Look for a "Enable executable permissions" option or similar
- Running
chmod u+x ibackep
in the executable's directory
Full Changelog: v1.1.1...v2.0.0
v1.1.1
This is a patch for v1.1.0
Fixes
- The operation dialog's textbox, that displays the execution of backup and retore operations, should now auto-scroll smoothly
- Other small UI improvements
Note
After downloading, enable executable permissions for the file by either
- Performing a right-click -> Select "properties" or a similar option -> Look for a "Enable executable permissions" option or similar
- Running
chmod u+x ibackep
in the executable's directory
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This release brings in some UI improvements.
What's New?
A new dialog which displays backup/restore execution. The textbox auto-scrolls as the operation continues executing.
Previously, the entire output was displayed only after the operation finished or stopped executing.
Changes
- Removed the old banners which displayed the cancellation of an operation by the user
- Removed the old backup and restore dialogs which include
- The loading dialog with the progress ring
- The result dialog with the process output
- Minor UI improvements
Note
After downloading, enable executable permissions for the file by either
- Performing a right-click -> Select "properties" or a similar option -> Look for a "Enable executable permissions" option or similar
- Running
chmod u+x ibackep
in the executable's directory
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
iBackup finally gets a stable release!
This release brings in a couple of helpful features and improvements.
New Additions
- Easily view the backup/restore output which pops up after each operation. This is helpful, especially whenever there's an error encountered.
- A new help icon button that describes how to use the encryption method
Changes
- Folder path text field is now uneditable
- Minor UI tweaks
Note - Don't forget to enable executable permission after downloading!
Full Changelog: v0.3.0...v1.0.0
Version 0.3.0
This release brings support for encrypted backups.
- Support encryption by enabling a checkbox and inserting a password
- Make a new or existing backup folder encrypted
- Restore from an encrypted backup
- Add an About dialog modal
- Minor UI improvements
Note - Don't forget to enable executable permission after downloading!
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
A couple of helpful usability improvements.
- Alert if no backup destination is selected or specified
- Alert if libimobiledevice package is not installed
- Display app version
- Minor refactor
Note - Don't forget to enable executable permission after downloading!
Full Changelog: v0.1.0...v0.2.0
Version 0.1.0
iBackep's first pre-release!
- Supports simple backup and restore operations
Note - Don't forget to enable executable permission after downloading!