1.9.1
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 useExec::cmd
instead ofExec::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.