Skip to content

Commit

Permalink
Merge pull request #25 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.2.15
  • Loading branch information
Luligu authored May 14, 2024
2 parents d0e551e + e7d0fc7 commit c56a385
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 53 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [1.2.15] - 2024-05-14

### Added

- [frontend]: Added sponsor link in Header.
- [frontend]: Added sponsor link in the plugin list.

### Fixed

- [frontend]: Fixed the case when the latest version of Matterbridge or a plugin is not available.

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


## [1.2.14] - 2024-05-09

### Added
Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# TODO list

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.979e07d2.css",
"main.js": "/static/js/main.ed3f81ca.js",
"main.css": "/static/css/main.57bd18a9.css",
"main.js": "/static/js/main.5886e61b.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.ed3f81ca.js.map": "/static/js/main.ed3f81ca.js.map",
"main.57bd18a9.css.map": "/static/css/main.57bd18a9.css.map",
"main.5886e61b.js.map": "/static/js/main.5886e61b.js.map",
"453.d855a71b.chunk.js.map": "/static/js/453.d855a71b.chunk.js.map"
},
"entrypoints": [
"static/css/main.979e07d2.css",
"static/js/main.ed3f81ca.js"
"static/css/main.57bd18a9.css",
"static/js/main.5886e61b.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.ed3f81ca.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.5886e61b.js"></script><link href="/static/css/main.57bd18a9.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 2 additions & 0 deletions frontend/build/static/css/main.57bd18a9.css

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

1 change: 1 addition & 0 deletions frontend/build/static/css/main.57bd18a9.css.map

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

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

This file was deleted.

Loading

0 comments on commit c56a385

Please sign in to comment.