Skip to content

Commit

Permalink
Merge branch 'release/2022.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Dec 13, 2022
2 parents 0cc68b6 + f3f3905 commit 083b537
Show file tree
Hide file tree
Showing 54 changed files with 2,123 additions and 1,681 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ develop ]
branches: [ "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
paths:
- src
paths-ignore:
- dist/**
branches: [ "develop" ]
schedule:
- cron: '33 14 * * 3'

paths-ignore:
- dist/**
- cron: '22 0 * * 1'

jobs:
analyze:
Expand All @@ -41,37 +34,41 @@ jobs:
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

#- run: |
# make bootstrap
# make release
# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"
20 changes: 20 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16]
node-version: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache next.js
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.next/cache
# Generate a new cache whenever packages or source files change.
Expand All @@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@
- FIX
- バグ修正

## develop

## 2022.4.0
- [ADD] /devtools ページ読み込み時に service worker を登録
- Lyra で SharedArrayBuffer を使っているので、それを有効にするために COOP および COEP ヘッダを設定している
- @sile
- [ADD] Advanced options に lyraParamsBitrate リストボックスを追加
- @sile
- [ADD] audioCodecType の選択肢に LYRA を追加
- @sile
- [ADD] audioStreamingLanguageCode を入力できるようにする
- @melpon
- [FIX] jitter が動作していなかったのを修正
- @melpon

## 2022.3.0
- [UPDATE] media-processors/virtual-background を 2022.6.1 に更新する
- https://github.com/shiguredo/media-processors/releases/tag/virtual-background-2022.6.1
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ https://sora-devtools.shiguredo.jp/
- [Redux Toolkit \| Redux Toolkit](https://redux-toolkit.js.org/)
- Bootstrap
- [Bootstrap · The most popular HTML, CSS, and JS library in the world\.](https://getbootstrap.com/)
- Media Processors
- [@shiguredo/virtual\-background \- npm](https://www.npmjs.com/package/@shiguredo/virtual-background)
- [@shiguredo/noise\-suppression \- npm](https://www.npmjs.com/package/@shiguredo/noise-suppression)

## 特徴

Expand Down
2 changes: 1 addition & 1 deletion dist/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/dbca249329bcf823.css" as="style"/><link rel="stylesheet" href="/_next/static/css/dbca249329bcf823.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-c9ca1ddd8704b98e.js" defer=""></script><script src="/_next/static/chunks/framework-4556c45dd113b893.js" defer=""></script><script src="/_next/static/chunks/main-9d34f203832e9748.js" defer=""></script><script src="/_next/static/chunks/pages/_app-8e0501739cc8e58e.js" defer=""></script><script src="/_next/static/chunks/pages/_error-29b3d7bb596dbd7b.js" defer=""></script><script src="/_next/static/sora_demo/_buildManifest.js" defer=""></script><script src="/_next/static/sora_demo/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/aedc7519973f6aef.css" as="style"/><link rel="stylesheet" href="/_next/static/css/aedc7519973f6aef.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-0049ae0cf81c79a9.js" defer=""></script><script src="/_next/static/chunks/framework-4556c45dd113b893.js" defer=""></script><script src="/_next/static/chunks/main-1958977654a817b7.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0ca85e203afea819.js" defer=""></script><script src="/_next/static/chunks/pages/_error-3b38d38fcca5fdc0.js" defer=""></script><script src="/_next/static/sora_demo/_buildManifest.js" defer=""></script><script src="/_next/static/sora_demo/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
Expand Down
1 change: 1 addition & 0 deletions dist/_next/static/chunks/101.6c39ac6461b29e76.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_N_E={};
1 change: 0 additions & 1 deletion dist/_next/static/chunks/168-0b334442e73cb01d.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/_next/static/chunks/168-b3f1065409cb44df.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/_next/static/chunks/203.c189b230646c732e.js

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

1 change: 0 additions & 1 deletion dist/_next/static/chunks/651.ca936378e2c450b9.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/_next/static/chunks/741.8b828148889177c6.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/_next/static/chunks/778-14eadbf69e32c9f1.js

Large diffs are not rendered by default.

Loading

0 comments on commit 083b537

Please sign in to comment.