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 55800a3
This commit is contained in:
parent
08ed4c16bc
commit
a408b9a58d
4 changed files with 19 additions and 8 deletions
|
@ -788,10 +788,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/8d2f693
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/8d2f693/README.md
|
||||
[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
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-8d2f693-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-55800a3-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,5 +1,16 @@
|
|||
# Changelog since v0.1.1
|
||||
|
||||
2018/09/25 10:23 UTC - [8d2f693](https://github.com/hassio-addons/addon-sqlite-web/commit/8d2f6938093ec6030ef5fbb123ae9e804ee3ddc7) by [@frenck](https://github.com/frenck)
|
||||
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)
|
||||
|
||||
* :arrow_up: Upgrades GCC/G++ to 6.4.0-r9
|
||||
|
||||
* :arrow_up: upgrades Datasette to 0.25
|
||||
|
||||
* :arrow_up: Upgrades peewee to 3.7.0
|
||||
|
||||
* :arrow_up: Upgrades sqlite-web to 0.3.5
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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/8d2f693/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/55800a3/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-8d2f693-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/8d2f693
|
||||
[release-shield]: https://img.shields.io/badge/version-55800a3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/55800a3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "8d2f693",
|
||||
"version": "55800a3",
|
||||
"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