Skip to content

Commit ac232a7

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents 483c1dd + c7e332e commit ac232a7

4 files changed

Lines changed: 21 additions & 5 deletions

File tree

src/modules/magewell-encode-sdi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### version 1.0.8
4+
5+
- 2026-07-15: add codecdb check ([c46cbff](https://github.com/bbc/bug/commit/c46cbff7543970f0cad01fb9e61dc15adf64e5b0))
6+
- 2026-07-15: fix validation logic ([d8e3834](https://github.com/bbc/bug/commit/d8e3834873af89273e4983d757e136b633ee9a36))
7+
38
### version 1.0.7
49

510
- 2026-07-14: change default output type to srt-caller ([cba755f](https://github.com/bbc/bug/commit/cba755f50221ccd32e96ed1fbcc5dfc425adcf2e))

src/modules/magewell-encode-sdi/module.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
"description": "Control and monitoring of Magewell SRT encoders",
55
"capabilities": [],
66
"notes": "",
7-
"version": "1.0.7",
7+
"version": "1.0.8",
88
"icon": "mdi-set-top-box",
99
"author": "Geoff House",
1010
"license": "Apache-2.0",
1111
"status": "stable",
1212
"needsContainer": true,
13-
"devmounts": ["api", "services", "workers", "utils"],
13+
"devmounts": [
14+
"api",
15+
"services",
16+
"workers",
17+
"utils"
18+
],
1419
"memory": 200,
15-
"protectedRoutes": ["config"],
20+
"protectedRoutes": [
21+
"config"
22+
],
1623
"defaultconfig": {
1724
"id": "",
1825
"needsConfigured": true,
@@ -26,4 +33,4 @@
2633
"enabled": false,
2734
"codecSource": ""
2835
}
29-
}
36+
}

src/modules/mikrotik-dhcp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### version 1.1.27
4+
5+
- 2026-07-16: add static lease detection ([4378475](https://github.com/bbc/bug/commit/4378475d0c608bba6820bb97e4765f60a17ffc3f))
6+
37
### version 1.1.26
48

59
- 2026-07-15: update lease db on changes ([55df246](https://github.com/bbc/bug/commit/55df24660d574b3960eccfa4d423d19e806c9143))

src/modules/mikrotik-dhcp/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dhcp-server"
77
],
88
"notes": "",
9-
"version": "1.1.26",
9+
"version": "1.1.27",
1010
"icon": "mdi-clipboard-list",
1111
"author": "Geoff House",
1212
"needsContainer": true,

0 commit comments

Comments
 (0)