Skip to content

Releases: redromnon/iBackep

v2.0.2 Hotfix 2

19 May 07:10
35045bb
Compare
Choose a tag to compare

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

13 May 04:44
Compare
Choose a tag to compare

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

12 May 10:00
afe9779
Compare
Choose a tag to compare

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 the libimobiledevice 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

07 Apr 04:40
Compare
Choose a tag to compare

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

17 Dec 08:09
Compare
Choose a tag to compare

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.

New_Process_dialog

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

11 Dec 14:54
Compare
Choose a tag to compare

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

03 Dec 06:33
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

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

29 Nov 13:19
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

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

27 Nov 14:52
af84b88
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

iBackep's first pre-release!

  • Supports simple backup and restore operations

Note - Don't forget to enable executable permission after downloading!