matterbridge 3.2.0-dev-20250729-fcbf392 → 3.2.0-dev-20250801-f7eb2a2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@ If you like this project and find it useful, please consider giving it a star on
8
8
  <img src="bmc-button.svg" alt="Buy me a coffee" width="120">
9
9
  </a>
10
10
 
11
+ ## [3.2.0] - 2025-08-01
12
+
11
13
  ### Breaking Changes
12
14
 
13
15
  Removed node 18 support.
@@ -15,12 +17,14 @@ Please install Node.js 22 LTS.
15
17
  Don't use Node.js Current but always the Node.js LTS.
16
18
  Node.js 23, like all odd-numbered versions, is not supported.
17
19
 
18
- ## [3.2.0] - 2025-07-??
19
-
20
20
  ### Added
21
21
 
22
- - [update]: Added a Snackbar message for available updates from npm. It differs for latest and dev versions. The update is performed at restart (1 minute after) and each 12 hours.
22
+ - [update]: Added a Snackbar message for available updates from npm. It differs for latest and dev versions. The update check, as always, is performed at restart (1 minute after) and each 12 hours. It can be triggered manually from the frontend.
23
23
  - [update]: First steps of update and log important messages from GitHub.
24
+ - [build]: Added workflow_dispatch trigger and enhance dependency management in CI.
25
+ - [build]: Added macOS 15 to the CI matrix for Node.js builds.
26
+ - [frontend]: Bump version 2.7.2.
27
+ - [frontend]: Added the plugin name on the QR/Fabrics when in childbridge mode. Changed operational mode to one click only.
24
28
 
25
29
  ### Changed
26
30
 
@@ -1,4 +1,4 @@
1
- import { AnsiLogger } from '../logger/export.js';
1
+ import { AnsiLogger } from 'node-ansi-logger';
2
2
  export const log = new AnsiLogger({ logName: 'MatterbridgeUtils', logTimestampFormat: 4, logLevel: "info" });
3
3
  export async function waiter(name, check, exitWithReject = false, resolveTimeout = 5000, resolveInterval = 500, debug = false) {
4
4
  if (check())
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.944b63c3.css",
4
- "main.js": "./static/js/main.6ab99f2a.js",
4
+ "main.js": "./static/js/main.41269326.js",
5
5
  "static/js/453.d855a71b.chunk.js": "./static/js/453.d855a71b.chunk.js",
6
6
  "static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.c4d6cab43bec89049809.woff2",
7
7
  "static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.599f66a60bdf974e578e.woff2",
@@ -77,11 +77,11 @@
77
77
  "static/media/roboto-greek-ext-300-normal.woff": "./static/media/roboto-greek-ext-300-normal.60729cafbded24073dfb.woff",
78
78
  "index.html": "./index.html",
79
79
  "main.944b63c3.css.map": "./static/css/main.944b63c3.css.map",
80
- "main.6ab99f2a.js.map": "./static/js/main.6ab99f2a.js.map",
80
+ "main.41269326.js.map": "./static/js/main.41269326.js.map",
81
81
  "453.d855a71b.chunk.js.map": "./static/js/453.d855a71b.chunk.js.map"
82
82
  },
83
83
  "entrypoints": [
84
84
  "static/css/main.944b63c3.css",
85
- "static/js/main.6ab99f2a.js"
85
+ "static/js/main.41269326.js"
86
86
  ]
87
87
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><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.6ab99f2a.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><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.41269326.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>