Skip to content

Releases: HikariKnight/quickpassthrough

2.1.3

30 Dec 18:00
c9ef907
Compare
Choose a tag to compare

Changelog

  • c9ef907 fix: avoid potential index out of range error if ls-iommu cannot find a vbios path (#31)

2.1.2

29 Dec 04:47
Compare
Choose a tag to compare

Changelog

  • d1e44d9 chore: add quickpassthrough_debug.log to gitignore
  • 05afa8c chore: cleanup the readme
  • 4f51fd5 chore: remove outdated info from readme
  • 276cfd9 fix: correct vfio_pci to vfio-pci in rd.driver.pre for dracut

2.1.1

10 Aug 06:58
Compare
Choose a tag to compare

Changelog

  • 3f93435 fix: correctly detect kernel 6.10 and newer as a newer kernel

2.1.0

27 Jul 15:51
Compare
Choose a tag to compare

Changelog

  • 6c48a35 Feat: conditional permissions behavior (#28)
  • 380c875 fix: CopyToSystem now correctly uses ExecAndLogSudo

2.0.6

15 Jun 00:57
Compare
Choose a tag to compare

Changelog

  • 1002f4d chore: add missing on comment for command.Run
  • 0273aab chore: change quickemu folder to qemu folder
  • 47567c1 chore: update funding
  • 3bda7ca chore: update name of the github job
  • 4d0086d feat: Generate dummy rom for amd RX7000 series cards By recommendation from gnif on discord.

2.0.5

02 Apr 09:31
Compare
Choose a tag to compare

Changelog

  • 82e2100 chore: update readme with link to lantian's documentation for laptop gpus
  • 16fe298 chore: update readme with new information
  • a9b889e fix: update download url for ls-iommu checksums.txt after implementing github actions the checksums file was made versioned
  • 8bd34b2 remove pull-requests from release triggers, only trigger on tags. (#25)

2.0.4

30 Mar 14:21
Compare
Choose a tag to compare

Changelog

  • ee45d29 Merge pull request #23 from digitalsparky/main
  • a0d4834 add workflows
  • cf47ece chore: disable unused gui flag, we are always in tui mode
  • 55bfb36 feat: Add version output
  • 1f059e0 quick update with global version access (#24)
  • 25d929f remove unneeded os and arch (for now?)

2.0.3

20 Mar 18:03
Compare
Choose a tag to compare

Fixes the logic where the application has to directly edit /etc/default/grub when grubby is not available on the system

Full Changelog: 2.0.2...2.0.3

2.0.2

16 Mar 23:44
Compare
Choose a tag to compare

minor hotfix to correctly log detection of kernels older than 6.2

2.0.1

14 Mar 14:50
Compare
Choose a tag to compare

This is a small release to fix correctly handling empty MODULES=() lists in mkinitcpio reported by @ChrisTitusTech