Skip to content

Commit c3c095f

Browse files
committed
Bumped: Version to 1.29.4
1 parent 025caaf commit c3c095f

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

changelog-template.hbs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/473).
2-
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.29.2).
2+
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.29.3).
33

44
Just a few community PRs and miscellany. As usual, Reloaded-II is on life support while I spend
55
the next years building the next best thing - if you want features, please contribute!
66

7+
# 1.29.4: Misc Linux Installer Improvements
8+
9+
Small improvements to install on Linux:
10+
11+
- [Ensure 'Applications' directory exists so creating shortcut doesn't fail during install on some systems.](https://github.com/Reloaded-Project/Reloaded-II/issues/717)
12+
- Create `Software\Wine` key in registry if doesn't exist. May fix odd cases where people's 'show dot files' settings don't enable by default.
13+
14+
And also:
15+
- Updated 🇫🇷 French Localization by @dysfunctionalriot
16+
717
# 1.29.3: More Miscellaneous Improvements
818

919
## Allow .NET 9 Versions >= 9.0.8 for loader.

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.29.3</Version>
10+
<Version>1.29.4</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
@@ -14,7 +14,7 @@
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
1616
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
17-
<Version>1.29.3</Version>
17+
<Version>1.29.4</Version>
1818
<CETCompat>false</CETCompat>
1919
<Platforms>x86;x64</Platforms>
2020
<GenerateDepsJson>false</GenerateDepsJson>

0 commit comments

Comments
 (0)