Skip to content

v1.18.0

Choose a tag to compare

@qixing-jk qixing-jk released this 13 Oct 11:50
9b7f2d8

1.18.0 (2025-10-13)

Features

  • account: add custom check-in button with Yen icon (538b784)
  • account: replace boolean check-in flag with comprehensive CheckInConfig (a007916)
  • config: implement versioned configuration migration system (01ec27f)
  • implement refresh mechanism via URL hash parameter (a816312)
  • navigation: implement reusable Chrome API wrapper functions (2ccdda5), closes #43
  • sorting: add custom check-in URL sorting criteria (6c3a113)
  • tooltip: center children content in container (d299bbc)
  • ui: standardize dialog width using max-w-md class (10f7f45)

Bug Fixes

  • account: correct check-in detection logic and default state (8e5a960)
  • account: pass custom check-in URL to openCheckInPage handler (039f114), closes #46
  • Tooltip: ensure tooltip visibility by adding high z-index default (0489f08)