Releases: kheina-com/Blue-Blocker
Releases · kheina-com/Blue-Blocker
v0.3.4
v0.3.3
- feat: track block history, click blocked number in context menu to access (#63)
- feat: added safelist control buttons: import, export, clear
- feat: import block lists into queue via json files (#145)
- feat: added close button to all popups (#68)
- feat: auto-safelist unblocked users (#136)
- update: popups can now be placed in any corner of the screen (#68)
- fix: skip legacy verified error recovery
- chore: make toasts slightly slimmer
- chore: more and better header assignment
- chore: add entropy to block interval
v0.3.2
- fix: chrome prior to version 109
- fix: stop parsing twitter error responses when sent using status 200
- fix: stop blocking automated accounts (those clearly labelled as such by twitter)
- fix: better error handling in blocking logic, wrap legacy verified logic to prevent deadlocks when db doesn't start
- chore: remove some unneeded debug logs
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