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

Commit

Permalink
v2.0.13.9 #693 (#840)
Browse files Browse the repository at this point in the history
* バージョン番号を更新

* changelog.mdを更新
  • Loading branch information
Robot-Inventor authored Sep 6, 2022
1 parent 9640581 commit 08e8f30
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@

## Released

### [v2.0.13.9] - 2021-09-06

#### Fixed

- Twitterの仕様変更に対応 [9640581](https://github.com/Robot-Inventor/spam-tweets-compressor/commit/9640581a2b3c016b3f8a6bfafe82045b75236680)

### [v2.0.12.8] - 2021-02-13

#### Added

- browser actionのタブ切り替えにトランジションを追加 [#383](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/383)
- browser actionのチェックボックスの右にマージンを追加 [#607](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/607)
- 設定のインポート機能を実装 [#23](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/23)
- 設定のエクスポート時に名前をつけて保存できるように [#$1](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/$1)
- 設定のエクスポート時に名前をつけて保存できるように [#610](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/$610)
- 設定ファイルのドラッグアンドドロップに対応 [#641](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/641)

#### Fixed

- ツールチップの配色を改善#622
- ツールチップの配色を改善 [#622](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/622)
- node-forgeの脆弱性修正 [#684](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/684)
- NGワードが正規化されていないバグを修正 [#685](https://github.com/Robot-Inventor/spam-tweets-compressor/issues/685)

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.12.8",
"version": "2.0.13.9",
"description": "__MSG_manifest_description__",
"icons": {
"16": "image/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spam-tweets-compressor",
"version": "2.0.8",
"version": "2.0.9",
"description": "A browser extension which compresses spam Tweets.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -81,4 +81,4 @@
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
}
}
}

0 comments on commit 08e8f30

Please sign in to comment.