Skip to content

Commit

Permalink
Merge pull request #20 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.2.13
  • Loading branch information
Luligu authored May 4, 2024
2 parents a7d8753 + 6cf7346 commit 03c0981
Show file tree
Hide file tree
Showing 14 changed files with 22,286 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tsconfig.tsbuildinfo
*.tgz

# Npm install
package-lock.json
# package-lock.json

# Compiled class file
*.class
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,5 @@ TODO.md
matterbridge.service
docker.MD
Dockerfile
docker-compose.yml
docker-compose.yml
docker
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ All notable changes to this project will be documented in this file.

### Added

- [frontend]: Added plugin version check
- [frontend]: Added plugin version check (you can update from the badge)
- [frontend]: Added tooltip to plugin name showing plugin path
- [matterbridge]: The plugin config file is no more saved on shutdown.
- [matterbridge]: Added plugin version check
- [frontend]: When you install a plugin now it is also added
- [frontend]: Added current and latest release to the badge in the Header section
- [frontend]: Added current and latest release to the badge in the Header section (you can update from the badge)
- [docker]: Added the docker image:dev on the docker hub with architectures: linux/amd64, linux/arm64, linux/arm/v7

<a href="https://www.buymeacoffee.com/luligugithub">
Expand Down
6 changes: 3 additions & 3 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.979e07d2.css",
"main.js": "/static/js/main.375b2c49.js",
"main.js": "/static/js/main.742e4290.js",
"static/js/453.d855a71b.chunk.js": "/static/js/453.d855a71b.chunk.js",
"index.html": "/index.html",
"main.979e07d2.css.map": "/static/css/main.979e07d2.css.map",
"main.375b2c49.js.map": "/static/js/main.375b2c49.js.map",
"main.742e4290.js.map": "/static/js/main.742e4290.js.map",
"453.d855a71b.chunk.js.map": "/static/js/453.d855a71b.chunk.js.map"
},
"entrypoints": [
"static/css/main.979e07d2.css",
"static/js/main.375b2c49.js"
"static/js/main.742e4290.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.375b2c49.js"></script><link href="/static/css/main.979e07d2.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.742e4290.js"></script><link href="/static/css/main.979e07d2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion frontend/build/static/js/main.375b2c49.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/build/static/js/main.742e4290.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 03c0981

Please sign in to comment.