Releases: Robot-Inventor/shadowban-scanner
Releases · Robot-Inventor/shadowban-scanner
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 c...
v1.2.0
New Beta Feature 🎉
Added
- You can now choose the option to display messages only in your tweets #11
Fixed
- Fixed a bug that could cause false detections #16
Full Changelog
- fix: add readonly decorator to translator field of TextFlow class #7 by @Robot-Inventor in #12
- fix: fix duplication of "to" property in webpack.config.js #8 by @Robot-Inventor in #13
- refactor: move core scripts to src/ts/core/ #9 by @Robot-Inventor in #14
- feat: add option to display messages only in tweets by the user #11 by @Robot-Inventor in #17
- refactor: use spread syntax to pass options #18 by @Robot-Inventor in #19
- fix: false detections can occur when possibly_sensitionive_editable is null #16 by @Robot-Inventor in #20
- v1.2.0 by @Robot-Inventor in #21
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Bug Fix
Changed
- Reduced package size
Fixed
- Fixed JSON comment errors in AMO
v1.1.0
v1.0.0
First Release🎉
First release of Shadowban Scanner.