Skip to content

Releases: claromes/socialswitch

v1.1-firefox

11 Dec 18:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.1-firefox

v1.0

12 May 23:06
7e49743
Compare
Choose a tag to compare

What's Changed

  • First release for Firefox
  • Update to version 1.0, first major release
  • Update the code to comply with Firefox/Firefox for Android extension rules
    • Background and Popup
    • Tests
    • GitHub Actions
    • CSS for Android compatibility
  • Switch from using the tabs API to the webRequest API in Firefox/Firefox for Android version
  • Organize directories to separate code for Chrome and Firefox
  • Update docs
    • Provide more detailed information about tests, installation, and privacy
  • Update name in manifest.json to better specify the extension
  • Fix IG Tagged Profile parsing for Firefox

PR

Full Changelog: v0.5.2...v1.0

v0.5.2

24 Mar 21:54
9889ee3
Compare
Choose a tag to compare

What's Changed

  • Add a new parse for IG profiles (#7) and IG tagged profiles
  • Add Puppeteer tests
  • Add Prettier settings
  • Fix the TT regex to remove parameters and URL hash from profile URLs
  • Fix the initial switch option to set it to true.
  • Organize directories
  • Docs
    • Delete Unsupported URLs from README
    • Add a TT URL with Text Fragment for testing
    • Add installation steps "From ZIP file"
    • Add test information

PR

  • Add IG profile parse + Fix TT profile regex by @claromes in #8

Full Changelog: v0.5.1.1...v0.5.2

v0.5.1.1

28 Jan 19:57
a54fbcc
Compare
Choose a tag to compare

What's Changed

  • Update icon file path

PR

Full Changelog: v0.5.1...v0.5.1.1

v0.5.1

27 Jan 12:19
9db75f1
Compare
Choose a tag to compare

What's Changed

  • Fix TikTok redirection

PR

Full Changelog: v0.5...v0.5.1

v0.5

25 Jan 12:43
9be3fab
Compare
Choose a tag to compare

What's Changed

  • Add TikTok user URL via UrleBird and Xaller
  • Add Supported URLs info (new page)
  • Update UI
  • Update docs
  • Update GitHub action

PR

Full Changelog: v0.4...v0.5

v0.4

14 Jan 04:20
066845d
Compare
Choose a tag to compare

What's Changed

  • Add post (/p and /reel) and stories profile redirection
  • Add Imginn viewer option
  • Enable and disable redirection option
  • Add popup
  • Add information about URLs in the popup
  • Add editorconfig
  • Check post (/p/), reel (/reel/), stories (/s/ and /stories), IGTV (/tv/) and explore /explore/ URLs
  • Change extension name

PR

Full Changelog: v0.3.1...v0.4

v0.3.1

29 Aug 08:33
Compare
Choose a tag to compare

What's Changed

  • Add action > default_icon in manifest.json file
  • Add 32px and 24px icons

Full Changelog: v0.3...v0.3.1

v0.3

28 Aug 03:14
Compare
Choose a tag to compare

What's Changed

  • Fix media URLs bug
  • Delete popup
  • Add demo video
  • Add file with URLs for testing
  • Fix workflow Node.js error

PR

Full Changelog: v0.2...v0.3

v0.2

01 Aug 23:40
9df3b14
Compare
Choose a tag to compare

What's Changed

  • Fix Profile URL regex
  • Add profile tagged URL
  • Add tags URL
  • Update README with Covered URLs
  • Update popup.html with release and license badge
  • Update actions to v3

PR

Full Changelog: v0.1.1...v0.2