Skip to content

1.9.1

Compare
Choose a tag to compare
@vnepogodin vnepogodin released this 03 Oct 18:09
· 10 commits to master since this release
41ec695

Summary

This release includes a minor bug fix for profile reinstallation and adds the xf86-video-amdgpu package to the AMD profile. Additionally, it refactors the execution of the chwd script for improved security and reliability.

Chores 🧹

  • Refactored Script Execution: The chwd script execution has been refactored to use Exec::cmd instead of Exec::shell, improving security and avoiding potential issues with shell escaping. Arguments are no longer passed as a shell process.

Bug Fixes 🐛

  • Profile Reinstallation: Fixed an issue that prevented profiles from being reinstalled correctly.

Other Changes

  • AMD Profile: Added the xf86-video-amdgpu package to the AMD profile.

This changelog summarizes the key changes in this release. For a detailed view of all modifications, please refer to the full diff on GitHub.