Skip to content

Commit

Permalink
Version up v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed May 18, 2015
1 parent 0c8cc21 commit aebd1cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Windows / Mac / Linux で動作します。
* 透明なウィンドウに好きな動画を重ねて実況が楽しめます。
* コメントの速度や文字サイズなどを細かく設定できます。
* 透明ウィンドウの後ろをクリックできる状態でも利用可能です(Windows/Macのみ)。

### ファイルモード

Expand All @@ -24,7 +25,7 @@
* TwitterのTLをリアルタイムにコメントとして流せます。
* UserStream と FilterStream に対応。
* TLを録画してファイルに保存できます。
* テキスト・ユーザー名・クライアント名によるミュート機能が使えます
* テキスト・ユーザー名・クライアント名による(正規表現も利用可能な)ミュート機能
* **イベントなどでスクリーンに映すと盛り上がります!**

## 注意点
Expand All @@ -34,16 +35,22 @@

## 更新履歴

* v1.0.1 (2015/05/15) 最新バージョン確認機能などのバグフィックス
* v1.0.0 (2015/05/15) 公開
* v1.1.0 (2015/05/18)
* Windows / Macで、透明ウィンドウの後ろをクリックできる状態(ClickThrough)で起動できるようになりました(`jikkyo_ct.cmd` または `jikkyo_ct.command` から起動してください)
* Twitterモード時に、コメントを右クリックしてメニューからNG登録ができるようになりました
* Windowsで、初期設定でコメントに絵文字が表示されるようになりました(前バージョンから継続して使用中の方は、設定でフォントファミリーに `Segoe UI Symbol` を追加して下さい)
* 録画ファイル名の設定を追加
* 様々なバグフィックス・パフォーマンス向上
* v1.0.1 (2015/05/15)
* 最新バージョン確認機能などのバグフィックス
* v1.0.0 (2015/05/15)
* 公開

## GitHub

このアプリケーションはオープンソースで、 [MIT License](LICENSE) の下 GitHub にてソースコードを公開しています。
このアプリケーションはオープンソースで、 [MIT License](LICENSE) の下 [GitHub](https://github.com/rot1024/jikkyo) にてソースコードを公開しています。

https://github.com/rot1024/jikkyo

バグ等が見つかりましたら、作者の Twitter [@aayh](htt@://twitter.com/aayh) にお知らせいただくか、 GitHub の issue に投げてください。
バグ等が見つかりましたら、作者の Twitter [@aayh](http://twitter.com/aayh) にお知らせいただくか、 GitHub の issues に投げてください。

## For Developers

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jikkyo",
"version": "1.0.1",
"version": "1.1.0",
"description": "Jikkyo App",
"scripts": {
"start": "nw src",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jikkyo",
"version": "1.0.1",
"version": "1.1.0",
"description": "Jikkyo App",
"scripts": {
"start": "cd .. && npm start",
Expand Down

0 comments on commit aebd1cc

Please sign in to comment.