🎉 Release of add-on SQLite Web 0.1.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-09-25 09:27:08 +00:00
parent 4b0530c6a3
commit 9d7d936d91
4 changed files with 14 additions and 8 deletions

View file

@ -629,10 +629,10 @@ SOFTWARE.
[portainer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [portainer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v0.1.0 [addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v0.1.1
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v0.1.0/README.md [addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v0.1.1/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg [sqlite-web-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
[sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web.svg [sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1 +1,7 @@
🎉 Initial release! [Full Changelog][changelog]
### Changed
- Upgrades base image to v2.3.0
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v0.1.0...v0.1.1

View file

@ -20,11 +20,11 @@ This enables you to easily explore all tables and content that is saved in your
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus [buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v0.1.0/README.md [docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v0.1.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sqlite-web/68912 [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sqlite-web/68912
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v0.1.0 [release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v0.1.1
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png

View file

@ -1,6 +1,6 @@
{ {
"name": "SQLite Web", "name": "SQLite Web",
"version": "0.1.0", "version": "0.1.1",
"slug": "sqlite-web", "slug": "sqlite-web",
"description": "Explore your SQLite database", "description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md", "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",