All Versions
11
Latest Version
Avg Release Cycle
143 days
Latest Release
1703 days ago

Changelog History
Page 1

  • v1.2.1 Changes

    August 25, 2019

    πŸ›  Bugfix release

    πŸ”„ Changelog:

    • πŸ›  Fix bug: TypeError in backintime.py if mount failed while running a snapshot (#1005)
  • v1.2.0 Changes

    April 27, 2019

    πŸš€ Final major release of Version 1.2.0

    πŸ”„ Changelog:

    • switch to Qt5
    • rewrite huge parts
    • βž• add unit-test for most important parts
    • a lot more, I can't remember ;o)

    Please find the full Changelog here

  • v1.1.24 Changes

    November 07, 2017

    πŸ›  Fix a critical bug which allow shell injection

    EDIT: This issue has been assigned CVE-2017-16667

    πŸ”„ Changelog:

    • πŸ›  fix critical bug: shell injection in notify-send (#834)
  • v1.1.22 Changes

    October 28, 2017

    πŸ›  Fix some minor bugs and backport from 1.2.0

    πŸ”„ Changelog:

    • πŸ›  fix bug: stat free space for snapshot folder instead of backintime folder (#733)
    • backport bug fix: backintime root crontab doesn't run; missinng line-feed 0x0A on last line (#781)
    • backport bug fix: can't open files with spaces in name (#552)
  • v1.1.20 Changes

    April 09, 2017

    πŸš‘ This release fixes a critical bug which could be used to escalate permissions. @mgerstner identified a race condition in Polkit CheckAuthorization. It was reported as CVE-2017-7572

    πŸ”„ Changelog:

    • backport bug fix: polkit CheckAuthorization: race condition in privilege authorization (CVE-2017-7572)
  • v1.1.18 Changes

    March 29, 2017

    πŸš€ Again a Bug Fix release. I messed up the last release and BiT didn't take manual snapshots anymore. Sorry for the troubles.

    πŸ”„ Changelog:

    • πŸ›  Fix bug: manual snapshots from GUI didn't work (#728)
  • v1.1.16 Changes

    March 28, 2017

    πŸš€ This is a bug-fix release for Back in Time. I pushed the last release a bit overhasty which broke automatic snapshots. Sorry

    πŸ”„ Changelog

    • backport bug fix: start a new ssh-agent instance only if necessary (#722)
    • πŸ›  Fix bug: OSError when running backup-job from systemd (#720)
  • v1.1.14 Changes

    March 05, 2017

    πŸ› Bug fix release fixing a critical bug which could make a system unboot-able if restoring filesystem-root as root without 'Full rsync mode' and with ACL and/or xattr activated.

    πŸ›  Couple other bug fixes have been backported from 1.2. series, too.

    πŸ”„ Changelog

    • ⏱ backport bug fix: udev schedule not working (#605)
    • backport bug fix: Keyring doesn't work with KDE Plasma5 (#545)
    • backport bug fix: nameError in tools.make_dirs (#622)
    • backport bug fix: use current folder if no file is selected in files view
    • πŸ›  Fix critical bug: restore filesystem-root without 'Full rsync mode' with ACL and/or xargs activated broke whole system (#708)
  • v1.1.12 Changes

    January 11, 2016

    πŸš€ Maintenance release which fixes two bugs in 1.1.10

    πŸ”„ Changelog:

    • πŸ›  Fix bug: remove x-terminal-emulator dependency (#515)
    • πŸ›  Fix bug: AttributeError in About Dialog (#515)
  • v1.1.10 Changes

    January 09, 2016

    πŸš€ I'm happy to announce the release of BackInTime 1.1.10! A lot of things did happen for BackInTime πŸ™Œ

    • 🌐 first of all I moved BIT from Launchpad to GitHub. Code hosting and bug tracking is now on GitHub. Translations stays on Launchpad.
    • βœ… we now have unittests which will help to prevent future bugs (thanks to Dorian, Alexandre, AurΓ©lien and Gregory from IAGL)! This unittests will be checked with every new commit on travis-ci.org (thanks to Taylor).
    • an unfinished new_snapshot can now be continued if possible. This will speed up the process a lot if a previous snapshot failed.
    • GUI will now start much faster when using slow destinations (e.g. a NAS). The snapshots list will be loaded after the GUI comes up.
    • I added a custom icon for the 'show hidden folders' button. The old + was very confusing.
    • navigation with Nautilus shortcuts (e.g. ALT + ←) and Next/Previous Mouse Buttons are now possible.
    • πŸ›  and of course lots of bug fixes

    Full Changelog:

    • πŸ›  Fix bug: failed to remove empty lock file (#505)
    • βž• Add Icon 'show-hidden' (#507)
    • βž• Add Modify for Full System Backup button to settings page, to change some profile settings
    • πŸ›  Fix bug: Restore the correct file owner and group fail if they are not present in system (#58)
    • add get|set_list_value to configfile
    • πŸ›  Fix bug: QObject::startTimer error on closing app
    • subclass ApplicationInstance in GUIApplicationInstance to reduce redundant code
    • speed up app start by adding snapshots to timeline in background thread
    • βž• add warning on failed permission restore (#58)
    • βž• add unittest (thanks to Dorian, Alexandre, AurΓ©lien and Gregory from IAGL)
    • πŸ›  Fix bug: FileNotFoundError while starting pw-cache from source
    • continue an unfinished new_snapshot if possible (#400)
    • πŸ›  Fix bug: suppress warning about failed inhibit suspend if run as root (#500)
    • πŸ›  Fix bug: UI blocked/greyed out while removing snapshot (#487)
    • πŸ›  Fix bug: pw-cache failed on leftover PID file, using ApplicationInstance now (#468)
    • πŸ›  Fix bug: failed to parse some arguments (#492)
    • πŸ›  Fix bug: failed to start GUI if launched from systray icon
    • πŸ›  Fix bug: deleted snapshot is still listed in Timeline if using mode SSH (#493)
    • πŸ›  Fix bug: PermissionError while deleting readonly files on sshfs mounted share (#490)
    • βž• Add Nautilus-like shortcuts for navigating in file browser (#483)
    • speed up mounting of SSH+encrypted profiles
    • πŸ›  Fix bug: creat new encrypted profiles with encfs >= 1.8.0 failed (#477)
    • πŸ›  Fix bug: AttributeError in common/tools.py if keyring is missing (#473)
    • πŸ›  Fix bug: remote rename of 'new_snapshot' folder sometimes isn't recognized locally; rename local now (https://answers.launchpad.net/questions/271792)
    • 🚚 Move source code and bug tracking to GitHub