diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f9195..0e461ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## v0.2.2 (2022-04-26) + +- Fix a bug that ctrl-click to open a new window +- Right-click the Danmaku to pronounce + ## v0.2.1 (2021-12-07) - Fix a bug that display area adjustment causes danmaku cannot be displayed diff --git a/README.md b/README.md index 0c894d8..f3669e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Show words as Danmaku on the screen to help you memorize them. 把单词变成屏幕上的弹幕来帮助你记住它们. [![release](https://img.shields.io/github/release/luyuhuang/DWords2.svg)][release] +[![download](https://img.shields.io/github/downloads/luyuhuang/DWords2/total)][release] ![screenshot](screenshots/screenshot.jpg) diff --git a/package.json b/package.json index 308140e..216c99a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dwords2", - "version": "0.2.1", + "version": "0.2.2", "description": "Show words as Danmaku on the screen to help you memorize them", "author": "Luyu Huang", "repository": "https://github.com/luyuhuang/DWords2.git",