Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

83 lines (55 loc) · 2.21 KB

Changelog

1.6.0 (2024-08-28)

  • removed pixoo as git-submodule; now added via PyPi package
  • other dependencies updated

1.5.1 (2024-05-09)

  • improved configuration options when running behind a reverse proxy:
    the SCRIPT_NAME environment variable (see WSGI docs) is now taken into consideration; making it possible to set a custom base-path

1.5.0 (2024-05-06)

  • new: (passthrough-)endpoint sendHttpItemList, which is available with the latest firmware update and offers drawing of multiple text-elements at once
  • new: custom download/text endpoint
  • new: Helm charts / K8s
  • improved handling for GIF file upload (automatically limit to 59 frames; following the restriction of the device/API)
  • updated dependencies
  • other minor improvements

1.4.2 (2024-02-10)

  • updated dependencies
  • minor improvements (Dockerfile, docker-compose, log output, etc.)

1.4.1 (2023-10-16)

  • updated dependencies
  • minor improvements

1.4.0 (2023-07-23)

  • new "download" endpoints (automatically download and send images to your Pixoo)

1.3.4 (2023-06-26)

  • dependency updates

1.3.3 (2023-05-06)

  • dependency updates

1.3.2 (2023-03-21)

  • fix dependency conflict (flasgger requires Pillow 9.2.0)

1.3.1 (2023-03-21)

1.3.0 (2023-01-06)

  • new: 'divoom' section (query official API)
  • dependency updates
  • other minor improvements

1.2.0 (2022-10-29)

  • new environment settings PIXOO_REST_HOST and PIXOO_REST_DEBUG (see README)
  • new passthrough-commands:
    • GetDeviceTime
    • SetDisTempMode
    • SetTime24Flag
    • setHighLightMode
    • SetWhiteBalance
    • GetWeatherInfo
    • PlayBuzzer
  • other minor improvements

1.1.0 (2022-10-05)

  • improved Dockerfile (checkout of the pixoo-library's explicit commit-hash; which should correlate with the git-submodule and pin the actual dependencies)
  • new screen/on/{true|false} endpoint
  • new passthrough-commands:
    • SetScreenRotationAngle
    • SetMirrorMode
  • other minor improvements

1.0.0 (2022-03-05)

  • initial release