Skip to content

Releases: Venom1991/refind-btrfs

Release 0.6.2

14 Apr 09:06
Compare
Choose a tag to compare
Release 0.6.2 Pre-release
Pre-release

Added support for new tokens added to rEFInd with versions 0.14.1 and 0.14.2.

Release 0.6.1

20 Nov 20:59
Compare
Choose a tag to compare
Release 0.6.1 Pre-release
Pre-release
  • Merged a PR from @Sh3Rm4n which fixed a crash caused by findmnt returning duplicate mounted partitions
  • Regenerated ANTLR code (v4.13.1)

Release 0.6.0

11 May 10:23
Compare
Choose a tag to compare
Release 0.6.0 Pre-release
Pre-release
  • Included usage of some new language features introduced in Python 3.11
  • Added support for rEFInd 0.14.4.2 (new config options)
  • Fixed backward compatibility breakage introduced in typeguard 3.0.1 (check_type() call)

Release 0.5.6

05 Nov 09:54
Compare
Choose a tag to compare
Release 0.5.6 Pre-release
Pre-release

Added a hacky backwards compatibility solution for issue #43.

Release 0.5.5

04 Nov 21:15
Compare
Choose a tag to compare
Release 0.5.5 Pre-release
Pre-release

This release should be (hopefully) a definitive fix for issue #43.

Release 0.5.4

04 Nov 10:08
Compare
Choose a tag to compare
Release 0.5.4 Pre-release
Pre-release

This release fixes breaking changes which were introduced upstream (watchdog library). Related issues are #42 and #43.
PyPI users should upgrade their watchdog installation with: pip install watchdog --upgrade

Release 0.5.1

08 Sep 18:39
Compare
Choose a tag to compare
Release 0.5.1 Pre-release
Pre-release

This release fixes the following bug.

Release 0.5.0

08 Sep 09:48
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release
  • fixed this bug
  • implemented this feature (new config option description)
  • regenerated ANTLR code