Skip to content

Releases: webosbrew/hyperhdr-webos-loader

v0.1.9

28 Mar 19:19
923f722
Compare
Choose a tag to compare

Commits

  • 51de504: Update to HyperHDR 20.0.0.0 (throwaway96) #28

Development Build

28 Mar 19:15
923f722
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 51de504: Update to HyperHDR 20.0.0.0 (throwaway96) #28

v0.1.8

29 Feb 00:37
a8ec2ca
Compare
Choose a tag to compare

Commits

  • a8ec2ca: Update to 20.0.0.0beta2 (#23) (Stephan Sundermann) #23

v0.1.7

25 Dec 21:34
343c73b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

16 Feb 03:49
207597d
Compare
Choose a tag to compare

Continuous Integration

  • Give explicit permission for pull request/contents: write (tuxuser)

Commits

v0.1.5

18 Dec 20:05
Compare
Choose a tag to compare

Commits

  • pin toolchain version, fixup perl (Piotr Dobrowolski)
  • Poll HyperHDR repo daily for new tags, create PR if new tag is found (#11) #11 (tuxuser)
  • b95d022: Prepare release v0.1.5 (tuxuser)
  • 73de98d: Update package-lock.json (tuxuser)

v0.1.4

14 Jun 23:34
Compare
Choose a tag to compare

Commits

  • Enable MQTT again, build-issue was fixed upstream (tuxuser)
  • 14fbac4: native service: Move service termination (SIGTERM / exec thread stop) into own method (tuxuser) #6
  • 0766a74: native service: Terminate ambient lighting daemon before terminating self (tuxuser) #6
  • 25bd25b: native service: Terminate ambient lighting daemon after glib mainloop ran (tuxuser) #6
  • 02836ec: native service: Check if daemon runs via is_running() call (tuxuser) #6
  • a91845a: Native service: Unregister service after mainloop ran (tuxuser) #6
  • 3ab758c: native service: Error checking on all methods initializing on luna service bus (tuxuser) #6
  • Open own log context (was 'hyperion-webos' previously)' #6 (tuxuser)
  • c670ec9: native service: Split into a few source files (tuxuser) #6
  • 1333368: native service: Move everything luna-service related to service.c (tuxuser) #6
  • 696de3a: native service: Listening to power state, stopping daemon on power down (tuxuser) #6
  • 9ce7d64: native service: Restart after daemon_stop due to power-event (tuxuser) #6
  • e2f5fa7: native service: Ensure service.power_paused is false initially (tuxuser) #6
  • Install signal handler for SIGINT, SIGQUIT and SIGTERM #6 (tuxuser)
  • Remove unnecessary error printing #6 (tuxuser)
  • Shutdown loader_service via SIGTERM instead of SIGKILL after elevation #6 (tuxuser)
  • Elevate service in autostart script #6 (tuxuser)
  • 98db726: Bump version v0.1.4 (tuxuser)

v0.1.3

10 Jun 21:02
Compare
Choose a tag to compare

Commits

  • Unify naming for easier maintaining of Hyperion.NG / HyperHDR (tuxuser)
  • 74c1b10: Bump version v0.1.3 (tuxuser)

v0.1.2

10 Jun 20:22
Compare
Choose a tag to compare

Features

  • Spawn process via posix_spawn #3 (tuxuser)
  • Implement logging to pmlogd #3 (tuxuser)
  • More granular error logging #3 (tuxuser)
  • Add 'pid' to /status luna-endpoint #3 (tuxuser)
  • Include HDR LUT (for HDR auto-switching on some TVs) #4 (tuxuser)

Bug Fixes

Builds

  • Do not patch in force-linking to librt #1 (tuxuser)
  • Remove ENABLE_WS281PWM build parameter #1 (tuxuser)
  • Add ENABLE_FRAMEBUFFER=OFF build parameter #1 (tuxuser)
  • Disable MQTT feature until it's fixed upstream #5 (tuxuser)

Commits

  • c839e45: Stable auto elevation routing (elevation, elevation .. the only word I know...) (tuxuser) #2
  • 8b53679: typo (tuxuser) #2
  • Remove unused function #2 (tuxuser)
  • 0655725: Rollback reboot function, use hbchannel's reboot endpoint, no 'reason: SwUpdate' tho (compatibility) (tuxuser) #2
  • 62a9489: Remove startup delay (tuxuser) #2
  • cdc20ec: Check autostart state first, even if not elevated yet (tuxuser) #2
  • 1b81442: Decouple autostart toggle from elevation status (tuxuser) #2
  • 3c30815: Remove autostart check success message (tuxuser) #2
  • 401d4d4: Call elevation command via 'execSilent' (tuxuser) #2
  • Do not put function name in log msg explicitly (it's done automatically by pmloglib) #3 (tuxuser)
  • Go for universal naming of functions / variables (easier to maintain Hyperion.NG/HyperHDR) #3 (tuxuser)
  • Unxz & copy LUT file to hyperhdr execution dir #4 (tuxuser)
  • 0fe9475: Bump version v0.1.2 (tuxuser)

v0.1.1

21 May 21:00
Compare
Choose a tag to compare

Commits

  • Set compile options (-Wall -Wextra -Wpedantic -Werror) (tuxuser)
  • a0ceb45: Fix warnings from compiler (tuxuser)
  • 1acde81: Properly define LSMethod array & null-terminate the list (tuxuser)
  • register on public bus to fix pre-3.5 service access (tuxuser)
  • 22ffd05: Bump version to v0.1.1 (tuxuser)