Skip to content

Releases: boatmeme/rt4k-profile

v1.0.1

04 Jul 05:09
Compare
Choose a tag to compare

Version 1.0.1 (2024-07-03)

Release Notes

  • Updated docs only, but needed to publish to NPM

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Jul 01:59
d57be94
Compare
Choose a tag to compare

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 a RetroTinkReadOnlySetting by @boatmeme in #25
  • Fixed critical bug: #26 by implementing CRC generation/persistence

Full Changelog: v0.1.0...v1.0.0

v0.1.0

29 Jun 09:57
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/boatmeme/rt4k-profile/commits/v0.1.0