Skip to content

Commit

Permalink
Merge pull request #108 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.4.3
  • Loading branch information
Luligu authored Aug 22, 2024
2 parents 502cb95 + 50c804d commit c48ca69
Show file tree
Hide file tree
Showing 27 changed files with 1,256 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run Docker Buildx on dev_shelly
run: |
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--platform linux/arm64 \
-f docker/Dockerfile.shelly \
-t luligu/matterbridge:dev_shelly \
--push .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-f docker/Dockerfile.main \
-t luligu/matterbridge:latest \
-t luligu/matterbridge:1.4.2 \
-t luligu/matterbridge:1.4.3 \
--push .
docker manifest inspect luligu/matterbridge:latest
timeout-minutes: 60
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ tsconfig.tsbuildinfo
# Output of 'npm pack'
*.tgz

# Npm install
# package-lock.json

# Compiled class file
*.class

Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.

If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge and sponsoring it.

## [1.4.3] - 2024-08-22

### Added

- [frontend]: Added menu with Update, Restart and Shutdown.
- [frontend]: Added menu item Download matterbridge.log.
- [frontend]: Added menu item Download matter.log.
- [frontend]: Added menu item Download matter storage.
- [frontend]: Added menu item Download node storage.
- [frontend]: Added menu item Download plugin storage.
- [frontend]: Added the option to write the logs on file.

### Changed

- [package]: Update dependencies.
- [package]: Update node-ansi-logger to 3.0.0.
- [package]: Update matter-history to 1.1.7.

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [1.4.2] - 2024-08-20

### Added
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile.shelly
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.18.4 AS base
# FROM alpine:3.18.4 AS base
FROM alpine:latest AS base
# FROM alpine:latest as base not working
# FROM node:20-alpine as base not working

Expand Down
12 changes: 6 additions & 6 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.5174e68c.css",
"main.js": "/static/js/main.dec34964.js",
"main.css": "/static/css/main.ee3183e2.css",
"main.js": "/static/js/main.e76dd8f6.js",
"static/js/453.d855a71b.chunk.js": "/static/js/453.d855a71b.chunk.js",
"index.html": "/index.html",
"main.5174e68c.css.map": "/static/css/main.5174e68c.css.map",
"main.dec34964.js.map": "/static/js/main.dec34964.js.map",
"main.ee3183e2.css.map": "/static/css/main.ee3183e2.css.map",
"main.e76dd8f6.js.map": "/static/js/main.e76dd8f6.js.map",
"453.d855a71b.chunk.js.map": "/static/js/453.d855a71b.chunk.js.map"
},
"entrypoints": [
"static/css/main.5174e68c.css",
"static/js/main.dec34964.js"
"static/css/main.ee3183e2.css",
"static/js/main.e76dd8f6.js"
]
}
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.dec34964.js"></script><link href="/static/css/main.5174e68c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.e76dd8f6.js"></script><link href="/static/css/main.ee3183e2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions frontend/build/static/css/main.5174e68c.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/build/static/css/main.5174e68c.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions frontend/build/static/css/main.ee3183e2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c48ca69

Please sign in to comment.