Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tronbyt/server

Tags

v1.3.1

Toggle v1.3.1's commit message

v1.3.0

Toggle v1.3.0's commit message

v1.2.3

Toggle v1.2.3's commit message
Fix #344 by downloading firmware files in a subprocess

v1.2.2

Toggle v1.2.2's commit message

v1.2.1

Toggle v1.2.1's commit message

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
IngmarStein Ingmar Stein
Fix release artifact download path for actions/download-artifact@v5

v1.1.7

Toggle v1.1.7's commit message
Use multiprocessing.Lock instead of threading.Lock

This fixes a potential deadlock when running a server with multiple
processes.

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Auto-search and select location on config page load (#280)

* Fix: Auto-search and select location on config page load

- Implements initial location search when config page loads with a pre-filled location for fields of type 'location' and 'locationbased'.
- If an exact match for the pre-filled location is found, it's selected.
- Otherwise, the first result from the location search is selected.
- For 'locationbased' fields, after the initial location is determined, options are fetched, and an attempt is made to re-select the previously configured option or the first new option.
- Ensures that the preview updates correctly upon initial load and selection.
- Fixes initialization of the location search input's text value to correctly use deviceLocation for 'locationbased' fields or field's config for 'location' fields.

v1.1.5

Toggle v1.1.5's commit message
Fix display of zero values

This fixes how the page displays `0` values of night_brightness,
night_start, and night_end. If any value was set to `0`, the page would
show the default values instead (i.e. `1`, `22`, and `6`, respectively).

v1.1.4

Toggle v1.1.4's commit message
mypy