Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
v2.0.8.4 #179 (#208)
Browse files Browse the repository at this point in the history
* manifest.jsonのバージョン番号を更新

* package.jsonのバージョン番号を更新

* changelog.mdを更新
  • Loading branch information
Robot-Inventor authored Aug 19, 2021
1 parent f9b2a52 commit 8daa0f7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8daa0f7

Please sign in to comment.