forked from n-air-app/n-air-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,9 @@ | ||
import { IPatchNotes } from '.'; | ||
|
||
export const notes: IPatchNotes = { | ||
version: '1.1.20201217-unstable.1', | ||
title: '1.1.20201217-unstable.1', | ||
version: '1.1.20201222-unstable.1', | ||
title: '1.1.20201222-unstable.1', | ||
notes: [ | ||
'機能的にはv1.0.20201214-unstable.1から変化はありませんが、', | ||
'ニコニコ生放送のAPI(通信方法)の変更のため、スキップできないアップデートとなります。ご了承ください。', | ||
'', | ||
'参考: 最近の更新内容まとめ(v1.0.20201117-unstable.1~)', | ||
'詳しくはお知らせをご覧下さい。', | ||
'追加: エモーション情報をコメント一覧に表示する (#469)', | ||
'追加: ログイン画面にクリップボード操作のコンテキストメニューを追加 (#439)', | ||
'追加: クリップボードメニューを番組作成・編集画面にも追加する (#440)', | ||
'変更: 配信時に使用するニコ生のAPIを新しいものに変更, 配信番組選択ウィンドウを刷新 (#470)', | ||
'変更: NG追加した際に取得済みコメントを隠す (#444)' | ||
'修正: プロジェクターを2つ以上開けるようにする(obs-studio-nodeを0.3.43に更新) (#485)' | ||
] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters