Releases: boatmeme/rt4k-profile
Releases · boatmeme/rt4k-profile
v1.0.1
v1.0.0
Version 0.1.0 (2024-06-29)
Release Notes
- Added support for the following settings:
advanced.system.osd_firmware.banner_image.load_banner
advanced.system.osd_firmware.on_screen_display.position
advanced.system.osd_firmware.on_screen_display.auto_off
advanced.system.osd_firmware.on_screen_display.hide_input_res
advanced.system.osd_firmware.on_screen_display.enable_debug_osd
- There are now read-only settings, such as
header
, which should be tracked, but cannot be set - Profiles saved with this library will now work on the actual device 🤦
What's Changed
- Support
Advanced -> System -> OSD/Firmware -> On Screen Display
Settings by @boatmeme in #23 - Implement "Ready Only" abstraction as a type by @boatmeme in #24
- Implement
header
as aRetroTinkReadOnlySetting
by @boatmeme in #25 - Fixed critical bug: #26 by implementing CRC generation/persistence
Full Changelog: v0.1.0...v1.0.0
v0.1.0
Version 0.1.0 (2024-06-29)
Release Notes
- Initial release
- Added support for the following settings:
advanced.effects.mask.enabled
advanced.effects.mask.strength
advanced.effects.mask.path
input
output.resolution
output.transmitter.hdr
output.transmitter.colorimetry
output.transmitter.rgb_range
output.transmitter.sync_lock
output.transmitter.vrr
output.transmitter.deep_color
What's Changed
- Initial implementation by @boatmeme in #1
- Refactor RetroTinkSetting by @boatmeme in #2
- Serialization / Deserialization; Boolean values; List settings names by @boatmeme in #9
- Implement Codecov via Github Actions by @boatmeme in #10
- Let's get to 100% Code Coverage by @boatmeme in #11
- Implement
input
setting by @boatmeme in #12 - Refactor serialization by @boatmeme in #15
- Implement Settings Merge by @boatmeme in #16
- Initial implementation of Type-safe Setting Names / Paths and Schema definition by @boatmeme in #18
- Implement Profile
save()
andsaveSync()
by @boatmeme in #20 - Examples, Documentation, and Preparation for Initial Release by @boatmeme in #21
- Github Action to Publish by @boatmeme in #22
New Contributors
Full Changelog: https://github.com/boatmeme/rt4k-profile/commits/v0.1.0