Skip to content

Commit

Permalink
Rename WaterfoxCo → BrowserWorks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Apr 25, 2024
1 parent 7af2e1d commit 7347d36
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
dark: "~/assets/waterfox-logo-dark.svg",
},
social: {
github: "https://github.com/WaterfoxCo/Waterfox",
github: "https://github.com/BrowserWorks/Waterfox",
mastodon: "https://mastodon.social/@Waterfox",
twitter: "https://twitter.com/Waterfoxproject",
},
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const footerNavigation = [
{
type: "link",
key: "nav.github", // i18n key
href: "https://github.com/WaterfoxCo/Waterfox",
href: "https://github.com/BrowserWorks/Waterfox",
},
];

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/blog/classic-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ G4 has its eyes set to the future - a modern browser, focusing on modern web com

Classic has focused on keeping the tried but tested available. Unfortunately, due to the rapid nature that the web is now expanding at, keeping Classic up to date with that is difficult.

To make sure the projects aren't falling over each other, Waterfox Classic will now be moved out of the main Waterfox development repository and into its own separate repository - updating the previously archived "Waterfox Old", now named [Waterfox-Classic](https://github.com/WaterfoxCo/Waterfox-Classic).
To make sure the projects aren't falling over each other, Waterfox Classic will now be moved out of the main Waterfox development repository and into its own separate repository - updating the previously archived "Waterfox Old", now named [Waterfox-Classic](https://github.com/BrowserWorks/Waterfox-Classic).

This has the following benefits by not having two versions of Waterfox sharing resources:

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/docs/releases/G5.1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Waterfox is now **independent** again. Read the blog post [`here`](https://www.w

:::note

Waterfox G6 is now in beta and [available](https://github.com/WaterfoxCo/Waterfox/releases/tag/G6.0b1) for testing.
Waterfox G6 is now in beta and [available](https://github.com/BrowserWorks/Waterfox/releases/tag/G6.0b1) for testing.

:::

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/docs/releases/G6.0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Waterfox for Android is now available! Tell all your friends 📣
### Changes

- Security fixes[<sup>1</sup>](https://www.mozilla.org/en-US/security/advisories/mfsa2024-13/).
- You can now start testing the Waterfox Sidebar. Go to `about:config`, search for `browser.sidebar.disabled` and set the value to `false`. Please submit any feedback to the [Issues](https://github.com/WaterfoxCo/Waterfox/issues) page.
- You can now start testing the Waterfox Sidebar. Go to `about:config`, search for `browser.sidebar.disabled` and set the value to `false`. Please submit any feedback to the [Issues](https://github.com/BrowserWorks/Waterfox/issues) page.

Unless any major issues crop up, the next release of Waterfox will include the sidebar by default. Please note we won't stop working on it until then! Improvements are continuous, almost daily.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/docs/releases/G6.0.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Waterfox for Android is now available! Tell all your friends 📣
### Changes

- Security fixes[<sup>1</sup>](https://www.mozilla.org/en-US/security/advisories/mfsa2024-16/).
- You can now start testing the Waterfox Sidebar. Go to `about:config`, search for `browser.sidebar.disabled` and set the value to `false`. Please submit any feedback to the [Issues](https://github.com/WaterfoxCo/Waterfox/issues) page.
- You can now start testing the Waterfox Sidebar. Go to `about:config`, search for `browser.sidebar.disabled` and set the value to `false`. Please submit any feedback to the [Issues](https://github.com/BrowserWorks/Waterfox/issues) page.
- Some bug fixes.

Unless any major issues crop up, the next release of Waterfox will include the sidebar by default. Please note we won't stop working on it until then! Improvements are continuous, almost daily.
Expand Down
8 changes: 4 additions & 4 deletions src/content/docs/docs/releases/G6.0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Waterfox for Android is now available for pre-registration! Tell all your friend

### Changes

- You can now choose to disable closing windows or tabs with Ctrl+W by setting `browser.closeShortcut.disabled` to `true` in `about:config`. [@franklx](https://github.com/WaterfoxCo/Waterfox/pull/3255)
- Improved support for JPEG XL. Waterfox can now act as the default image viewer for such image files. [@goodusername123](https://github.com/WaterfoxCo/Waterfox/pull/3262)
- Waterfox will now run with hardware acceleration on VMware hosts. [@goodusername123](https://github.com/WaterfoxCo/Waterfox/pull/3261)
- You can now choose to disable closing windows or tabs with Ctrl+W by setting `browser.closeShortcut.disabled` to `true` in `about:config`. [@franklx](https://github.com/BrowserWorks/Waterfox/pull/3255)
- Improved support for JPEG XL. Waterfox can now act as the default image viewer for such image files. [@goodusername123](https://github.com/BrowserWorks/Waterfox/pull/3262)
- Waterfox will now run with hardware acceleration on VMware hosts. [@goodusername123](https://github.com/BrowserWorks/Waterfox/pull/3261)
- Security fixes[<sup>1</sup>](https://www.mozilla.org/en-US/security/advisories/mfsa2023-50/).

### Fixes

- Waterfox company information and versioning should now show BrowserWorks Ltd and the display version properly in Control Panel. A re-install with the latest installer is required.
- Waterfox will now trust its own signed binaries in `about:third-party`. [@goodusername123](https://github.com/WaterfoxCo/Waterfox/pull/3269)
- Waterfox will now trust its own signed binaries in `about:third-party`. [@goodusername123](https://github.com/BrowserWorks/Waterfox/pull/3269)

### Upcoming Changes

Expand Down
2 changes: 1 addition & 1 deletion src/utils/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function getHash(url) {

async function main() {
const apiResponse: string = await request(
"https://api.github.com/repos/WaterfoxCo/Waterfox/releases",
"https://api.github.com/repos/BrowserWorks/Waterfox/releases",
);

const releases: Release[] = Object.values(JSON.parse(apiResponse));
Expand Down

0 comments on commit 7347d36

Please sign in to comment.