|
1 |
| -***If you are viewing on GitHub, you can find the downloads at the bottom of this post.*** |
| 1 | +If you are updating from version less than 1.28, install the following first |
2 | 2 |
|
3 |
| -[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/473). |
4 |
| -[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.14). |
5 |
| - |
6 |
| -***1.28.0: .NET 9 and Miscellaneous Improvements*** |
7 |
| - |
8 |
| -## Upgraded to .NET 9 |
9 |
| - |
10 |
| -Reloaded-II now ships with .NET 9 (currently RC2) as its runtime; given that no major issues have been reported thus far. This should give modders access to new APIs as well as performance improvements. |
11 |
| - |
12 |
| -## Improved: Running protontricks with certain Flatpak installs. |
13 |
| - |
14 |
| -Many people running Protontricks via Flatpak rely on setting an alias to `protontricks-launch` via `~/.bashrc`. In fact, the [install guide recommends this](https://reloaded-project.github.io/Reloaded-II/LinuxSetupGuideNewExtra/#installing-protontricks-via-flatpak). |
15 |
| - |
16 |
| -However, the `.desktop` shortcuts generated by the installer previously did not account for this. |
17 |
| - |
18 |
| -``` |
19 |
| -Exec=protontricks-launch --appid 3847140856 "/home/sewer/Desktop/Reloaded-II - Sonic Heroes/Reloaded-II.exe" |
20 |
| -``` |
| 3 | +- [.NET 9 x64 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-9.0.0-windows-x64-installer) |
| 4 | +- [.NET 9 x86 Desktop Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-9.0.0-windows-x86-installer) |
21 | 5 |
|
22 |
| -Because the command was not ran in a shell, `~/.bashrc` was not being sourced; so the alias would not work for Flatpak users. Installs from the updated installer now create a shortcut that uses `bash` to invoke the command: |
| 6 | +--------- |
23 | 7 |
|
24 |
| -``` |
25 |
| -Exec=bash -ic 'protontricks-launch --appid 3847140856 "/home/sewer/Desktop/Reloaded-II - Sonic Heroes/Reloaded-II.exe"' |
26 |
| -``` |
27 |
| - |
28 |
| -This should cause `~/.bashrc` to be sourced; and hopefully the alias to work. |
29 |
| - |
30 |
| -Note: Normally running a specific shell is not the best practice, however the whole installer itself is a hack and `bash` is ubiquitous enough that I can't name a distro that doesn't ship it out of the box. |
31 |
| - |
32 |
| -## Improved: Flickering on xwayland |
33 |
| - |
34 |
| -Client side decorations (window glow) has been disabled by default on Linux; this reduces the amount of flicker encountered when running the application via Wine on Xwayland. |
35 |
| - |
36 |
| -It also helps maximize screen real estate, the invisible border should no longer look 'weird' in tiling window managers. |
37 |
| - |
38 |
| -## Fixed: Auto Update Working Directory |
| 8 | +[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/473). |
| 9 | +[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.28.3). |
39 | 10 |
|
40 |
| -Previously if you moved a game, you would need to move both the `EXE Path` and `Working Directory` in the `Edit Application` menu. This caused a lot of issues as users would not notice, and then get non-bootable games. |
| 11 | +***1.28.4: Miscellaneous Bug Fixes*** |
41 | 12 |
|
42 |
| -In this update, I've made the `Working Directory` adjust alongside the `EXE Path`. This preserves the relative path, in other words, if your working directory is 2 folders up, then the new working directory will also be 2 folders up. |
| 13 | +- @dreamsyntax added [a confirmation dialog for mod deletes](https://github.com/Reloaded-Project/Reloaded-II/pull/499) |
| 14 | +- @dreamsyntax sanitized the [Application name when creating a shortcut](https://github.com/Reloaded-Project/Reloaded-II/pull/499), which should fix making shortcuts for Metaphor. |
| 15 | +- And just in case I (Sewer) sanitized the path for Proton shortcuts. |
| 16 | +- If the installer fails to create a shortcut on Linux, it will hint to the user that their `protontricks` permissions may be incorrect. |
43 | 17 |
|
44 | 18 | ------------------------------------
|
45 | 19 |
|
|
0 commit comments