mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on SQLite Web to dc29c24
This commit is contained in:
parent
8734870e24
commit
9131a83579
4 changed files with 17 additions and 17 deletions
|
@ -811,10 +811,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/55800a3
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/55800a3/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/dc29c24
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/dc29c24/README.md
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-55800a3-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-dc29c24-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Changelog since v0.1.1
|
||||
# Changelog since v0.2.0
|
||||
|
||||
2018/09/28 19:10 UTC - [55800a3](https://github.com/hassio-addons/addon-sqlite-web/commit/55800a3ca435557000e27a6ef97634964edca2f1) by [@frenck](https://github.com/frenck)
|
||||
> Upgrades packages (#4)
|
||||
2018/12/23 22:27 UTC - [dc29c24](https://github.com/hassio-addons/addon-sqlite-web/commit/dc29c24c3e274f1c0eea4f4cea9e5c157767a6dd) by [@tjorim](https://github.com/tjorim)
|
||||
> Fix port number (#7)
|
||||
|
||||
* :arrow_up: Upgrades GCC/G++ to 6.4.0-r9
|
||||
2018/12/23 22:27 UTC - [0b574fa](https://github.com/hassio-addons/addon-sqlite-web/commit/0b574fab425615410b10960f46af9c08f9d00150) by [@frenck](https://github.com/frenck)
|
||||
> Maint upgrades (#6)
|
||||
|
||||
* :arrow_up: upgrades Datasette to 0.25
|
||||
* :arrow_up: Upgrades apache2-utils to 2.4.35-r0
|
||||
|
||||
* :arrow_up: Upgrades peewee to 3.7.0
|
||||
* :arrow_up: Upgrades nginx to 1.14.1-r0
|
||||
|
||||
* :arrow_up: Upgrades sqlite-web to 0.3.5
|
||||
* :arrow_up: Upgrades peewee to 3.7.1
|
||||
|
||||
2018/09/28 19:10 UTC - [8d2f693](https://github.com/hassio-addons/addon-sqlite-web/commit/8d2f6938093ec6030ef5fbb123ae9e804ee3ddc7) by [@frenck](https://github.com/frenck)
|
||||
> :snowflake: Adds Hassio API security role
|
||||
* :arrow_up: Upgrades datasette to 0.25.1
|
||||
|
||||
|
|
|
@ -39,11 +39,11 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/55800a3/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/dc29c24/README.md
|
||||
[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
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-55800a3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/55800a3
|
||||
[release-shield]: https://img.shields.io/badge/version-dc29c24-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/dc29c24
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "55800a3",
|
||||
"version": "dc29c24",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue