Skip to content

Releases: matatk/landmarks

Release 2.13.0

09 Nov 19:00
Compare
Choose a tag to compare

2.13.0 (2024-11-09)

Features

  • Add option to handle via tree (does nothing functional) (a7bafe9)
  • Better DevTools mutation reporting (2e2034b)
  • Chrome 'Manifest V3' support (6a09399)
  • Improve tree robustosity (b3ed9bd)

Bug fixes

  • Fix a range of deeper TypeScript isseus (562d9cc)
  • Robust message handling (90f38d1)
  • Tidy-ups, fix more bugs (some long-standing) (1c10394)

Documentation

  • Help: Release notes for 2.13.0 (b8841ca)
  • Update Chrome API usage info (ed06f96)

Code refactoring

  • Combine scanners; Split profiling script (fb9acdb)
  • Switch to TypeScript (96531f0)
  • Use a tree structure in LandmarksFinder (e1308f7)
  • Use tree structure in UI code (38ee039)

Tests

  • More tests; More perf (680f8bd)
  • Tree-based mutation handling & tests (aee65fd)

Release 2.12.0

10 Oct 20:11
Compare
Choose a tag to compare

2.12.0 (2022-10-10)

Features

  • Highlight landmark on button focus or hover (#478) (b98f04b)
  • Option to close the pop-up immediately on using a landmark button (#480) (9ebb1d7), closes #477

Continuous integrations

  • Move to GitHub Action for PR title checking (c54e1a5)

Documentation

Bug fixes

  • Don't double-up on making releases (c2841c3)
  • Don't un-highlight persistent border (#487) (67a8006)
  • Help: Reflect that the sidebar was reinstated on Opera (#483) (0e52289)
  • Remove redundant code from builds (#481) (35aeebe)
  • Validate border size setting (#486) (4399f82), closes #484

Builds