Skip to content

Releases: homeland-live/awtrix3-hub

v0.1.11

16 Jun 22:52
Compare
Choose a tag to compare
  • ui: cleanup css, extract reusable styles into main.css
  • server: update go deps
  • ui: update node deps

v0.1.10

11 Jun 23:38
Compare
Choose a tag to compare
  • Render liveview via proxy, it solves the case when service is running behind ingress
  • docs: remove CHANGELOG.md, each github release is annotated with changes

v0.1.9

11 Jun 22:21
Compare
Choose a tag to compare
  • Upgrade go 1.21 => 1.22
  • server: update go deps
  • server: rebrand awtrix-light-hub => awtrix3-hub
  • ci: update actions
  • ui: rebrand awtrix-light-hub-ui => awtrix3-hub-ui
  • ui: upgrade node 20.9 => 20.14
  • ui: update node deps
  • ci: fix building sqlite3 bindings

v0.1.8

26 Nov 01:23
Compare
Choose a tag to compare

Changed

  • server: update go deps
  • server: migrate iris => fiber
  • ui: update node deps
  • ui: improve time detection on InfoCard

v0.1.7

13 Nov 21:50
Compare
Choose a tag to compare

Changed

  • ui: update node deps
  • server: update go deps

v0.1.6

30 Oct 20:31
Compare
Choose a tag to compare

Added

  • ui: implement button to dismiss notification in DashboardView

Fixed

  • ui: bugifx first node creation from hint add link

Changed

  • ui: hide some components if node is not reachable

v0.1.5

29 Oct 15:18
Compare
Choose a tag to compare

Added

  • ui: implement AppGeneralSettingsModal

Changed

  • ui: rework brightness controls in DisplayCard, sync brightness state after turning on auto-brightness

v0.1.4

28 Oct 19:30
Compare
Choose a tag to compare

Added

  • ui: implement weekday active/inactive color pickers in AppTimeSettingsModal
  • ui: implement uppercase toggle in DisplayCard
  • ui: implement "start week on Monday" toggle in AppTimeSettingsModal
  • ui: add week/weekday controls to date app settings

Fixed

  • ui: bugfix label visibility on edit in EditableInput

v0.1.3

27 Oct 16:27
Compare
Choose a tag to compare

Added

  • ui: implement calendar header/body/text color pickers in AppTimeSettingsModal
  • ui: implement reset settings
  • ui: implement weekday toggle in AppTimeSettingsModal

Fixed

  • ui: bugfix default colors, sometimes 0 means black, sometimes it means global text color

Changed

  • ui: v-align label in EditableInput
  • ui: refactor EditableSelect into DropdownMenu in AppTimeSettingsModal
  • ui: wrap ColorPicker into HexColorPicker to avoid code repetitions

v0.1.2

16 Oct 22:44
Compare
Choose a tag to compare

Changed

  • ui: refactor form into inline controls in AppTimeSettingsModal
  • ui: refactor form into inline controls in AppDateSettingsModal

Added

  • ui: implement mode control in AppTimeSettingsModal