diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d4f9884f..d87e9e22 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 🎨 1.7.5 - Improved Language Detection & UI [PR #223](https://github.com/Lissy93/dashy/pull/223) +- Makes the auto language detection algo smarter +- Improves responsiveness for the language selector form + ## 🌐 1.7.4 - Adds Spanish Translations [PR #222](https://github.com/Lissy93/dashy/pull/222) - Adds Spanish language file, contributed by @lu4t diff --git a/package.json b/package.json index 4209fc10..02f40e3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.7.4", + "version": "1.7.5", "license": "MIT", "main": "server", "scripts": {