Skip to content

Commit

Permalink
Updated: Changelog for 1.27.13 and Project Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Sep 19, 2024
1 parent 91ce69d commit 9f57079
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 3 deletions.
66 changes: 65 additions & 1 deletion changelog-template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
***If you are viewing on GitHub, you can find the downloads at the bottom of this post.***

## Changelog (1.27.13)

*Miscellaneous Installer Improvements*

[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.11).

This update adds small miscellaneous improvements around the Reloaded-II installer for Windows.

### Abort Install on Existing Directory

![Setup_mU5Z0mGI3t](https://github.com/user-attachments/assets/ccb21f18-88ff-4f0d-9149-9c05fe227969)

The installer will now abort installation if there is an existing installation; this is to prevent data loss.

### Setup.exe now Starts Reloaded-II Without Admin

When running `Setup.exe`, the `Reloaded-II.exe` file would start as admin. This is because `Setup.exe`
starts as Admin. Setup needs Admin to auto-install .NET Runtime (if missing).

As starting with Admin may potentially cause issues with drag & drop with some 3rd party programs and
file explorers running as non-Admin; the `Reloaded-II.exe` process started by `Setup.exe` is now non-admin.

Surprisingly, this change was non-trivial to make.

### Static Installer for Linux/WINE

![explorer_XdCp1ST0Rx](https://github.com/user-attachments/assets/85e3447d-57a5-41b8-9bac-fed7670b7f65)

There is now a 'static' installer for people who want to install Reloaded easier within a WINE environment.

This installer saves you a minute by allowing you to omit:

```
winetricks dotnet48
```

During the install process.

This was mainly done with the intention of providing a terminal-free installation experience to people
new to Linux.

### Documentation Updates

Documentation updates will follow tomorrow.

Expect [Issue 247: Document one click installer](<https://github.com/Reloaded-Project/Reloaded-II/issues/247>)
to be closed. In addition, the Generic Linux setup guide will be updated.

## Changelog (1.27.11)

[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
Expand Down Expand Up @@ -252,4 +303,17 @@ If you are a programmer, I should hopefully have a ['Specification'](https://rel
{{#unless options.hideCredit}}
Reloaded changelogs are generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog) 😇.
{{/unless}}
{{/unless}}
====
## Available Downloads
(Below this text, on GitHub)
`Setup.exe`: This is a 1 click installer for Windows.
`Setup-Linux.exe`: This is a version of `Setup.exe` for easier use in WINE / Proton.
`Release.zip`: For people who prefer to install manually without an installer.
`Tools.zip`: Tools for mod authors and developers.
Other files are related to updates, you can ignore them.
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>Reloaded-II</AssemblyName>
<RootNamespace>Reloaded.Mod.Launcher</RootNamespace>
<Version>1.27.12</Version>
<Version>1.27.13</Version>
<Copyright>Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationIcon>appicon.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);NU1605;NU1701</NoWarn>
<Version>1.27.12</Version>
<Version>1.27.13</Version>
<Platforms>x86;x64</Platforms>
<GenerateDepsJson>false</GenerateDepsJson>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 9f57079

Please sign in to comment.