Skip to content

Commit b845d26

Browse files
committed
Bumped Project Version
1 parent 0cc1e4b commit b845d26

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

changelog-template.hbs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Changelog (1.27.9)
2+
3+
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
4+
[Previous Changelog](https://github.com/Reloaded-Project/Reloaded-II/releases/tag/1.27.8).
5+
6+
This update re-enables WPF Automation Functionality to improve accessibility for users who require
7+
the use of assistive screen readers.
8+
9+
Originally this was disabled in an effort to improve performance, a significant amount of time is spent
10+
initializing the automation system on every launch. However, I did not expect at the time that said Functionality
11+
would have an impact on accessibility. I originally assumed that the functionality was only used for debugging purposes.
12+
13+
For that, I am sorry.
14+
115
## Changelog (1.27.8)
216

317
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).

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

0 commit comments

Comments
 (0)