Skip to content

Latest commit

 

History

History
240 lines (125 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

240 lines (125 loc) · 14.5 KB

Changelog

All notable changes to this project will be documented in this file.

1.8.0 (2024-07-14)

Features

  • uncloak the Twitter Cards from the "Communities" page (3fdaa00)
  • uncloak the text links from the "Communities" page (ecf8e64)

Bug Fixes

  • 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)

Other updates

  • 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)

Bug Fixes

  • 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)

Other updates

  • update the dependencies (902f5dd)

1.7.1 (2024-04-21)

Bug Fixes

  • uncloak the text links again (7659813), closes #35

Other updates

  • update the dependencies (3a5ea76), closes #34
  • update the year from the LICENSE file (6e8c315)

1.7.0 (2023-06-05)

Features

Bug Fixes

  • uncloak the Twitter Cards from quoted tweets (ff0b22a)

Other updates

  • deps: bump cacheable-request and got (a18f169)
  • update the dependencies (f0b7462), closes #28
  • update the dependencies (92b8280)

1.6.1 (2022-10-23)

Bug Fixes

  • uncloak the text links from replies to tweets with photos (de304ec)
  • uncloak the Twitter Cards from the top tweets from the "Home" page (6cd15da)

Other updates

1.6.0 (2022-09-04)

Features

  • support Twitter Tor service(.onion domain) (d520aa7)

Other updates

  • update the dependencies (742512d)
  • replace the "/" between the domains to not confuse them with an URL (0b67acf)

1.5.2 (2022-07-07)

Bug Fixes

  • 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)

Other updates

  • update the dependencies (408aab9)

1.5.1 (2022-06-05)

Bug Fixes

  • clean the Twitter Cards from individual tweets (643cb3a)

Other updates

  • update the dependencies (db71137)

1.5.0 (2022-05-23)

Features

  • uncloak the Twitter Cards from "Topic" pages (b4932cb)
  • uncloak the text links from "Topic" pages (9014428)

Bug Fixes

  • 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)

Other updates

  • remove unnecessary optional chaining (fde4391)
  • update the dependencies (b4f3a78)

1.4.0 (2021-10-05)

Features

  • 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)

Other updates

  • update the dependencies (7a9ef46)

1.3.9 (2021-09-18)

Bug Fixes

  • 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)

Other updates

  • 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)

Bug Fixes

  • uncloak the Twitter Cards from the profile pages again (0dcceca)

Other updates

  • update the dependencies (ba6b3fc)
  • remove unnecessary code (a85587f)
  • update the ESLint configuration file (6fb09e8)

1.3.7 (2021-05-12)

Bug Fixes

  • background_script.js: uncloak the Twitter Cards from the profile pages (d75109b)

Other updates

1.3.6 (2021-05-06)

Bug Fixes

  • use optional chaining to prevent crashes in some browsers (7ae7be0), closes #17

Other updates

  • 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)