Skip to content

Commit e9d256b

Browse files
committed
Bumped Project Version
1 parent c4d6cca commit e9d256b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

changelog-template.hbs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Changelog (1.26.1)
2+
3+
- Microsoft Store unprotecting no longer uses PowerShell.
4+
- We now use internal Windows COM interfaces.
5+
- Improves reliability where access to script running in PowerShell is restricted out of the box. (Admin setting, etc.)
6+
- This may more likely break with future Windows versions.
7+
- However updating the code be very easy (~10 mins) should it come to that.
8+
9+
- ASI Loader deployment now places `Reloaded.Mod.Bootstrapper.asi` in game folder, instead of `scripts` subfolder.
10+
- Makes uninstall easier for end users.
11+
12+
- Changed: Persona 4 Golden (MS Store) now aliases to Persona 4 Golden (Steam).
13+
- The devs used a different EXE name, which resulted in a different `AppId`, despite being the same game.
14+
- This meant end users won't see downloaded mods easily.
15+
- So an alias directly inside the code was added.
16+
117
## Changelog (1.26.0)
218

319
1.26.0 is a small feature update, bringing small features and bugfixes intended to make Reloaded-II

source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<UseWPF>true</UseWPF>
88
<AssemblyName>Reloaded-II</AssemblyName>
99
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
10-
<Version>1.26.0</Version>
10+
<Version>1.26.1</Version>
1111
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1313
<ApplicationIcon>appicon.ico</ApplicationIcon>

source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1313
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
14-
<Version>1.26.0</Version>
14+
<Version>1.26.1</Version>
1515
<Platforms>x86;x64</Platforms>
1616
<GenerateDepsJson>false</GenerateDepsJson>
1717
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)