diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index e1127c073..260f11457 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -23,7 +23,7 @@ export default function GUI({ title }: { title: string }) { Reports the version to the Portal correctly. - + Supports Ubuntu 24.04, no longer supports Ubuntu 20.04. @@ -33,19 +33,19 @@ export default function GUI({ title }: { title: string }) { - Fixes a crash on startup caused by incorrect permissions on the ID file. + Fixes a crash on startup caused by incorrect permissions on the ID + file. This is a maintenance release with no user-facing changes. - - Fixes the GUI shutting down slowly. - + Fixes the GUI shutting down slowly. - Mitigates an issue where `ipconfig` and WSL weren't aware of Firezone DNS resolvers. - Users may need to restart WSL after signing in to Firezone. + Mitigates an issue where `ipconfig` and WSL weren't aware of Firezone + DNS resolvers. Users may need to restart WSL after signing in to + Firezone. diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 712eaea55..5c0294202 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -10,24 +10,24 @@ export default function Gateway() { return ( - - - Separates CIDR and DNS resources filters, preventing filters - from one applying to the other. - - - Implements support for the new control protocol; delivering faster - and more robust connection establishment. - - - Adds on-by-default error reporting using sentry.io. - Disable by setting `FIREZONE_NO_TELEMETRY=1`. - - - Fixes an issue where the Gateway would fail to accept connections and - had to be restarted. - - + + + Separates traffic restrictions between DNS Resources CIDR Resources, + preventing them from interfering with each other. + + + Implements support for the new control protocol, delivering faster and + more robust connection establishment. + + + Adds on-by-default error reporting using sentry.io. Disable by setting + `FIREZONE_NO_TELEMETRY=1`. + + + Fixes an issue where the Gateway would fail to accept connections and + had to be restarted. + + Reduces log level of the "Couldn't find connection by IP" message so