diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 53d16209..fbb44661 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## ⚡️ 1.5.6 - Refactor + Couple of small things [PR #135](https://github.com/Lissy93/dashy/pull/135) +- The main Dockerfile now uses yarn.lock instead of package-lock.json +- Adds a check to verify password is not empty in cloud backup screen +- Improves responsiveness of config modals for mobile devices +- Enables the user to use their own self-hosted Sentry instance +- Removes the View Config tab of the Config menu, as not needed +- Updates and fixes some typos in the readme + ## 🌐 1.5.5 - Adds Missing Translations + Small UI Issues [PR #129](https://github.com/Lissy93/dashy/pull/129) - Adds missing translations to several UI elements, Re: #126 - Fixes login translations not being picked up on page load, Re: #127 diff --git a/Dockerfile b/Dockerfile index 5814f880..9cde9c99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ WORKDIR ${DIRECTORY} # Copy over both 'package.json' and 'package-lock.json' (if available) COPY package*.json ./ +COPY yarn.lock ./ # Install project dependencies RUN yarn diff --git a/README.md b/README.md index 67b6d267..be551c04 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@
  • Community