🎉 Release of add-on SQLite Web 4.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2024-01-07 14:17:30 +00:00
parent fce3659375
commit 242d701729
5 changed files with 17 additions and 15 deletions

View file

@ -848,10 +848,10 @@ SOFTWARE.
[plex-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[plex-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[plex-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v4.0.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v4.0.0/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v4.1.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v4.1.0/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,14 +1,16 @@
## Whats changed
⚠️ The add-on now uses `/homeassistant` instead of `/config` to access the Home Assistant configuration. If you have configured a custom database to pick up, this might affect your add-on settings. Typical use is not affected.
## 🐛 Bug fixes
## 🚨 Breaking changes
- Fix Renovate configuration for Alpine 3.19 @frenck ([#291](https://github.com/hassio-addons/addon-sqlite-web/pull/291))
- Drop support for armhf & i386 @frenck ([#282](https://github.com/hassio-addons/addon-sqlite-web/pull/282))
- Migrate add-on to new Home Assistant configuration mapping @frenck ([#284](https://github.com/hassio-addons/addon-sqlite-web/pull/284))
## 🧰 Maintenance
- 🎆 Updates maintenance/license year to 2024 @frenck ([#292](https://github.com/hassio-addons/addon-sqlite-web/pull/292))
## ⬆️ Dependency updates
- ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 @renovate ([#279](https://github.com/hassio-addons/addon-sqlite-web/pull/279))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#283](https://github.com/hassio-addons/addon-sqlite-web/pull/283))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#285](https://github.com/hassio-addons/addon-sqlite-web/pull/285))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate ([#286](https://github.com/hassio-addons/addon-sqlite-web/pull/286))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate ([#287](https://github.com/hassio-addons/addon-sqlite-web/pull/287))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.2 @renovate ([#289](https://github.com/hassio-addons/addon-sqlite-web/pull/289))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 @renovate ([#290](https://github.com/hassio-addons/addon-sqlite-web/pull/290))

View file

@ -68,7 +68,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2018-2019 Joakim Sørensen
Copyright (c) 2019-2023 Franck Nijhof
Copyright (c) 2019-2024 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -32,8 +32,8 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.gg/c5DvZ4e
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v4.0.0
[release-shield]: https://img.shields.io/badge/version-v4.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v4.1.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -1,5 +1,5 @@
name: SQLite Web
version: 4.0.0
version: 4.1.0
slug: sqlite-web
description: Explore your SQLite database
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md