Releases: hassio-addons/addon-sqlite-web
Releases · hassio-addons/addon-sqlite-web
v3.3.0
What’s changed
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v3.2.1
v3.2.0
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
v3.1.0
What’s changed
🧰 Maintenance
⬆️ 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
What’s changed
⬆️ Dependency updates
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#119)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#118)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#120)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#121)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#122)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#123)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#124)
- ⬆️ Upgrades python3 to 3.8.7-r1 @frenck (#125)
- Upgrade add-on base image to 9.1.4 @frenck (#126)
v3.0.0
What’s changed
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
- Cleanup repository @frenck (#105)
- Happy New Year @frenck (#106)
- Upgrade Code of Conduct @frenck (#107)
- Add new repository workflow @frenck (#108)
- Remove obsolete webui from configuration @frenck (#111)
⬆️ Dependency updates
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#110)
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#109)
- Upgrade add-on base image to 9.1.2 @frenck (#113)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#115)
v2.3.2
🔨 Changes
- ⬆️ Updates peewee to v3.14.0 (#97)
Questions? Join our Discord server! https://discord.me/hassioaddons
v2.3.1
🔨 Changes
- ⬆️ Updates datasette to v0.51.1 (#95)
Questions? Join our Discord server! https://discord.me/hassioaddons
v2.3.0
🔨 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