github-actions[bot]
04858cd514
Version Packages ( #1772 )
...
* Version Packages
* Bump version
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-09-21 15:31:15 +00:00
github-actions[bot]
b934e80d23
Version Packages ( #1768 )
...
* Version Packages
* Update
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-09-20 01:23:20 +00:00
github-actions[bot]
997f7b636d
Version Packages ( #1761 )
...
* Version Packages
* Bump
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-09-16 02:57:02 +00:00
github-actions[bot]
61c09e1cc3
Version Packages ( #1749 )
...
* Version Packages
* Bump
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-09-04 02:07:20 +00:00
github-actions[bot]
c133d59461
Version Packages ( #1738 )
...
* Version Packages
* Update
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-08-31 21:23:43 +00:00
github-actions[bot]
f64cbda982
Version Packages ( #1736 )
...
* Version Packages
* Bump
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-08-31 03:38:12 +00:00
github-actions[bot]
2a93de46a1
Version Packages ( #1720 )
...
* Version Packages
* Bump version numbers
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2024-08-17 19:25:57 +00:00
Nathan Bierema
83b2c19a11
Upgrade to Manifest V3 ( #1714 )
...
* Update Chrome manifest.json
* Remove use of window in background
* Test devpanel
* Inject pageScript using new API
* Keep connection from devpanel to background alive
* Keep connection from content script to background alive
* Replace page action with action
* Cleanup syncOptions
* Update options to not rely on background page access
* Start work on updating popup
* Updates
* Remove window
* Get opening in a separate window working
* Remove pageScriptWrap
* Add socket to panelStore
* Fix tests
* Try to use MV3 for Firefox
* Fix path
* Fix Chrome E2E tests
* Revert unintentional change
* Skip Electron tests for now
Looks like they're still working through stuff in https://github.com/electron/electron/issues/41613
* Better image centering
The Firefox popup did not like the old CSS. This is still not perfect, but it's better than it was.
* Create shaggy-taxis-cross.md
2024-08-17 19:11:46 +00:00
Nathan Bierema
9a78f414ae
Update extension version number
2024-08-04 15:33:29 -04:00
Nathan Bierema
d165cc7bd9
Bump extension version number
2023-12-13 20:20:26 -05:00
github-actions[bot]
f523d06499
Version Packages ( #1492 )
...
* Version Packages
* Bump extension versions
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-09-15 01:02:38 +00:00
github-actions[bot]
ee64102c1d
Version Packages ( #1488 )
...
* Version Packages
* Bump version numbers
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-09-13 02:31:31 +00:00
github-actions[bot]
ffbf132174
Version Packages ( #1469 )
...
* Version Packages
* Update
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-08-28 02:24:11 +00:00
github-actions[bot]
6c44727915
Version Packages ( #1390 )
...
* Version Packages
* Updates
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-08-19 02:56:48 +00:00
github-actions[bot]
0bf0c4e30f
Version Packages ( #1366 )
...
* Version Packages
* Trigger build
* Bump
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2023-03-06 07:27:40 -05:00
github-actions[bot]
40b024a308
Version Packages ( #1303 )
...
* Version Packages
* Bump extension version
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2022-12-26 17:52:42 +00:00
github-actions[bot]
4c1096a369
Version Packages ( #1293 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-11 16:02:16 +00:00
Nathan Bierema
55078635ce
Bump extension version
2022-12-04 19:09:21 -05:00
Nathan Bierema
adff9dd9f9
Refactor extension builds ( #1265 )
...
* Update for Edge build
* Refactor builds
* Update permissions
* Update tests
2022-11-07 00:26:12 +00:00
Nathan Bierema
6cc517d97e
Refactor extension directory structure ( #1248 )
...
* Move background to top-level
* Move devpanel to top-level
* Move devtools to top-level
* Move options to top-level
* Move window to top-level
* Move chromeApiMock to top-level
* Move manifests to top-level
* Move contentScript to top-level
* Move pageScript to top-level
* Update tests
* Update Webpack config
* Fix path
2022-10-10 13:05:28 -04:00