From 8daa0f72d9bff031ae515dfc8c15a7d16482206b Mon Sep 17 00:00:00 2001 From: Robot-Inventor <50550561+Robot-Inventor@users.noreply.github.com> Date: Thu, 19 Aug 2021 23:39:29 +0900 Subject: [PATCH] v2.0.8.4 #179 (#208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * manifest.jsonのバージョン番号を更新 * package.jsonのバージョン番号を更新 * changelog.mdを更新 --- changelog.md | 25 +++++++++++++++++++++++++ manifest.json | 2 +- package-lock.json | 5 ++--- package.json | 2 +- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index e7852b10..7c37ff6d 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,31 @@ ## Released +### [v2.0.8.4] - 2021-08-19 + +#### Added + +- 宣伝ページを作成 [#186](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/186) +- 高度なスパム判定のUIに目的外では誤作動すると明記 [#182](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/182) +- 設定変更時に再読み込みを不要にする [#113](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/113) +- テストの導入 [#185](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/185) +- OSSライセンスに関するページを作成 [#198](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/198) + +#### Changed + +- 詳細設定ページのデザイン改善 [#117](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/117) +- web-ext-typesの導入 [#197](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/197) +- npm installをnpm install --save-devに変更 [#201](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/201) + +#### Deleted + +- 一部の機能を削除 [#177](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/177) + +#### Fixed + +- browser actionのフォントサイズを指定する [#176](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/176) +- Chromeでbrowser actionのタイトルに改行が入ってしまうバグを修正 [#173](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/173) + ### [v2.0.7.3] - 2021-08-14 #### Added diff --git a/manifest.json b/manifest.json index 70d7a1ac..04ecc051 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Spam Tweets Compressor", "short_name": "ST Compressor", - "version": "2.0.7.3", + "version": "2.0.8.4", "description": "__MSG_manifest_description__", "icons": { "16": "image/icon16.png", diff --git a/package-lock.json b/package-lock.json index 830afb65..9400b0c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "spam-tweets-compressor", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "spam-tweets-compressor", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "devDependencies": { "@types/jest": "27.0.1", diff --git a/package.json b/package.json index d528075e..47f334b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spam-tweets-compressor", - "version": "2.0.3", + "version": "2.0.4", "description": "A browser extension which compresses spam Tweets.", "main": "main.js", "scripts": {