Skip to content

Commit b4a3433

Browse files
author
Ellendar
committed
5.0.5
1 parent 47bba15 commit b4a3433

6 files changed

Lines changed: 22 additions & 7 deletions

File tree

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>5.0.4</Version>
3+
<Version>5.0.5</Version>
44
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
55
</PropertyGroup>
66
</Project>

PatchNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Z2Randomizer Changelog
22

3+
## Version 5.0.5 - November 06, 2025
4+
- Re-Fixed a bug that caused palaces with multiple item rooms to always use the same room shape for it's item rooms.
5+
- Fixed a bug where drops into segmented rooms could cause invalid exits that take you outside.
6+
- Updated Alucard sprite
7+
38
## Version 5.0.4 - October 29, 2025
49

510
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Currently maintained by Ellendar ([Twitch](https://www.twitch.tv/ellendar)\).
44

55
Original source is at https://bitbucket.org/digshake/z2randomizer/src/master/
66

7-
[Download](https://github.com/Ellendar/Z2Randomizer/releases/download/5.0.4/Z2Randomizer_5_0_4.msi) - Download the latest version.
7+
[Download](https://github.com/Ellendar/Z2Randomizer/releases/download/5.0.5/Z2Randomizer_5_0_5.msi) - Download the latest version.
88

99
[Discord](https://discord.com/invite/BsK47Nsrde) - Questions? Requests? Memes? Come visit our discord server.
1010

RandomizerCore/nlog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
<!-- rules to map from logger name to target -->
2020
<rules>
21-
<logger name="*" minlevel="info" writeTo="file, console, debugger" />
21+
<logger name="*" minlevel="warn" writeTo="file, console, debugger" />
2222
</rules>
2323
</nlog>

Setup1/Setup1.vdproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
{
125125
"Name" = "8:.NET Framework"
126126
"Message" = "8:[VSDNETMSG]"
127-
"FrameworkVersion" = "8:v4.5 "
127+
"FrameworkVersion" = "8:v4.5 "
128128
"AllowLaterVersions" = "11:FALSE"
129129
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=395269"
130130
}
@@ -249,15 +249,15 @@
249249
{
250250
"Name" = "8:Microsoft Visual Studio"
251251
"ProductName" = "8:Z2Randomizer Community Fork"
252-
"ProductCode" = "8:{C0B70507-74AD-41A1-B043-CBE6FA7DACFE}"
253-
"PackageCode" = "8:{4B2A8368-E34A-4232-86C1-605D479AD5D6}"
252+
"ProductCode" = "8:{5F97C483-AA74-4FF9-856B-DE0612F320E0}"
253+
"PackageCode" = "8:{83422BC8-7AAF-4FB7-ABE1-8899F924E8BF}"
254254
"UpgradeCode" = "8:{CD8B503C-4EBA-4612-9BE1-E8F8C21EEC35}"
255255
"AspNetVersion" = "8:4.0.30319.0"
256256
"RestartWWWService" = "11:FALSE"
257257
"RemovePreviousVersions" = "11:TRUE"
258258
"DetectNewerInstalledVersion" = "11:TRUE"
259259
"InstallAllUsers" = "11:TRUE"
260-
"ProductVersion" = "8:5.0.4"
260+
"ProductVersion" = "8:5.0.5"
261261
"Manufacturer" = "8:Ellendar"
262262
"ARPHELPTELEPHONE" = "8:"
263263
"ARPHELPLINK" = "8:"

appcast.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<link>https://raw.githubusercontent.com/Ellendar/Z2Randomizer/main/Web/appcast.xml</link>
66
<description>Most recent changes.</description>
77
<language>en</language>
8+
<item>
9+
<title>Version 5.0.5</title>
10+
<description>
11+
<![CDATA[
12+
See the <a href="https://github.com/Ellendar/Z2Randomizer/blob/main/PatchNotes.md">changelog</a> for details about new features.
13+
]]>
14+
</description>
15+
<pubDate>Thursday, 06 November 2025 </pubDate>
16+
<enclosure url="https://github.com/Ellendar/Z2Randomizer/releases/download/5.0.5/Z2Randomizer_5_0_5.msi" sparkle:version="5.0.5" />
17+
</item>
818
<item>
919
<title>Version 5.0.4</title>
1020
<description>

0 commit comments

Comments
 (0)