From 06d4c4213c669e1121801a88a2ccc42b6bd70fcb Mon Sep 17 00:00:00 2001 From: moonkorea00 Date: Tue, 21 Mar 2023 13:38:19 +0900 Subject: [PATCH] docs : update readme / changelog --- CHANGELOG.md | 16 ++++++++-------- README-eng.md | 2 -- README.md | 2 -- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fa17b..84e7914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,11 @@ Check the [Github repository](https://github.com/moonkorea00/vscode-korean-grammar-checker) for details. -## [1.0.0] - 2023-03-06 - -- initial release - -## [1.1.0] - 2023-03-09 +## [1.2.0] - 2023-03-18 ### Added -- New command to apply corrections to current document. +- resolved character limit ## [1.1.1] = 2023-03-10 @@ -18,8 +14,12 @@ Check the [Github repository](https://github.com/moonkorea00/vscode-korean-gramm - Issue replacing entire selected text with correction response regardless of max word count(500)([#5](https://github.com/moonkorea00/vscode-korean-grammar-checker/issues/5)) -## [1.2.0] - 2023-03-18 +## [1.1.0] - 2023-03-09 ### Added -- resolved character limit \ No newline at end of file +- New command to apply corrections to current document. + +## [1.0.0] - 2023-03-06 + +- Initial release \ No newline at end of file diff --git a/README-eng.md b/README-eng.md index b2632d4..6812b4a 100644 --- a/README-eng.md +++ b/README-eng.md @@ -63,8 +63,6 @@ ## Issues and Limitations -- ~~Korean Grammar Checker makes corrections up to 500 letters. Once the max word count exceeds, a VS Code notification is returned along with the corrections.~~ -
## Release Notes diff --git a/README.md b/README.md index 54f01bb..a2e2feb 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,6 @@ ## Issues 및 제한사항 -- ~~본 확장 프로그램은 최대 500자까지 교정합니다. 글자 제한 초과 시 500자에 대한 교정 결과를 반환하고 vscode 알림창을 출력합니다.~~ -
## 버전