All notable changes to this project will be documented in this file.
1.8.0 (2024-07-14)
- uncloak the Twitter Cards from the "Communities" page (3fdaa00)
- uncloak the text links from the "Communities" page (ecf8e64)
- uncloak the Twitter Cards from the "Bookmarks" page (de114ed)
- uncloak the Twitter Cards from the "Explore" page (e582a73)
- uncloak the text links from the "Explore" page (61f3f32)
- update the dependencies (8ca46d5)
- remove unnecessary lines of code (dd311b4)
- deps-dev: bump braces from 3.0.2 to 3.0.3 (6200e15)
1.7.2 (2024-05-24)
- uncloak the Twitter Cards from pinned and regular tweets from profile pages (89cd135)
- detect and uncloak the text links again (699bcce)
- run on the x.com domain, too (ce3d06c)
- update the dependencies (902f5dd)
1.7.1 (2024-04-21)
1.7.0 (2023-06-05)
- add Chinese(zh) locale (ac8ae12)
- uncloak the Twitter Cards from quoted tweets (ff0b22a)
- deps: bump cacheable-request and got (a18f169)
- update the dependencies (f0b7462), closes #28
- update the dependencies (92b8280)
1.6.1 (2022-10-23)
- uncloak the text links from replies to tweets with photos (de304ec)
- uncloak the Twitter Cards from the top tweets from the "Home" page (6cd15da)
1.6.0 (2022-09-04)
- support Twitter Tor service(.onion domain) (d520aa7)
- update the dependencies (742512d)
- replace the "/" between the domains to not confuse them with an URL (0b67acf)
1.5.2 (2022-07-07)
- uncloak the Twitter Cards from additional replies to tweets (9c92e32)
- uncloak the Twitter Cards from the "Home" page - again (9dcb74c)
- improve the detection of polls from Twitter Cards (99d0acb)
- update the dependencies (408aab9)
1.5.1 (2022-06-05)
- clean the Twitter Cards from individual tweets (643cb3a)
- update the dependencies (db71137)
1.5.0 (2022-05-23)
- uncloak the Twitter Cards from "Topic" pages (b4932cb)
- uncloak the text links from "Topic" pages (9014428)
- uncloak the Twitter Cards from "List" pages (d5990b3)
- uncloak the Twitter Cards from profile pages (60b7e30)
- fix the way to detect "event" or unknown pages (a2ebf6d)
- uncloak the text links from the Direct Messages box/drawer (95e6811)
1.4.0 (2021-10-05)
- uncloak the text links from "event" pages (e1b24cd)
- uncloak the Twitter Cards from "event" pages (cc42ce7)
- uncloak the Twitter Cards from the "Explore" page (206a018)
- update the dependencies (7a9ef46)
1.3.9 (2021-09-18)
- uncloak the Twitter Cards from the retweets on the "Home" page (e155786)
- uncloak the Twitter Cards from the "Lists" page again (db0e1d4)
- uncloak the Twitter Cards from the Bookmarks page again (69dfc33)
- uncloak the Twitter Cards from clicked-on tweets again (0f47e9f)
- update the dependencies (447c92f)
- remove references to object properties from outdated nestings (0b9229c)
- merge 2 tweet cleaning functions into 1 (29f3429)
- create a separate function to select and return the tweet entries (a56497c)
- use the strict equality operator where possible (e0be872)
- use nesting instead of continue/return to control code execution (b065410)
- remove unnecessary return statement (ce530e1)
- reduce nesting (50c7cff)
- remove duplications and similar code (a79be0e)
- rephrase a JSDoc comment (fe44d4e)
- add missing optional chaining (3171101)
- remove unnecessary optional chaining (7670aa4)
1.3.8 (2021-06-22)
- uncloak the Twitter Cards from the profile pages again (0dcceca)
- update the dependencies (ba6b3fc)
- remove unnecessary code (a85587f)
- update the ESLint configuration file (6fb09e8)
1.3.7 (2021-05-12)
- background_script.js: uncloak the Twitter Cards from the profile pages (d75109b)
- update dependencies (24a4dec)
1.3.6 (2021-05-06)
- configure standard-version (dae38a8)
- add Standard Version as a development dependency (6b6399e)
- convert the Commitlint configuration to a JSON file (67bfd87)
- add Commitlint and Husky as development dependencies (f2bc4a8)
- add Commitizen as a development dependency (d5caad4)
- add a pre-commit hook to lint the source files (6af4e49)
- add Web-ext as a development dependency (bad55b5)
- create a package.json file (e583d39)
- add a .gitignore file to ignore the built extension packages (01661b9)
- add a Conventional Commits badge (152a7ce)