Releases: kheina-com/Blue-Blocker
Releases · kheina-com/Blue-Blocker
v0.3.1
- feat: overhaul popup menu to have new quickmenu for quick changes and an advanced tab for full options list (#141)
- remove: management permissions requirement in manifest (#155)
- chore: update integration logic to send test message instead of using management api
- feat: block users promoting tweets (#5)
v0.3.0
- chore: migrate to create-chrome-ext with typescript
- chore: also check profile shape to detect nft avatars (#130)
- feat: use travis brown's verified db to check legacy verifications (#134)
- feat: integration with soupcan (#139)
- fix: queue locking and overly fast blocking (#66)
- fix: critical point logic in queue and counter new generate ref ids per lock
- fix: ignore error responses from twitter (#142)
- perf: change user object in queue to be slimmer
v0.2.7
v0.2.6
- reword most options for clarity
- add customizable threshold for follower count
- make paused queue collection clearer
- add customizable popup timer
- add ability to view and remove users from queue
- better status handling on blocking (no longer perpetually fails on suspended or banned users)
- added tweetdeck (and bettertweetdeck) support
v0.2.5
v0.2.4
Changelog
- Add version to context menu
- Restructure repository into separate parsers and models folders, shared.js is much cleaner
- Add multi-tab support. Only one queue will run at a time regardless of the number of twitter tabs open
- Adds support for search results pages and search bar suggestions
- Queue now purges duplicate users
- Fix issue with follower count not being checked on the "For You" page
- Updated queue uniqueness to use user_id
- Added blocked user popup option
- Added ability to undo blocks (and mutes)
- Unblocked users are added to a no-block list
- Bump default block interval to 15 seconds
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Added changes made by GitHub users Suyooo and shinmai
- added option to block handles following the user
- added option to not block affiliate verified users
- added option to block users with over 1 million follows (legacy verified users)
- added for you page to calls scanned for Blue users
- fixed the reasons statement for blocked users
- added a queue for blocking users
- other general bugfixes