File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >5.0.4 </Version >
3+ <Version >5.0.5 </Version >
44 <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Currently maintained by Ellendar ([Twitch](https://www.twitch.tv/ellendar)\).
44
55Original 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 }
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:"
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments