Skip to content

Releases: vernak2539/chrome-extension-google-doc-default-zoom

v0.11.0

03 Oct 09:14
Compare
Choose a tag to compare
  • fix(Button): add pressed UI state to danger button variant 1351e6e
  • fix: add min-height to popup container 7beaf0b
  • chore: remove Select story d0fba35
  • fix(sentry): update signature of createSentryClient to return only scope 685640b
  • fix(types): install and use @types/chrome 53a85d5
  • fix: run sanity check on push to main 65a2c11
  • Merge pull request #56 from vernak2539/react-aria ede8308
  • fix: set menuDOM and app better in sentry scope 03b30f7
  • fix(sentry): capture exception with scope instead of client 8651429
  • fix: delete Select (not needed) 2ddb44c
  • feat: improve styling of select e50cebf
  • feat(button): use Button and update blues 6a21825
  • feat(button): use theme variables b6c80fc
  • feat(storybook): get svg imports working (or not erroring) 52df442
  • feat(select): create select component ddc3f12
  • fix(button): add children to button and remove comments fee68d6
  • feat(button): create initial button component 9c1f66f
  • fix(storybook): kind of working. still need to fix svg a9bf103
  • fix(storybook): add src alias in storybook 2331d9d
  • chore(deps): install @storybook/test 2c441c4
  • chore(deps): upgrade storybook cbc0c20
  • chore(deps): install react-aria-components f82fdf6
  • fix: stop execution if not sheet or doc a01fefa

v0.10.1...v0.11.0

v0.10.1

01 Oct 13:45
Compare
Choose a tag to compare
  • fix: log error on no root node found + change menu root 400cadd

v0.10.0...v0.10.1

v0.10.0

01 Oct 10:53
Compare
Choose a tag to compare
  • Merge pull request #55 from vernak2539/settings-initial ba274b3
  • fix(deps): remove react-aria-components 175e5cb
  • feat(tippy): add tooltip for extension settings e8fc3cc
  • chore(tippy): install @tippyjs/react ae3f988
  • chore(home): refactor home to own area 1c7f8e4
  • feat(settings): use inverted settings icon on setting page dd8e2fb
  • feat(settings): disable exit settings button on factory reset ef5c91b
  • feat(settings): add localisation for non-english b9ab33c
  • feat(settings): add desriptions to localisation 67476c8
  • feat(settings): initial localisation 9ebc7a6
  • fix(reset): remove display of version link on settings page 646b6e7
  • chore(deps): install react-aria-components fd93ad4
  • feat(settings): refactor settings view to own components 235843b
  • feat(settings): initial settings view 9891eda
  • fix(sentry): set sentry context e5f7bd1
  • Merge pull request #54 from vernak2539/small-tweaks 07725dc
  • Revert "fix: menuBarViewTab not being accessible yet accessed" 2c487c2
  • feat(sentry): set menu dom representatio in sentry context 5c5dd9e
  • fix(sentry): update sentry signature after change 03bda66
  • fix(sentry): return scope with client from sentry base 5dd940e
  • feat: execute content script on DOM ready bd7689a
  • Merge pull request #53 from vernak2539/update-sentry f60bdcb
  • chore(deps): upgrade sentry to 8.32.0 d06bde0
  • Merge pull request #52 from vernak2539/sentry-again 0cad7ce
  • chore: update imports in content script 290b0a1
  • feat(sentry): standardise on base for content and background scripts dab49b4
  • feat(sentry): refactor background script sentry a54d32c
  • feat(sentry): refactor react error boundary sentry impl 587dcab
  • feat(sentry): rename sentry util popup -> react-error-boundary 98d2805
  • feat(sentry): update popup to use 'global' sentry init 6b8e8a8
  • feat(sentry): rename setup -> content-scripts c154233

v0.9.0...v0.10.0

v0.9.0

25 Sep 09:35
Compare
Choose a tag to compare
  • Merge pull request #51 from vernak2539/edge d6e81a4
  • chore(workflow): add sentry url_prefix for edge 789deec
  • chore(docs): add edge urls to readme 780b04c
  • feat(edge): add edge publish notes 989d36f
  • chore(workflow): remove commented code 8fa2e88
  • feat(workflow): build for all targets in sanity check fcfb441
  • fix(workflow): remove env from sanity check d5cc205
  • feat(edge): update submit-extended.yml to publish edge (still need url_prefix) 6e6c374
  • feat(edge): update submit.yml to publish edge (still need url_prefix) e90f1b1
  • fix(firefox): add firefox url_prefix, update sourcemap directory c6d9015
  • fix(edge): show extension version infomation in edge (and chrome) a2ff5ed
  • feat(edge): add initial edge information to readme 261d90a
  • Merge pull request #49 from vernak2539/support 4b54a80
  • feat(support): add support link to popup 9c52e76
  • feat(support): add support translations 5f858a5
  • chore: add buy me a coffee link to store listings b9bebc0
  • chore(readme): add buy me a coffee link to readme 39bece3
  • fix(workflow): upload built artifacts to github action run 8374fdb
  • fix(firefox): remove special build for firefox ccba1d9

v0.8.3...v0.9.0

v0.8.3

19 Sep 09:00
Compare
Choose a tag to compare
  • feat: only show extension version tab link if chrome 7d90430
  • docs: add firefox add on url f9c5c78
  • feat(firefox): use sentry action to upload firefox sourcemaps 1766cc0
  • fix(submit): move env variables to top of job cba53bf

v0.8.2...v0.8.3

v0.8.2

18 Sep 15:41
Compare
Choose a tag to compare
  • Merge pull request #48 from vernak2539/prune-better 65c0c21
  • chore(prune): remove .bak files at end c88b62b
  • chore(prune): update sed to account for spaces at beginning f8395d8
  • chore(prune): try again, change delimeters 3608856
  • chore(prune): dont remove all comments 110778c
  • chore(prune): try different script a3352ac
  • chore(prune): add debug logs to script d07e4ed
  • chore(prune): add bash script to remove code blocks between added comments 82c5b3e
  • chore(prune): start of better pruning when moving from extended to default 3cc0709
  • fix: set locale in sentry setup d291eb5
  • fix: menuBarViewTab not being accessible yet accessed 28b9a1e
  • fix(firefox): do not minify output 8e7e921
  • Firefox (#47) 3cfc2ed

v0.8.1...v0.8.2

v0.8.1

18 Sep 08:18
Compare
Choose a tag to compare
  • fix(workflow): install deps actually... duhhhh 17c8a89

v0.8.0...v0.8.1

v0.8.0

18 Sep 08:15
Compare
Choose a tag to compare
  • fix(sentry): add sentry to contents script (#46) eb36a80
  • fix(sentry): add beforeCapture prop to custom error boundary 070512b
  • bug: don't use chrome debugger if not available (#45) e4c6a4a
  • feat(workflow-revamp): fix caching (#44) 6c6bbb3
  • chore: sanity check prs (#43) 7aebd6d
  • chore(localisation): localise extension version list header (#42) b9d99c6
  • chore: update image urls in localisation issue template b56d5f7
  • chore: update localisation issue template (#41) 4b74f12
  • chore(deps): update plasmo to v0.89.2 9f909a0
  • feat(sentry): update sentry implementation after upgrade 05757b0
  • chore(deps): update caniuse-lite + browserlist 10520e0
  • feat(sentry): initial migration to v8 1a1c30b
  • chore(prettier): format files after prettier config change c2e512b
  • chore(prettier): use semicolons 9d7c379

v0.7.4...v0.8.0

v0.7.4

16 Sep 09:55
Compare
Choose a tag to compare
  • chore: add repository field to package.json dc0f3fe
  • chore(sentry): ignore missing versions during release creation 6e22b9a

v0.7.3...v0.7.4

v0.7.2

16 Sep 09:48
Compare
Choose a tag to compare

Commits:

  • chore(pnpm): use v9 [for real hopefully] 64b4ec2