mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
*/}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user