Skip to content

Releases: hassio-addons/addon-sqlite-web

v3.2.1

18 Jan 13:31
36304f0
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

  • 🚀 Update CI to latest version @frenck (#192)
  • 🎆 Updates maintenance/license year to 2022 @frenck (#196)

⬆️ Dependency updates

  • ⬆️ Upgrades add-on base image to 11.0.0 @frenck (#193)
  • ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#197)

v3.2.0

11 Nov 09:13
db884f8
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

  • 🚀 Add-on CI improvements @frenck (#168)
  • ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#181)
  • Switch to centralized GitHub Action Workflows @frenck (#186)
  • Let dependabot handle the upgrade of SQLite Web @frenck (#189)

📚 Documentation

⬆️ Dependency updates

  • ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#156)
  • ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#157)
  • ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#159)
  • ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#160)
  • ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#161)
  • ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#162)
  • ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#163)
  • ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#165)
  • ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#164)
  • ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#166)
  • ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#170)
  • ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#171)
  • ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#172)
  • ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#173)
  • ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#174)
  • ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#175)
  • ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#180)
  • ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#182)
  • ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#188)
  • ⬆️ Bump sqlite-web from 0.3.7 to 0.4.0 in /sqlite-web @dependabot (#190)

v3.1.1

04 Jun 12:52
d6a8748
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Upgrades python3 to 3.8.10-r0 @frenck (#145)
  • ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#153)

v3.1.0

21 Apr 11:49
41adeb4
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

  • Apply updated repository structure & CI workflow @frenck (#138)

⬆️ Dependency updates

  • ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#127)
  • ⬆️ Upgrades python3 to 3.8.8-r0 @frenck (#129)
  • ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#128)
  • ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#130)
  • ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#131)
  • ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#133)
  • ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#132)
  • ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#134)
  • ⬆️ Upgrades cython to 0.29.21-r1 @frenck (#135)
  • ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#136)
  • Upgrades add-on base image to v9.2.0 @frenck (#137)

v3.0.1

19 Feb 14:26
1ca5999
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

v3.0.0

02 Feb 12:47
6fbcf5e
Compare
Choose a tag to compare

What’s changed

⚠️ This major release of the SQLite Web add-on comes with a lot of breaking changes, so please read this carefully!

This add-on has been simplified to match the task it was built for: Explore the Home Assistant SQLite database.
It now is a single click install and user experience, without the need for any configuration.

Breaking changes:

  • Direct access to SQLite Web has been removed.
  • Datasette has been removed.
  • All options have been removed.

The add-on now opens the Home Assistant database, from its default location and is served via Ingress only.

🚨 Breaking changes

🐛 Bug fixes

  • Fix larger table widths on larger screens @frenck (#116)
  • Fix incorrect ingress template filename @frenck (#117)

🚀 Enhancements

🧰 Maintenance

⬆️ Dependency updates

v2.3.2

09 Nov 10:52
05c5270
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Updates peewee to v3.14.0 (#97)

Questions? Join our Discord server! https://discord.me/hassioaddons

v2.3.1

02 Nov 09:50
78ec660
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Updates datasette to v0.51.1 (#95)

Questions? Join our Discord server! https://discord.me/hassioaddons

v2.3.0

25 Oct 16:03
70ceede
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Updates sqlite-web to v0.3.7 (#82)
  • 🔨 Refactor add-on to use the generic base image
  • 🚑 Fix cache warning during build
  • ⬆️ Updates datasette to v0.50.2 (#92)
  • 🔨Add patch 2.7.6-r6
  • 🔨Add py3-setuptools 47.0.0-r0
  • 🔨Change path to /usr/lib from /usr/local/lib
  • 🔨Add optional configurable folder path for DB (#94)
  • ⬆️ Upgrades nginx to 1.18.0-r1
  • ⬆️ Upgrades add-on base image to v8.0.5

Questions? Join our Discord server! https://discord.me/hassioaddons

v2.2.2

30 May 12:29
14fd882
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Updates flask to v1.1.2 (#73)
  • ⬆️ Updates peewee to v3.13.3 (#75)
  • 🔨 Implement OCI image specification on labels
  • ⬆️ Updates datasette to v0.43 (#78)
  • ⬆️ Upgrades add-on base image to v5.2.1
  • ✏️ Split add-on documentation

Questions? Join our Discord server! https://discord.me/hassioaddons