Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

67 lines (39 loc) · 1.62 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.4.2]

  • Updated the HTTPS method for detecting DID to use the new path (/.well-known/atproto-did) and format (served as text/plain and just the DID itself)

[1.4.1]

  • Small fix for a bug introduced in 1.4.0 that occurs when the browser puts idle extensions to sleep

[1.4.0]

Changed

  • Migrate/refactor everything from content.js into a self-contained background.js
  • Swap activeTab permission for tabs so that we can drop the <all_urls> permission
  • Remove permissions for management as it is not needed
  • Migrate Firefox to Manifest v3 (but this means the minimum FF version is now 109)
  • Input validation for domains and DIDs (security enhancement)
  • Replace staging.bsky.app with bsky.app

[1.3.0]

Added

  • Support for alternative HTTPS method for detecting DID

Changed

  • Remove permissions for "tabs" as it is not needed

[1.2.0] - 2023-05-03

Added

  • Support for Firefox
  • Privacy consent dialog for Google DNS (required by Mozilla)
  • Eslint and prettier config

[1.1.0] - 2023-05-03

Changed

  • Use DID for profile url instead of domain name

[1.0.1] - 2023-04-30

Fixed

  • Remove www when checking for TXT record

[1.0.0] - 2023-04-30

Added

  • Check for DID in current domain's TXT records
  • Light up icon blue if DID detected
  • Clicking icon opens tab to profile