Skip to content

Commit 0bb2c7e

Browse files
committed
🔖 Bumps to V 1.5.4 and updates changelog
1 parent 4820158 commit 0bb2c7e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 🐳 1.5.4 - Docker ARM Support [PR #122](https://github.com/Lissy93/dashy/pull/122)
4+
- Adds Docker files for `arm64v8` and `arm32v7` in order to support Raspberry Pi and other modern ARM-based devices
5+
- Publishes these images on DockerHub and sets up a workflow to submit a new container every time a release is made
6+
- Adds documentation for running Dashy on RPi/ ARM-based devices, Re: #117
7+
38
## 🩹 1.5.3 - UI Quick Fix [PR #121](https://github.com/Lissy93/dashy/pull/121)
49
- Downgrades and pins vue-material-tabs to 0.1.5, to prevent breaking changes. Fixes #118 p1
510
- Sets auto-width for theme selector, so text doesn't wrap for long theme names. Fixes #119

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dashy",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"license": "MIT",
55
"main": "server",
66
"scripts": {

0 commit comments

Comments
 (0)