Skip to content

Commit

Permalink
mini-mirror 0.2.0
Browse files Browse the repository at this point in the history
- 常に手前に表示されるようになった。
- 左右反転表示のオン/オフ切り替え機能追加。
- カメラ映像が画面いっぱいに映るように変更。
  • Loading branch information
tomk79 committed Mar 25, 2017
1 parent 34d4915 commit 97820f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# mini-mirror

mini mirror app for desktop.


## 更新履歴 - Change log

### mini-mirror 0.2.0 (2017-03-25)

- 常に手前に表示されるようになった。
- 左右反転表示のオン/オフ切り替え機能追加。
- カメラ映像が画面いっぱいに映るように変更。

### mini-mirror 0.1.0 (2017-03-20)

- Initial Release.


## ライセンス - License

MIT License


## 作者 - Author

- Tomoya Koyanagi <tomk79@gmail.com>
- website: <http://www.pxt.jp/>
- Twitter: @tomk79 <http://twitter.com/tomk79/>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-mirror",
"version": "0.1.1-alpha.1+nb",
"version": "0.2.0",
"description": "mini mirror app for desktop.",
"private": true,
"main": "index.html",
Expand Down

0 comments on commit 97820f4

Please sign in to comment.