Commit Graph

899 Commits

Author SHA1 Message Date
hensm
1f97835fa1 Add GitHub Actions bridge build pipeline 2026-03-14 16:50:47 +00:00
hensm
02c38832c8 Remove receiver symlink because Mozilla review team('s probably automated linting process) threw a fit over it 2026-03-14 16:46:44 +00:00
hensm
cca7901f35 Revert project status message change 2026-03-14 16:41:24 +00:00
hensm
fd440b2983 Remove framework URL script injection 2026-03-14 16:40:25 +00:00
Matt Hensman
6cdd0e548e Remove Donations section from README 2026-03-10 13:17:01 +00:00
Matt Hensman
014c48e4c0 Remove PayPal funding link 2026-03-10 13:09:51 +00:00
Matt Hensman
4387b3516d Add project status message 2026-03-10 13:09:14 +00:00
hensm
d6099f6f08 Convert extension to manifest v3 2026-03-08 12:40:56 +00:00
hensm
c5846a05d9 Remove download permission in favour of just opening download link in new tab 2026-03-07 12:35:13 +00:00
hensm
f8c480c1d3 Remove extension version in bridge:getInfo message (due to Mozilla data consent policy) 2026-03-07 12:35:13 +00:00
hensm
75f0a1bb1c Fix resolve behaviour on subsequent callback invocations for Windows 2026-03-02 20:59:22 +00:00
hensm
318b586e49 Fix weird comment formatting 2026-03-02 20:59:22 +00:00
hensm
1751cee906 Add more info about Windns address resolution 2026-03-02 20:59:22 +00:00
hensm
47cc57445e wip: Replace unmaintained mdns module with a custom native module 2026-03-02 20:59:22 +00:00
hensm
5a18907dba Upgrade typescript/svelte/esbuild 2026-03-02 20:59:22 +00:00
hensm
11e3ad06aa Bump version numbers again because AMO review team can't follow basic instructions 2026-02-21 12:42:20 +00:00
hensm
ae485ed21f Bump version numbers 2026-01-05 14:57:56 +00:00
hensm
1e3d7c21e6 Reduce options UI code duplication 2025-12-29 15:59:38 +00:00
hensm
1f200bef9a Add periodic user agent string updates 2025-12-27 02:15:19 +00:00
Matt Hensman
50851b4831 Add warning about Windows 11 support to README 2025-10-25 17:17:44 +01:00
Pato05
3e7d455f2b feat: connect to the broadcast port instead of default + improve performance
feat: the daemon now will not spawn tens of processes to handle requests, but will handle everything within one process (the implementation can still improve, but this is a big step)
2025-10-19 17:17:11 +01:00
hensm
381a9afada Add updated Dutch translations (@Pepschep9) 2025-06-06 18:41:20 +01:00
hensm
c9958231ea Add Russian translation 2023-09-01 22:02:15 +01:00
hensm
4fe1882f90 Fix incorrect truthy check on potentially zero-value properties 2023-03-25 20:06:54 +00:00
hensm
3225eed057 Use consistent case for cast manager in IMPLEMENTATION document 2023-03-01 19:43:54 +00:00
hensm
21c3524384 Fix IMPLEMENTATION document links 2023-03-01 19:41:36 +00:00
hensm
697d11ec99 npm audit fix 2023-03-01 19:30:06 +00:00
hensm
49424fb986 Add bridge release data to extension update manifest 2023-02-27 10:19:03 +00:00
hensm
29bac31232 Modify bridge update checker to use new bridge update manifest format 2023-02-27 10:19:03 +00:00
hensm
7031009616 Add warning on daemon startup if non-local host is set and secure connections not enabled 2023-02-26 23:44:39 +00:00
dependabot[bot]
b5bb949d79 Bump protobufjs from 6.11.2 to 6.11.3 in /bridge
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:35:40 +00:00
dependabot[bot]
0444cc93c0 Bump node-fetch from 3.2.3 to 3.2.10 in /bridge
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.3 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.3...v3.2.10)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:35:28 +00:00
dependabot[bot]
66265d8a3a Bump fast-json-patch and web-ext in /extension
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) to 3.1.1 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.


Updates `fast-json-patch` from 2.2.1 to 3.1.1
- [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases)
- [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/v2.2.1...3.1.1)

Updates `web-ext` from 6.8.0 to 7.5.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/6.8.0...7.5.0)

---
updated-dependencies:
- dependency-name: fast-json-patch
  dependency-type: indirect
- dependency-name: web-ext
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:34:47 +00:00
dependabot[bot]
047e44469b Bump terser from 5.12.1 to 5.16.5 in /extension
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.16.5.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.12.1...v5.16.5)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:33:50 +00:00
dependabot[bot]
fb0bfe9d1f Bump decode-uri-component from 0.2.0 to 0.2.2 in /extension
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:33:40 +00:00
dependabot[bot]
27676b95bc Bump moment from 2.29.3 to 2.29.4 in /extension
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:33:31 +00:00
dependabot[bot]
331fd78ad2 Bump svelte from 3.48.0 to 3.49.0 in /extension
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 20:33:20 +00:00
hensm
a9406fde11 Rename directory: ext -> extension 2023-02-26 18:28:42 +00:00
hensm
33bcbc0dca Rename directory: app -> bridge 2023-02-26 18:28:42 +00:00
hensm
3864ffdbf5 Add AUR package to FAQ and brew package to README + style/wording tweaks 2023-02-25 11:38:35 +00:00
Colin Dean
8dde050538 Adds a FAQ for installing the bridge with Homebrew
fx-cast-bridge was added to Homebrew's Casks in
https://github.com/Homebrew/homebrew-cask/pull/141788 so let's mention
it on the FAQ.
2023-02-25 11:38:35 +00:00
hensm
55eb58b8b8 Add YouTube Music to known apps list 2023-02-11 15:11:10 +00:00
hensm
0a208350da Add missing search locale strings 2023-02-11 15:10:57 +00:00
Matt Blaha
2ee580afef Fix small readability issue in docs 2023-02-08 00:26:40 +00:00
barraIhsan
1e4575790f feat(local): add id translation 2023-01-07 00:57:03 +00:00
hensm
f759d3b727 Make receiver selection list scrollable/searchable 2022-11-20 00:07:01 +00:00
hensm
ab23ab2e03 Log bridge media server stop errors 2022-09-20 15:53:37 +01:00
hensm
72d82987f3 Fix bridge SIGTERM handling 2022-09-20 15:48:37 +01:00
hensm
cc7641da03 Update icon style to match newer Firefox icons 2022-09-13 23:21:40 +01:00
hensm
9b021930e0 Fix site release fetching for extension-only releases 2022-09-13 11:34:16 +01:00