Skip to content

Releases: HikariKnight/quickpassthrough

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

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.