Releases: HikariKnight/quickpassthrough
Releases · HikariKnight/quickpassthrough
2.1.3
Changelog
- c9ef907 fix: avoid potential index out of range error if ls-iommu cannot find a vbios path (#31)
2.1.2
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
Changelog
- 3f93435 fix: correctly detect kernel 6.10 and newer as a newer kernel
2.1.0
Changelog
- 6c48a35 Feat: conditional permissions behavior (#28)
- 380c875 fix: CopyToSystem now correctly uses ExecAndLogSudo
2.0.6
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
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
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
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
minor hotfix to correctly log detection of kernels older than 6.2
2.0.1
This is a small release to fix correctly handling empty MODULES=() lists in mkinitcpio reported by @ChrisTitusTech