Releases: tronbyt/server
Releases · tronbyt/server
server 2.2.4
What's Changed
- chore(deps): update pixlet to v0.51.1 by @gabe565 in #749
- chore: suppress some
context canceledlogs by @gabe565 in #751 - chore(deps): update pixlet to v0.51.3 by @gabe565 in #753
- feat: add option to show full app animation by @gabe565 in #754
- build(deps): bump github.com/go-webauthn/webauthn from 0.16.0 to 0.16.1 by @dependabot[bot] in #756
- build(deps): bump golang.org/x/text from 0.34.0 to 0.35.0 by @dependabot[bot] in #758
- build(deps): bump golang.org/x/mod from 0.33.0 to 0.34.0 by @dependabot[bot] in #757
- Save search pref to localstorage by @brombomb in #760
- feat: add option to skip boot animation by @gabe565 in #761
- Implement category selection and tag search in addapp page. by @tavdog in #762
Full Changelog: v2.2.3...v2.2.4
server 2.2.3
What's Changed
- feat: add env to enable pprof endpoints by @gabe565 in #740
- chore(config): refactor config to use bools by @gabe565 in #741
- build(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #742
- build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #743
- build(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #745
- build(deps): bump github.com/go-webauthn/webauthn from 0.15.0 to 0.16.0 by @dependabot[bot] in #746
Full Changelog: v2.2.2...v2.2.3
server 2.2.2
server 2.2.1
What's Changed
- actually detect if zero is the set recommendedInterval by @tavdog in #729
- build(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in the go_modules group across 1 directory by @dependabot[bot] in #728
- build(deps): bump actions/attest-build-provenance from 3 to 4 by @dependabot[bot] in #731
- build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #732
- build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #733
- build(deps): bump github.com/caarlos0/env/v11 from 11.3.1 to 11.4.0 by @dependabot[bot] in #734
- Add background flag to handlePushImage and handlePushApp by @RamenLlama97 in #736
New Contributors
- @RamenLlama97 made their first contribution in #736
Full Changelog: v2.2.0...v2.2.1
server 2.2.0
What's Changed
- add auto render checkbox on app edit page by @tavdog in #721
- Add a "TV" Mode. by @rjison in #720
- build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory by @dependabot[bot] in #722
- Add device ID mode options when creating devices by @tavdog in #725
- implement device api key usage by @tavdog in #726
- download matrixportal merged to use with injection by @tavdog in #727
New Contributors
Full Changelog: v2.1.3...v2.2.0
server 2.1.3
What's Changed
- add dim_mode enable checkbox and dim mode color filter selection. by @tavdog in #709
- Local image url warnings by @tavdog in #711
- feat: windows build by @noahpodgurski in #697
- build(deps): bump golang from 1.25-alpine to 1.26-alpine by @dependabot[bot] in #714
- build(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 by @dependabot[bot] in #718
- build(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in #717
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.33 to 1.14.34 by @dependabot[bot] in #716
- build(deps): bump golang.org/x/mod from 0.32.0 to 0.33.0 by @dependabot[bot] in #715
Full Changelog: v2.1.2...v2.1.3
server 2.1.2
What's Changed
- add add app to top of list user pref. by @tavdog in #696
- ci: repoint docker
latesttag to releases by @gabe565 in #698 - feat: support multiple firmware versions and improve download reliability by @IngmarStein in #701
- create tmp dir in data dir so zip uploads will work. by @tavdog in #702
- fix: improve temp dir handling, firmware updates, and test isolation by @IngmarStein in #703
- fix: path traversal protection by @IngmarStein in #706
- feat: add ENABLE_UPDATE_CHECKS and migrate ETag storage to database by @IngmarStein in #707
Full Changelog: v2.1.1...v2.1.2
server 2.1.1
What's Changed
- fix: Copy-to is hidden after pressing any action button by @genaardo in #687
- refactor: replace hardcoded admin username check with IsAdmin property by @IngmarStein in #693
- perf: sort apps and devices in DB query by @IngmarStein in #694
- fix(i18n): sync translation keys and fix typos by @IngmarStein in #695
Full Changelog: v2.1.0...v2.1.1
server 2.1.0
What's Changed
- produce merged binaries with injected wifi creds for web flashable firmware files by @tavdog in #690
Full Changelog: v2.0.10...v2.1.0
server 2.0.10
What's Changed
- fix: improve git repo recovery and sqlite locking resilience by @IngmarStein in #676
- fix: correctly identify installed apps by checking file path by @IngmarStein in #677
- refactor: improve 'IsInstalled' app detection logic by @IngmarStein in #678
- optimize(git): reduce clone size and debug log progress by @IngmarStein in #679
- add version information as common footer by @bigsing in #680
- feat: add optional Hostname field to DeviceInfo by @IngmarStein in #681
- feat: add sntp_server and syslog_addr firmware settings by @IngmarStein in #682
- refactor: split firmware settings string field handling by @IngmarStein in #685
- fix: load the initial value for typeahead fields from config by @IngmarStein in #686
- fix: handle Unix epoch in humanizeTime by @IngmarStein in #691
Full Changelog: v2.0.9...v2.0.10