Skip to content

Commit

Permalink
v1.1.20201222-unstable.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koizuka committed Dec 22, 2020
1 parent da76d30 commit 2969ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
15 changes: 3 additions & 12 deletions app/services/patch-notes/notes.ts
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)'
]
};
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"//": {
"version": "0.11.2"
},
"version": "1.1.20201217-unstable.1",
"version": "1.1.20201222-unstable.1",
"main": "main.js",
"scripts": {
"compile": "yarn clear && webpack-cli --progress --mode development",
Expand Down Expand Up @@ -68,12 +68,11 @@
"css-element-queries": "^1.2.1",
"electron-updater": "^3.0.3",
"electron-window-state": "^4.1.1",
"font-manager": "https://github.com/stream-labs/font-manager/releases/download/v1.0.2/iojs-v2.0.5-font-manager.tar.gz",
"font-manager": "https://github.com/stream-labs/font-manager/releases/download/v1.0.4/iojs-v2.0.8-font-manager.tar.gz",
"fuse.js": "^3.2.0",
"lodash": "^4.17.4",
"lodash-decorators": "^4.3.1",
"moment": "^2.17.1",
"font-manager": "https://github.com/stream-labs/font-manager/releases/download/v1.0.4/iojs-v2.0.8-font-manager.tar.gz",
"node-fontinfo": "https://github.com/stream-labs/node-fontinfo/releases/download/v0.0.7/iojs-v2.0.8-node-fontinfo.tar.gz",
"node-libuiohook": "https://github.com/stream-labs/node-libuiohook/releases/download/v0.0.6/iojs-v2.0.5-node-libuiohook.tar.gz",
"obs-studio-node": "https://github.com/stream-labs/obs-studio-node/releases/download/v0.3.43/iojs-v2.0.8-signed.tar.gz",
Expand Down

0 comments on commit 2969ab6

Please sign in to comment.