mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
@@ -28,6 +28,10 @@ export default function Android() {
|
||||
Fixes an issue where the order of upstream / system DNS resolvers was
|
||||
not respected.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="10914">
|
||||
Fixes an issue where concurrent DNS queries with the same ID would be
|
||||
dropped.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.6" date={new Date("2025-10-28")}>
|
||||
<ChangeItem pull="10667">
|
||||
|
||||
@@ -43,6 +43,10 @@ export default function Apple() {
|
||||
Adds support for <code>hideResourceList</code> managed configuration
|
||||
key to hide the Resource List in the macOS and iOS apps.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="10914">
|
||||
Fixes an issue where concurrent DNS queries with the same ID would be
|
||||
dropped.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.9" date={new Date("2025-10-20")}>
|
||||
<ChangeItem pull="10603">
|
||||
|
||||
@@ -26,6 +26,10 @@ export default function GUI({ os }: { os: OS }) {
|
||||
Fixes some rendering issues on Wayland-only systems.
|
||||
</ChangeItem>
|
||||
)}
|
||||
<ChangeItem pull="10914">
|
||||
Fixes an issue where concurrent DNS queries with the same ID would be
|
||||
dropped.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.8" date={new Date("2025-10-16")}>
|
||||
<ChangeItem pull="10509">
|
||||
|
||||
@@ -20,6 +20,10 @@ export default function Headless({ os }: { os: OS }) {
|
||||
Fixes an issue where the order of upstream / system DNS resolvers was
|
||||
not respected.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="10914">
|
||||
Fixes an issue where concurrent DNS queries with the same ID would be
|
||||
dropped.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.5.4" date={new Date("2025-10-16")}>
|
||||
<ChangeItem pull="10533">
|
||||
|
||||
Reference in New Issue
Block a user