Changelog¶
Release 0.6 (2021-07-22)¶
- Add handling of the new
[cm4]and[pi400]conditional sections - Fixed handling of the “followkernel” option in the “initramfs” command (#1)
- Fixed the interactions of
camera.enabledwith customstart_fileandfixup_filesettings - Fixed resetting filename settings (like
kernel.filename) to their defaults - Added support for the
over_voltagecommands (#2) under thecpu.voltage.*andcpu.mem.*.voltagesettings - Added support for modifying the HEVC frequencies on Pi 4 models under the
gpu.hevc.*settings - Added support for the
temp_limitcommand with thecpu.temperature.limitsetting - Added support for the
dvfscommand with thecpu.voltage.dynamicsetting - Added a corrections facility to suggest spellings for the
helpcommand
Release 0.5.2 (2020-09-14)¶
- Fix handling of initramfs (ramfsaddr=0 doesn’t work)
Release 0.5.1 (2020-09-09)¶
- Handle future model numbers elegantly
- Rewrote the configuration setting code to always target
config.txtas several settings don’t work in included files (e.g.start_x). - Added
comment_linesconfiguration option to permit commenting out lines instead of deleting them - Enhanced the configuration setting code to search for and uncomment existing lines in preference to writing new ones
- Added
--this-modeland--this-serialoptions to permit adding settings in new conditional sections
Release 0.4 (2020-03-31)¶
- Handle unrecognized commands correctly in the “help” command
- Implemented loading settings with the
--shellstyle - Improved help output for reference lists
- Fixed all legal stuff (added copyright headers where required, re-licensed to GPL 3+)
Release 0.3 (2020-03-27)¶
- Added full bash completion support
Release 0.2 (2020-03-26)¶
- The application now reports which lines overrode a setting when the “ineffective setting” error occurs
- Added the max_framebuffers setting, and detection for the vc4-*-v3d overlays
- Fixed restoring the default configuration in which config.txt doesn’t exist (i.e. when config.txt should be deleted or blanked; the prior version simply left the old config.txt in place incorrectly)
- Various documentation fixes
Release 0.1.1 (2020-03-13)¶
- Fixed broken build on Bionic
Release 0.1 (2020-03-13)¶
- Initial release.
- Please note that as this is a pre-v1 release, API stability is not yet guaranteed.