diff --git a/README.md b/README.md index a055141aa..70e528eb4 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ https://github.com/alexbelgium/hassio-addons ## ✓ Home & family - [Enedisgateway2mqtt](enedisgateway2mqtt) : use Enedis Gateway API to send data in your MQTT Broker +- [Firefly III](fireflyiii/) : A free and open source personal finance manager +- [Firefly III Data Importer](fireflyiii_data_importer/) : Data importer for Firefly III - [Mealie](mealie/) : Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. This addon is based on the docker image from hay-kot. - [Wger](wger/): manage your personal workouts, weight and diet plans @@ -94,6 +96,7 @@ https://github.com/alexbelgium/hassio-addons ## ✓ Multimedia downloaders - [Bazarr](bazarr/) ![smb][smb-shield] : Companion application to Sonarr and Radarr to download subtitles +- [FlareSolverr](flaresolverr/) : Proxy server to bypass Cloudflare protection - [Jackett](jackett/) ![smb][smb-shield] : Translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software - [Nzbget](nzbget/) is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources - [Prowlarr](prowlarr/) ![smb][smb-shield] : Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required diff --git a/gazpar2mqtt/CHANGELOG.md b/gazpar2mqtt/CHANGELOG.md index f5b223cd4..00f54ac02 100644 --- a/gazpar2mqtt/CHANGELOG.md +++ b/gazpar2mqtt/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.6.5 (29-12-2021) +- Update to latest version from yukulehe/gazpar2mqtt + ## 0.6.4 (28-12-2021) - Update to latest version from yukulehe/gazpar2mqtt diff --git a/gazpar2mqtt/config.json b/gazpar2mqtt/config.json index 08bca8189..bb375a34c 100644 --- a/gazpar2mqtt/config.json +++ b/gazpar2mqtt/config.json @@ -27,7 +27,7 @@ "mqtt:want" ], "slug": "gazpar2mqtt", - "upstream": "0.6.4", + "upstream": "0.6.5", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.6.4" + "version": "0.6.5" }