Skip to content

Commit 9f57079

Browse files
author
Sewer56
committed
Updated: Changelog for 1.27.13 and Project Versions
1 parent 91ce69d commit 9f57079

File tree

3 files changed

+67
-3
lines changed

3 files changed

+67
-3
lines changed

changelog-template.hbs

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
***If you are viewing on GitHub, you can find the downloads at the bottom of this post.***
2+
3+
## Changelog (1.27.13)
4+
5+
*Miscellaneous Installer Improvements*
6+
7+
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
8+
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.11).
9+
10+
This update adds small miscellaneous improvements around the Reloaded-II installer for Windows.
11+
12+
### Abort Install on Existing Directory
13+
14+
![Setup_mU5Z0mGI3t](https://github.com/user-attachments/assets/ccb21f18-88ff-4f0d-9149-9c05fe227969)
15+
16+
The installer will now abort installation if there is an existing installation; this is to prevent data loss.
17+
18+
### Setup.exe now Starts Reloaded-II Without Admin
19+
20+
When running `Setup.exe`, the `Reloaded-II.exe` file would start as admin. This is because `Setup.exe`
21+
starts as Admin. Setup needs Admin to auto-install .NET Runtime (if missing).
22+
23+
As starting with Admin may potentially cause issues with drag & drop with some 3rd party programs and
24+
file explorers running as non-Admin; the `Reloaded-II.exe` process started by `Setup.exe` is now non-admin.
25+
26+
Surprisingly, this change was non-trivial to make.
27+
28+
### Static Installer for Linux/WINE
29+
30+
![explorer_XdCp1ST0Rx](https://github.com/user-attachments/assets/85e3447d-57a5-41b8-9bac-fed7670b7f65)
31+
32+
There is now a 'static' installer for people who want to install Reloaded easier within a WINE environment.
33+
34+
This installer saves you a minute by allowing you to omit:
35+
36+
```
37+
winetricks dotnet48
38+
```
39+
40+
During the install process.
41+
42+
This was mainly done with the intention of providing a terminal-free installation experience to people
43+
new to Linux.
44+
45+
### Documentation Updates
46+
47+
Documentation updates will follow tomorrow.
48+
49+
Expect [Issue 247: Document one click installer](<https://github.com/Reloaded-Project/Reloaded-II/issues/247>)
50+
to be closed. In addition, the Generic Linux setup guide will be updated.
51+
152
## Changelog (1.27.11)
253

354
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
@@ -252,4 +303,17 @@ If you are a programmer, I should hopefully have a ['Specification'](https://rel
252303
253304
{{#unless options.hideCredit}}
254305
Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇.
255-
{{/unless}}
306+
{{/unless}}
307+
308+
====
309+
310+
## Available Downloads
311+
312+
(Below this text, on GitHub)
313+
314+
`Setup.exe`: This is a 1 click installer for Windows.
315+
`Setup-Linux.exe`: This is a version of `Setup.exe` for easier use in WINE / Proton.
316+
`Release.zip`: For people who prefer to install manually without an installer.
317+
`Tools.zip`: Tools for mod authors and developers.
318+
319+
Other files are related to updates, you can ignore them.

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.27.12</Version>
10+
<Version>1.27.13</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.27.12</Version>
14+
<Version>1.27.13</Version>
1515
<Platforms>x86;x64</Platforms>
1616
<GenerateDepsJson>false</GenerateDepsJson>
1717
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)