From 37f46efa69b86e38136e9a1a216d1e73f3bdcdec Mon Sep 17 00:00:00 2001 From: Phlex <3514085+PhlexPlexico@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:20:05 -0600 Subject: [PATCH 1/2] nit: Update changelogs. --- docs/release-notes/changelog-latest-nightly.md | 8 +++++--- .../nightlies/2.0.0/changelog-nightly-14a13d.md | 8 ++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-14a13d.md diff --git a/docs/release-notes/changelog-latest-nightly.md b/docs/release-notes/changelog-latest-nightly.md index d0268b1..052845c 100644 --- a/docs/release-notes/changelog-latest-nightly.md +++ b/docs/release-notes/changelog-latest-nightly.md @@ -1,8 +1,10 @@ # Latest Nightly Changes ## Features -- N/A +- Include a new option for a specific starting amount of stray fairies +- Include German language in hints +- Add new tracker info for clock town stary fairy ## Fixes -- Fix Clock Town Stray Fairy respawn logic -- Fix Unistore to ensure that it is pointing to the right downloads. \ No newline at end of file +- Adjust specific end type messages for custom messages. +- Ensure stray fairy in clock town doesn't give repeatable items unless the item is missing from inventory. \ No newline at end of file diff --git a/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-14a13d.md b/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-14a13d.md new file mode 100644 index 0000000..a4785cd --- /dev/null +++ b/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-14a13d.md @@ -0,0 +1,8 @@ +# Nightly 14A13D + +## Features +- N/A + +## Fixes +- Fix Clock Town Stray Fairy respawn logic +- Fix Unistore to ensure that it is pointing to the right downloads. \ No newline at end of file From 11e29720b24758ff45b7808351d5e449eb04c002 Mon Sep 17 00:00:00 2001 From: Phlex <3514085+PhlexPlexico@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:40:57 -0600 Subject: [PATCH 2/2] nit: Update docs fix: Bring in trade item changes from patch. --- Z3DR | 2 +- docs/release-notes/changelog-latest-nightly.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Z3DR b/Z3DR index f0afc85..9c5bd04 160000 --- a/Z3DR +++ b/Z3DR @@ -1 +1 @@ -Subproject commit f0afc85893fab4c077cd3a99f295cd45ef22befd +Subproject commit 9c5bd04422a283e63bd86f230f93f35810998994 diff --git a/docs/release-notes/changelog-latest-nightly.md b/docs/release-notes/changelog-latest-nightly.md index 052845c..0f6651f 100644 --- a/docs/release-notes/changelog-latest-nightly.md +++ b/docs/release-notes/changelog-latest-nightly.md @@ -7,4 +7,5 @@ ## Fixes - Adjust specific end type messages for custom messages. -- Ensure stray fairy in clock town doesn't give repeatable items unless the item is missing from inventory. \ No newline at end of file +- Ensure stray fairy in clock town doesn't give repeatable items unless the item is missing from inventory.\ +- Trade items are no longer removed from inventory when given to NPCs - this is to avoid any logic issues where a trade item may appear on a non-repeatable check. \ No newline at end of file