chore: add changelogs for Android 1.3.2 and GUI 1.3.1 (#6599)

In preparation for 1.3.1

---------

Signed-off-by: Gabi <gabrielalejandro7@gmail.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
Gabi
2024-09-05 15:30:39 -07:00
committed by GitHub
parent a97f0156aa
commit e6711c480e
3 changed files with 32 additions and 1 deletions

View File

@@ -9,6 +9,19 @@ export default function Android() {
href="https://play.google.com/store/apps/details?id=dev.firezone.android"
title="Android"
>
{/*
<Entry version="1.3.2" date={new Date("2024-09-05")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<ChangeItem pull="6605">
Fixes a race condition causing a crashloop.
</ChangeItem>
<ChangeItem pull="6518">
Minor improvements to the look of the internet resource and makes
the Internet resource off by default.
</ChangeItem>
</ul>
</Entry>
*/}
<Entry version="1.3.1" date={new Date("2024-08-31")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<ChangeItem pull="6517">

View File

@@ -10,12 +10,16 @@ export default function Apple() {
title="macOS / iOS"
>
{/*
<Entry version="1.3.1" date={new Date("2024-08-31")}>
<Entry version="1.3.1" date={new Date("2024-09-05")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<ChangeItem pull="6521">
Gracefully handles cases where the device's local interface IPv4/IPv6 address or
local network gateway changes while the client is connected.
</ChangeItem>
<ChangeItem pull="6518">
Minor improvements to the look of the internet resource and makes
the Internet resource off by default.
</ChangeItem>
</ul>
</Entry>
*/}

View File

@@ -13,6 +13,20 @@ export default function GUI({ title }: { title: string }) {
return (
<Entries href={href} arches={arches} title={title}>
{/* 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. */}
{/*
<Entry version="1.3.1" date={new Date("2024-09-05")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<ChangeItem pull="6518">
Minor improvements to the look of the internet resource and makes
the Internet resource off by default.
</ChangeItem>
<ChangeItem pull="6584">
Prevents routing loops for some Windows installation when the
Internet resource was on, taking down network connections.
</ChangeItem>
</ul>
</Entry>
*/}
<Entry version="1.3.0" date={new Date("2024-08-30")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<ChangeItem pull="6434">