Commit 0bb2c7e 1 parent 4820158 commit 0bb2c7e Copy full SHA for 0bb2c7e
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 🩹 1.5.3 - UI Quick Fix [ PR #121 ] ( https://github.com/Lissy93/dashy/pull/121 )
4
9
- Downgrades and pins vue-material-tabs to 0.1.5, to prevent breaking changes. Fixes #118 p1
5
10
- Sets auto-width for theme selector, so text doesn't wrap for long theme names. Fixes #119
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Dashy" ,
3
- "version" : " 1.5.3 " ,
3
+ "version" : " 1.5.4 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " server" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments