Skip to content

Release v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Aug 05:19

Highlights

Localized UI — the interface is now localized, with English and Japanese available in this release. It follows your browser language by default, and the Language / 言語 setting on the options page selects one explicitly.

Much more space for functions — the storage layout has been rebuilt. Previously every function shared a single 8 KB entry, so a few long functions could exhaust the space for all of them; functions are now stored separately and the whole sync quota is available, for up to 128 functions. Existing functions are migrated on first run and your previous data is left untouched. Running out of space now reports what the limit was instead of failing quietly.

Close the popup after copying — a new setting dismisses the popup once a copy finishes.

What's Changed

  • fix(deps): update else by @renovate[bot] in #197
  • chore(deps): update dependency @testing-library/jest-dom to v7 by @renovate[bot] in #198
  • fix(deps): update else by @renovate[bot] in #200
  • feat: replace the legacy functions array with FunctionStore by @pokutuna in #199
  • feat: add closeAfterCopy setting to close popup after copy by @pokutuna in #202
  • chore(deps): update dependency jsdom to v30 by @renovate[bot] in #201
  • fix: address react-doctor lint findings by @pokutuna in #203
  • fix: migrate Vite/TS config to native ESM by @pokutuna in #204
  • wip: add temporary perf instrumentation for popup startup by @pokutuna in #205
  • chore(deps): update else by @renovate[bot] in #206
  • fix: reduce expected test output by @pokutuna in #207
  • feat: add i18n support for ja/en UI language by @pokutuna in #208

Full Changelog: v0.5.0...v0.6.0