this repo has no description
0
fork

Configure Feed

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

update version and add changelog

+23 -1
+22
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + All notable changes to this project will be documented in this file. 4 + 5 + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 + and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 + 8 + ## [Unreleased] 9 + 10 + ## [1.0.1] - 2023-04-30 11 + 12 + ### Fixed 13 + 14 + - Remove www when checking for TXT record 15 + 16 + ## [1.0.0] - 2023-04-30 17 + 18 + ### Added 19 + 20 + - Check for DID in current domain's TXT records 21 + - Light up icon blue if DID detected 22 + - Clicking icon opens tab to profile
+1 -1
manifest.json
··· 2 2 "manifest_version": 3, 3 3 "name": "SkyLink - Bluesky DID Detector", 4 4 "short_name": "SkyLink", 5 - "version": "1.0", 5 + "version": "1.0.1", 6 6 "author": "jesse@adhdjesse.com", 7 7 "action": { 8 8 "default_icon": { "48": "logo48_gray.png", "128": "logo128_gray.png" }