Added: webrtc v8.0.0 (#451)
This commit is contained in:
parent
7d91d370d0
commit
90ef9dcf63
|
@ -594,6 +594,8 @@ targets.setLastVersion = function (type, version) {
|
|||
return '6.4.8';
|
||||
} else if (type.startsWith('/webrtc-adapter/7.')) {
|
||||
return '7.7.1';
|
||||
} else if (type.startsWith('/webrtc-adapter/8.')) {
|
||||
return '8.0.0';
|
||||
} else if (type.startsWith('/wow/1.')) {
|
||||
return '1.1.2';
|
||||
} else if (version === null) {
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
<li>Updated: webrtc v7.4.0 -> v7.7.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/448">#448</a>)</li>
|
||||
<li>Added: autocomplete-js v1.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/449">#449</a>)</li>
|
||||
<li>Updated: instantsearch v4.21.0 -> v4.22.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/450">#450</a>)</li>
|
||||
<li>Added: webrtc v8.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/451">#451</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue