Skip to content

Releases: PabloLec/RecoverPy

2.1.9

13 Jul 09:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.8...2.1.9

2.1.8

08 Jun 14:01
Compare
Choose a tag to compare

What's Changed

Adding a checkbox to the first settings screen to control partition filtering. Thus, initially filtered partition types such as loop can be searched if needed.

Full Changelog: 2.1.7...2.1.8

2.1.7

04 May 15:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.6...2.1.7

2.1.6

17 Feb 11:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.5...2.1.6

2.1.5

15 Dec 17:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.4...2.1.5

2.1.4

26 Nov 09:07
126ed0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4

2.1.3

21 Oct 08:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

11 Oct 18:31
9677f90
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

30 Sep 07:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

09 Sep 13:47
Compare
Choose a tag to compare

This new version of RecoverPy addresses several topics:

  • Bugs related to the management of event loops and our TUI library, Textual, which were affecting the Python 3.8 and 3.9 versions, have been fixed.
  • A debug mode has been added, allowing logging into a file, which will facilitate investigations in the future.
  • Error modals have been added to notify the user if a problem is encountered with the environment during initialization (non-root user, incorrect Python version, non-Linux system, and missing system dependencies).
  • Integration tests have been added.
  • Slight refactoring of the project to improve readability.

What's Changed

Full Changelog: 2.0.7...2.1.0