File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## Changelog (1.27.8)
2
16
3
17
[Read and Discuss in a Browser](https://github.com/Reloaded-Project/Reloaded-II/discussions/369).
Original file line number Diff line number Diff line change 7
7
<UseWPF >true</UseWPF >
8
8
<AssemblyName >Reloaded-II</AssemblyName >
9
9
<RootNamespace >Reloaded.Mod.Launcher</RootNamespace >
10
- <Version >1.27.8 </Version >
10
+ <Version >1.27.9 </Version >
11
11
<Copyright >Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright >
12
12
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
13
13
<ApplicationIcon >appicon.ico</ApplicationIcon >
Original file line number Diff line number Diff line change 11
11
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
12
12
<TreatWarningsAsErrors >false</TreatWarningsAsErrors >
13
13
<NoWarn >$(NoWarn);NU1605;NU1701</NoWarn >
14
- <Version >1.27.8 </Version >
14
+ <Version >1.27.9 </Version >
15
15
<Platforms >x86;x64</Platforms >
16
16
<GenerateDepsJson >false</GenerateDepsJson >
17
17
<DebugType >portable</DebugType >
You can’t perform that action at this time.
0 commit comments