this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changelog, bump version to 1.4.2

alice d250900b ef784271

+7 -3
+5 -1
CHANGELOG.md
··· 7 7 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 8 8 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 9 9 10 - ## [Unreleased] 10 + ## [1.4.2] 11 + 12 + - 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) 13 + 14 + ## [1.4.1] 11 15 12 16 - Small fix for a bug introduced in `1.4.0` that occurs when the browser puts idle extensions to sleep 13 17
+1 -1
manifest-firefox.json
··· 2 2 "manifest_version": 3, 3 3 "name": "SkyLink - Bluesky DID Detector", 4 4 "short_name": "SkyLink", 5 - "version": "1.4.0", 5 + "version": "1.4.2", 6 6 "author": "jesse@adhdjesse.com", 7 7 "action": { 8 8 "default_icon": {
+1 -1
manifest.json
··· 2 2 "manifest_version": 3, 3 3 "name": "SkyLink - Bluesky DID Detector", 4 4 "short_name": "SkyLink", 5 - "version": "1.4.0", 5 + "version": "1.4.2", 6 6 "author": "jesse@adhdjesse.com", 7 7 "action": { 8 8 "default_icon": { "48": "logo48_gray.png", "128": "logo128_gray.png" }