Skip to content

Commit

Permalink
Release 1.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Fisher committed May 26, 2018
1 parent 41d38e4 commit eabea66
Show file tree
Hide file tree
Showing 26 changed files with 2,032 additions and 2,002 deletions.
1,157 changes: 589 additions & 568 deletions DCS-SR-Client/Audio/Managers/AudioManager.cs

Large diffs are not rendered by default.

652 changes: 331 additions & 321 deletions DCS-SR-Client/Audio/Managers/AudioPreview.cs

Large diffs are not rendered by default.

Binary file modified DCS-SR-Client/AudioEffects/KY-58-RX-1600.wav
Binary file not shown.
Binary file modified DCS-SR-Client/AudioEffects/KY-58-TX-1600.wav
Binary file not shown.
4 changes: 2 additions & 2 deletions DCS-SR-Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
6 changes: 3 additions & 3 deletions DCS-SR-Client/UI/ClientWindow/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
Grid.Column="0"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center"
Content="Radio Switch works as Push To Talk" />
Content="Radio Switch works as Push To Talk (PTT)" />

<ToggleButton Name="RadioSwitchIsPTT"
Grid.Row="4"
Expand Down Expand Up @@ -933,7 +933,7 @@
Grid.Column="0"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center"
Content="Always allow SRS Hotkeys" />
Content="ALWAYS allow SRS Hotkeys" />


<ToggleButton Name="AlwaysAllowHotas"
Expand Down Expand Up @@ -961,7 +961,7 @@
Grid.Column="0"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center"
Content="Allow DCS Push to Talk (PTT)" />
Content="Allow INCOCKPIT DCS Controlled PTT" />

<ToggleButton Name="AllowDCSPTT"
Grid.Row="15"
Expand Down
Loading

0 comments on commit eabea66

Please sign in to comment.