From f8341cbaf83dea59bd5c4a7c064e323a1a8cbf14 Mon Sep 17 00:00:00 2001 From: luyuhuang Date: Sat, 21 May 2022 12:10:20 +0800 Subject: [PATCH] release v0.2.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e461ae..29ad5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.2.3 (2022-05-21) + +- Fix a bug that some input boxes can't enter numbers and other characters at the same time + ## v0.2.2 (2022-04-26) - Fix a bug that ctrl-click to open a new window diff --git a/package.json b/package.json index 216c99a..bc726bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dwords2", - "version": "0.2.2", + "version": "0.2.3", "description": "Show words as Danmaku on the screen to help you memorize them", "author": "Luyu Huang", "repository": "https://github.com/luyuhuang/DWords2.git",