From 5a8e24b731cb5f79e8935f948b7a3731c871dc63 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Sep 2021 02:00:09 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.7.5 and updates changelog --- .github/CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": {