v2.0.0
New major release with many improvements 🎉
Added
- Added the ability to detect sensitive flags in profiles #71
- Function to display check results only on your own tweets is now officially available #80
- Launched official website
- Support for Traditional Chinese and Korean #41
- Support for Microsoft Edge
- Added explanations about shadowban, sensitive judgment, and Shadowban Scanner #123
- Version number text linked to the release notes added to the settings window #57
- Added a loading animation when it takes time to load results #115
Changed
- Changed to use Twemoji instead of OS standard emoji #38
- Changed the text of setting items to make them easier to understand
- Changed message wording to be clearer and easier to understand
Full Changelog
- refactor: refactor UserScriptBase typing by @Robot-Inventor in #25
- feat: add version text to the settings window #23 by @Robot-Inventor in #26
- feat: add GitHub Actions to build check #15 by @Robot-Inventor in #28
- fix(deps): update dependency webpack to v5.88.0 by @renovate in #27
- fix(deps): update dependency typescript to v5.1.6 by @renovate in #34
- fix(deps): update dependency ts-loader to v9.4.4 by @renovate in #35
- refactor: move commonly used scripts to src/ts/common/ #10 by @Robot-Inventor in #37
- fix(deps): update dependency webpack to v5.88.1 by @renovate in #36
- feat: use Twemoji for emoji #30 by @Robot-Inventor in #38
- fix: improve translation system #39 by @Robot-Inventor in #40
- feat: add Chinese and Korean support #32 by @Robot-Inventor in #41
- fix: bug that Twemoji is not used #42 by @Robot-Inventor in #43
- doc: images not translated into Traditional Chinese and Korean #44 by @Robot-Inventor in #45
- feat: set alt attribute for Twemoji images #46 by @Robot-Inventor in #47
- feat: display a label stating that the translation was done by AI #48 by @Robot-Inventor in #49
- doc: missing links to localized documents in README.md #51 by @Robot-Inventor in #53
- feat: localize descriptions of user scripts #50 by @Robot-Inventor in #54
- doc: add a note to the README recommending the use of multiple tools #52 by @Robot-Inventor in #55
- feat: add a release note link to the version number label #56 by @Robot-Inventor in #57
- fix: rename showMessageInAllTweets #22 by @Robot-Inventor in #58
- doc: document how to add languages #59 by @Robot-Inventor in #66
- feat: add migration function from v1 to v2 #65 by @Robot-Inventor in #67
- fix(deps): update dependency webpack to v5.88.2 by @renovate in #68
- feat: detect sensitive profile #70 by @Robot-Inventor in #71
- doc: add the Edge add-on link to README #73 by @Robot-Inventor in #74
- doc: updated README on sensitive profile detection #75 by @Robot-Inventor in #76
- fix: add Firefox's extension id to manifest.json #77 by @Robot-Inventor in #78
- fix: remove beta label from option to show messages only in current user's tweets #79 by @Robot-Inventor in #80
- doc: update screenshots in README #75 by @Robot-Inventor in #81
- fix: bug in display of messages to profiles does not follow settings #62 by @Robot-Inventor in #82
- chore: use ESLint #83 by @Robot-Inventor in #84
- chore: use Prettier #85 by @Robot-Inventor in #86
- fix(deps): update typescript-eslint monorepo to v6.2.1 by @renovate in #87
- fix: change GitHub Actions' workflow name #88 by @Robot-Inventor in #89
- doc: add GitHub Actions budges to README #90 by @Robot-Inventor in #91
- chore: add format check to GitHub Actions #92 by @Robot-Inventor in #93
- fix(deps): update dependency prettier to v3.0.1 by @renovate in #94
- fix(deps): update dependency eslint-config-prettier to v8.10.0 by @renovate in #95
- fix(deps): update dependency eslint-config-prettier to v9 by @renovate in #96
- doc: no GitHub Actions lint badge in README #97 by @Robot-Inventor in #98
- fix(deps): update typescript-eslint monorepo to v6.4.0 by @renovate in #99
- fix(deps): update dependency prettier to v3.0.2 by @renovate in #102
- fix(deps): update dependency eslint to v8.47.0 by @renovate in #101
- doc: make the background of the logo shown in the README transparent #104 by @Robot-Inventor in #105
- fix(deps): update typescript-eslint monorepo to v6.4.1 by @renovate in #103
- fix(deps): update dependency typescript to v5.2.2 by @renovate in #106
- fix: Twitter update changes React Props type #110 by @Robot-Inventor in #111
- fix(deps): update dependency eslint to v8.48.0 by @renovate in #107
- fix(deps): update typescript-eslint monorepo to v6.5.0 by @renovate in #108
- fix(deps): update dependency prettier to v3.0.3 by @renovate in #109
- fix: add GitHub link to mistranslation contacts #112 by @Robot-Inventor in #113
- feat: add loading animation to text #114 by @Robot-Inventor in #115
- chore(deps): update actions/checkout action to v4 by @renovate in #116
- fix(deps): update typescript-eslint monorepo to v6.7.0 by @renovate in #117
- fix(deps): update dependency web-ext to v7.7.0 by @renovate in #118
- fix(deps): update dependency eslint to v8.49.0 by @renovate in #119
- doc: add a detailed documentation about shadowban #72 by @Robot-Inventor in #123
- fix: make messages about shadowbans more clear #124 by @Robot-Inventor in #125
- fix: MessageSummary class does not consider sensitive flags for media in profile #100 by @Robot-Inventor in #126
- fix: delete unused eslint comments by @Robot-Inventor in #127
- fix: refactor by @Robot-Inventor in #128
- fix: refactor settings related by @Robot-Inventor in #129
- fix: insufficient migration process #130 by @Robot-Inventor in #131
- fix: user script's downloadURL and updateURL generation process is inappropriate #132 by @Robot-Inventor in #133
- fix: notes are not parsed as HTML #134 by @Robot-Inventor in #135
- docs: add technical documentation on judgment methods #136 by @Robot-Inventor in #137
- refactor: refactor message related code by @Robot-Inventor in #139
- fix(deps): update typescript-eslint monorepo to v6.7.2 by @renovate in #138
- refactor: refactor color related code by @Robot-Inventor in #141
- refactor: delete unnecessary CSS import #142 by @Robot-Inventor in #143
- fix: missing
⚠️ in ALLOWED_TWEMOJI #140 by @Robot-Inventor in #144 - feat: use Knip to keep the project clean #145 by @Robot-Inventor in #148
- doc: update screenshots #149 by @Robot-Inventor in #150
- feat: add link to documentation about shadowban to the messages #146 by @Robot-Inventor in #151
- fix: insert a line break between notes #154 by @Robot-Inventor in #155
- fix: simplified Chinese is mixed into traditional Chinese #153 by @Robot-Inventor in #156
- fix: expand the space between groups in a message #152 by @Robot-Inventor in #157
- fix: unify the expression #158 by @Robot-Inventor in #159
- fix: bug with wrong text color on some pages by @Robot-Inventor in #160
- doc: add JSDoc #147 by @Robot-Inventor in #161
- fix(deps): update dependency glob to v10.3.5 by @renovate in #162
- doc: update Features section in README #163 by @Robot-Inventor in #164
- fix: update traditional Chinese screenshot #165 by @Robot-Inventor in #166
- doc: clarify the meaning of "internal APIs" in the privacy policy #167 by @Robot-Inventor in #168
- fix(deps): update dependency eslint to v8.50.0 by @renovate in #169
- fix(deps): update dependency glob to v10.3.6 by @renovate in #170
- chore(deps): update dependency knip to v2.27.1 by @renovate in #172
- fix(deps): update dependency glob to v10.3.7 by @renovate in #174
- fix: logo is misaligned in Chrome #173 by @Robot-Inventor in #175
- doc: add extension badges to README #176 by @Robot-Inventor in #177
- fix(deps): update typescript-eslint monorepo to v6.7.3 by @renovate in #178
- chore(deps): update dependency knip to v2.28.0 by @renovate in #179
- fix(deps): update dependency glob to v10.3.8 by @renovate in #180
- doc: add details of sensitive judgments for profiles to the documentation by @Robot-Inventor in #185
- fix(deps): update dependency glob to v10.3.10 by @renovate in #183
- chore(deps): update dependency knip to v2.29.0 by @renovate in #184
- fix: changed wording about sensitive profile media by @Robot-Inventor in #186
- doc: update screenshots #189 by @Robot-Inventor in #190
- fix: fix a mistranslation in English #192 by @Robot-Inventor in #193
- doc: update English screenshot #194 by @Robot-Inventor in #195
- v2.0.0 #69 by @Robot-Inventor in #188
Full Changelog: v1.2.0...v2.0.0