Files
goose-highlighter/CHANGELOG.md
semantic-release-bot 14ceafd04d chore(release): 1.10.1
## [1.10.1](https://github.com/obsqrbtz/goose-highlighter/compare/v1.10.0...v1.10.1) (2025-11-20)

### Bug Fixes

* add fake highlighting for textareas ([f3c999a](f3c999ad19))
* correct matches list buttons handling ([f895327](f895327eb0))
* go to textarea match ([fc4ef86](fc4ef8655d))
2025-11-20 22:47:21 +03:00

6.2 KiB

1.10.1 (2025-11-20)

Bug Fixes

  • add fake highlighting for textareas (f3c999a)
  • correct matches list buttons handling (f895327)
  • go to textarea match (fc4ef86)

1.10.0 (2025-11-20)

Bug Fixes

  • lighten debounce() usage, do not do full re-render on every change (348d64f)
  • made placeholder for textarea, added outline offset (4f32be0)

Features

  • new tabbed layout (18e167c)
  • show all found words and allow jump to them (beta) (1a4c91f)

1.9.3 (2025-11-18)

Bug Fixes

  • use CSS Custom Highlight API to avoid dom modifications (fixes #1) (3f2bb60)

1.9.2 (2025-11-14)

Bug Fixes

  • highlight: prevent creating extra 's (#1) (affddd3)

1.9.1 (2025-11-05)

Bug Fixes

1.9.0 (2025-10-31)

Features

1.8.5 (2025-10-29)

Bug Fixes

  • highlight colors when multiple list have different configurations (67577c8)

1.8.4 (2025-10-28)

Bug Fixes

  • do not re-highlight when already processing highlights (8be53f3)

1.8.3 (2025-10-08)

Bug Fixes

  • stop observing when highlightting is disabled (d7c8dbb)

1.8.2 (2025-10-08)

Bug Fixes

  • do not call save() on all keypresses in textboxes (687d7c9)
  • do not save anything in list settings section until presses the apply button (0734bf3)

1.8.0 (2025-10-07)

Features

  • add collapsible sections (a158a30)
  • add websites to exception list (915add3)

1.7.2 (2025-10-06)

Bug Fixes

  • do not create elements, just wrap found words in and add .css styling (6ba0d2e)

1.7.1 (2025-06-27)

Bug Fixes

  • unicode support in regex (ae1cf48)

1.7.0 (2025-06-26)

Bug Fixes

  • colorbox styling (1e704b5)
  • colorbox styling (08ad7c4)
  • moved import/export to options section (fe15965)
  • wordlist scrollbar styling (b30fac5)

Features

1.6.0 (2025-06-25)

Features

1.5.0 (2025-06-24)

Features

  • updated readme (wrong commit type is intentional to trigger ci) (aac8749)

1.4.0 (2025-06-24)

Features

  • set up github action for publishing extension (9d639b6)