diff --git a/CHANGELOG.md b/CHANGELOG.md index 018f249..be801f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 3.11.6 +### Fixed +* add --background-invert-if-bright in top menu (fix #326) + ## 3.11.5 ### Fixed * add missing label on buttons for accessiblity (fix #311) diff --git a/appinfo/info.xml b/appinfo/info.xml index 86aa73e..6d049ae 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -32,7 +32,7 @@ Notice Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**. In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/). ]]> - 3.11.5 + 3.11.6 agpl Simon Vieille SideMenu diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} diff --git a/src/AppMenu.vue b/src/AppMenu.vue index c456370..f90ebad 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -21,7 +21,10 @@ -->