From e6711c480e47a9f2e60d786aa429b0d9407c0909 Mon Sep 17 00:00:00 2001 From: Gabi Date: Thu, 5 Sep 2024 15:30:39 -0700 Subject: [PATCH] chore: add changelogs for Android 1.3.2 and GUI 1.3.1 (#6599) In preparation for 1.3.1 --------- Signed-off-by: Gabi Co-authored-by: Thomas Eizinger --- website/src/components/Changelog/Android.tsx | 13 +++++++++++++ website/src/components/Changelog/Apple.tsx | 6 +++++- website/src/components/Changelog/GUI.tsx | 14 ++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index 6103e2e21..0450d5e98 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -9,6 +9,19 @@ export default function Android() { href="https://play.google.com/store/apps/details?id=dev.firezone.android" title="Android" > + {/* + +
    + + Fixes a race condition causing a crashloop. + + + Minor improvements to the look of the internet resource and makes + the Internet resource off by default. + +
+
+ */}
    diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index 99b167398..cd120f8b6 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -10,12 +10,16 @@ export default function Apple() { title="macOS / iOS" > {/* - +
      Gracefully handles cases where the device's local interface IPv4/IPv6 address or local network gateway changes while the client is connected. + + Minor improvements to the look of the internet resource and makes + the Internet resource off by default. +
    */} diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index f88f1c1d3..9ebcfca07 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -13,6 +13,20 @@ export default function GUI({ title }: { title: string }) { return ( {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This cannot be done when the issue's PR merges. */} + {/* + +
      + + Minor improvements to the look of the internet resource and makes + the Internet resource off by default. + + + Prevents routing loops for some Windows installation when the + Internet resource was on, taking down network connections. + +
    +
    + */}