diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f74f6fca..8acdbf61 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog +## 🩹 1.5.2 - UI Quick Fix [PR #121](https://github.com/Lissy93/dashy/pull/121) +- Downgrades and pins vue-material-tabs to 0.1.5, to prevent breaking changes. Fixes #118 p1 +- Sets auto-width for theme selector, so text doesn't wrap for long theme names. Fixes #119 +- Uses flex layout for config menu, so note doesn't overlap menu on small screens. Fixes #118 p2 + ## 🩹 1.5.1 - UI Quick Fix [PR #116](https://github.com/Lissy93/dashy/pull/116) -- Fixes #115 - Some longer languages (e.g. French) cause text to break to the next line +- Uses min-max width parent layout, to prevent longer languages (e.g. French) text overflow. Fixes #115 ## 🔒 1.5.0 - Improve Robustness of Auth [PR #113](https://github.com/Lissy93/dashy/pull/113) - Use both username + password for generating token, so that a change in either will log the user out diff --git a/package.json b/package.json index b11583ac..55ef63a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "main": "server", "scripts": { @@ -91,4 +91,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file