Skip to content

Releases: HikariKnight/quickpassthrough

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

2.0.0

01 Jan 12:24
164a440
Compare
Choose a tag to compare

Quickpassthrough 2.0.0 is here!

This has been a monumental task to get done and has been delayed many times.
However after 1 year of development time (with a lot of disruptions) it is here.

This release brings with it:

  • A proper menu based dialog in the TUI for quided setup.
  • A more readable source code! 🎉
  • 2 DIFFERENT GPUS are required (unless you are doing this on a headless server)
  • Supports dracut, initramfs-tools, modprobe, mkinitcpio
  • Supports grub, systemd-boot(kernelstub), grubby
  • Utilizes ls-iommu for probing hardware
  • Colors! (please provide better colors if you have some! must be supported by terminal colors)
  • Makes a backup of your existing files that will be modified on the FIRST run, if you want a new backup then delete the backup folder.
  • See what changes will be made to the system by checking the config folder before proceeding with the installation.

2.0.0RC

26 Dec 18:33
Compare
Choose a tag to compare
2.0.0RC Pre-release
Pre-release

This is a Release Candidate version of the complete rewrite of quickpassthrough into golang.
The release might have bugs and might leave you with a broken system in the worst case, MAKE BACKUPS!

NOTE: DOES NOT SUPPORT IMMUTABLE SYSTEMS!

  • 2 DIFFERENT GPUS are required
  • Supports dracut, initramfs-tools, modprobe, mkinitcpio
  • Supports grub, kernelstub, grubby
  • Utilizes ls-iommu for probing hardware
  • Colors! (please provide better colors if you have some! must be supported by terminal colors)
  • Makes a backup of your existing files that will be modified on the FIRST run, if you want a new backup then delete the backup folder.
  • See what changes will be made to the system by checking the config folder before proceeding with the installation.

1.1.2

28 Apr 11:52
0d4f63f
Compare
Choose a tag to compare

Minor update while working on the golang version

  • Added a note about missing audio controllers (ex: RX6000 series) where the audio controller is in a separate IOMMU group
  • Added downloader for latest ls-iommu release

NOTE: this is a maintenance release until the golang version in the dev branch is finished, no new features or functions are planned for the bash version

1.1.1

20 Mar 13:08
e52508e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

12 Mar 20:17
f3c538e
Compare
Choose a tag to compare

What has changed

  • Support dracut initramfs infrastructure
  • Support mkinitcpio initramfs infrastructure