Skip to content

Latest commit

 

History

History
171 lines (87 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

171 lines (87 loc) · 10.5 KB

Changelog

0.8.0 (2024-07-25)

Features

0.7.2 (2024-07-20)

Bug Fixes

  • command completion with a force command. (#485) (f74a4fe)
  • replace styled-component with stylex (#367) (46ef567)

0.7.1 (2024-03-06)

Bug Fixes

0.7.0 (2024-02-26)

Features

  • support regexp and ignorecase on find (#349) (94b7d7f)

Bug Fixes

0.6.1 (2024-02-10)

Bug Fixes

0.6.0 (2024-01-05)

Features

0.5.3 (2023-11-12)

Bug Fixes

0.5.2 (2023-10-01)

Bug Fixes

0.5.1 (2023-10-01)

Bug Fixes

  • deps: bump the react group with 6 updates (#217) (8e0f987)
  • deps: bump the styled-components group with 2 updates (#215) (ca97954)
  • deps: bump the typescript group with 3 updates (#209) (8c4eb3d)
  • deps: bump zod from 3.19.1 to 3.22.2 (#201) (51c24a0)
  • replace incorrect or bad usages on styled-components (#222) (a0cfea1)

0.5.0 (2023-09-10)

Features

0.4.1 (2023-07-08)

Bug Fixes

  • fix ci publish settings (3998f28)

0.4.0 (2023-07-08)

Features

0.3.1 (2023-06-11)

Bug Fixes

0.3.0 (2023-05-07)

Features

Bug Fixes

  • deps: bump esbuild from 0.14.39 to 0.17.18 (#136) (10636ef)
  • deps: bump typescript and typescript-eslint (393ca63)
  • global jump does not switch tabs (#139) (e8a232b)

0.2.1 (2023-04-24)

Bug Fixes

0.2.0 (2023-04-08)

Features

Bug Fixes

  • deps: bump @abraham/reflection from 0.10.0 to 0.12.0 (#107) (b175b0b)
  • deps: bump styled-components and @types/styled-components (#106) (08e972b)
  • unable to load persistent settings (#120) (2544af3)

0.1.1 (2023-03-21)

Bug Fixes

  • deprecated apis MV3 (#90) (8e267a7)
  • Fix issue that white rectangle appears in the foreground of the page (#97) (a96d222)
  • fix undefined image url (#92) (abd423d)
  • open default URL on chromium by gh/gH (#99) (3744520)
  • persist worker script state (#96) (ffc69a6)
  • resize when a message is shown on console (#100) (e0758d5)
  • show error when yank/paste on chrome (#93) (7d78151)

0.1.0 (2023-03-13)

Features

Bug Fixes