Updates

What's new in LinkGlow and what's coming next.

Coming Soon

Safari Support

Bringing LinkGlow to Safari users

Bulk Link Export

Export all links from a page to CSV

Broken Link Detection

Automatically identify dead links

Version History

v0.2.1

Beta Distribution & CI/CD

  • Beta download page — authenticated download flow with browser detection and step-by-step install instructions for Chrome (developer mode) and Firefox (signed XPI)
  • GitHub Releases integration — API routes proxy private release assets behind auth with time-limited signed URLs
  • Firefox auto-update support — updates.json endpoint and unlisted AMO signing for seamless background updates
  • CI pipeline — GitHub Actions for lint, type-check, and test on every push to main
  • Release workflow — automated extension packaging, Firefox XPI signing, and GitHub Release creation on version tags
  • Firefox manifest update_url for self-hosted auto-updates
v0.2.0

Audit Folders, Custom Colors & Hardening

  • Audit folders — organize audits into color-coded folders with sidebar navigation, bulk move actions, and folder badges on audit cards
  • Custom follow/nofollow colors — color pickers in extension settings for follow and nofollow link highlighting in SEO mode, with CSS variable-based popup stats
  • Color sync — follow/nofollow color preferences now sync across devices via push/pull
  • Input validation with Zod on focus-selectors and domain-groups API endpoints
  • Safe parseInt defaults prevent NaN errors from malformed query parameters
  • Foreign key constraints on focusSelectorId for data integrity
  • Improved dev-secret handling — random per-process secrets in development, no hardcoded fallbacks
  • Error logging for async job failures (previously silently swallowed)
  • dotenv-mono integration in Drizzle config — bun run db:push works without manual env sourcing
  • Comprehensive test suite: 976 tests, 0 failures (up from 603 passing with 44 broken)
  • All tests migrated from vitest to bun:test
  • Zod schemas extracted into importable modules for direct testability
  • 2 new database migrations (audit folders tables, color preference columns)
  • bunfig.toml configs for consistent test environments across packages
v0.1.0

Initial Release

  • Link detection and classification (internal vs external)
  • Customizable highlight styles (underline, background, or both)
  • Color customization for internal and external links
  • Domain grouping to treat related domains as internal
  • Per-site enable/disable settings
  • Link count stats in popup
  • SPA support with MutationObserver
  • Options to ignore specific link types (images, anchors, mailto, tel, javascript)

Get Notified of Updates

Create a free account to be the first to know when new features launch.

Create Free Account