mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Add either new changelog entries for next version or modify existing changelog entries to point out #6181.
This commit is contained in:
@@ -15,6 +15,9 @@ export default function Android() {
|
||||
<ChangeItem pull="6107">
|
||||
Adds the ability to mark Resources as favorites.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6181">
|
||||
Improves reliability of DNS resolution of non-resources.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
*/}
|
||||
|
||||
@@ -8,6 +8,13 @@ export default function Apple() {
|
||||
href="https://apps.apple.com/us/app/firezone/id6443661826"
|
||||
title="macOS / iOS"
|
||||
>
|
||||
{/* <Entry version="1.1.4" date={new Date("2024-08-09")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<ChangeItem pull="6181">
|
||||
Improves reliability of DNS resolution of non-resources.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry> */}
|
||||
<Entry version="1.1.3" date={new Date("2024-08-02")}>
|
||||
<ul className="list-disc space-y-2 pl-4 mb-4">
|
||||
<li className="pl-2">
|
||||
|
||||
@@ -35,6 +35,9 @@ export default function GUI({ title }: { title: string }) {
|
||||
Supports using `etc-resolv-conf` DNS control method, or disabling
|
||||
DNS control
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6181">
|
||||
Improves reliability of DNS resolution of non-resources.
|
||||
</ChangeItem>
|
||||
<ChangeItem enable={title === "Windows"} pull="6163">
|
||||
Supports disabling DNS control
|
||||
</ChangeItem>
|
||||
|
||||
@@ -32,6 +32,9 @@ export default function Headless() {
|
||||
Mitigates a bug where the Client can panic if an internal channel
|
||||
fills up
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="6181">
|
||||
Improves reliability of DNS resolution of non-resources.
|
||||
</ChangeItem>
|
||||
</ul>
|
||||
</Entry>
|
||||
<Entry version="1.1.4" date={new Date("2024-08-02")}>
|
||||
|
||||
Reference in New Issue
Block a user