Skip to content

Commit

Permalink
Version bump 2.1.0.4
Browse files Browse the repository at this point in the history
Added helper text for the F4
  • Loading branch information
ciribob committed May 15, 2024
1 parent 7f5d2b6 commit 5542bf7
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 1,892 deletions.
4 changes: 2 additions & 2 deletions AutoUpdater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.3")]
[assembly: AssemblyFileVersion("2.1.0.3")]
[assembly: AssemblyVersion("2.1.0.4")]
[assembly: AssemblyFileVersion("2.1.0.4")]
488 changes: 0 additions & 488 deletions DCS-SR-Client/DCS-SR-Client_1vzfo0me_wpftmp.csproj

This file was deleted.

404 changes: 0 additions & 404 deletions DCS-SR-Client/DCS-SR-Client_blmeak5v_wpftmp.csproj

This file was deleted.

490 changes: 0 additions & 490 deletions DCS-SR-Client/DCS-SR-Client_c55xrkxz_wpftmp.csproj

This file was deleted.

488 changes: 0 additions & 488 deletions DCS-SR-Client/DCS-SR-Client_hhm5u4gs_wpftmp.csproj

This file was deleted.

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("2.1.0.3")]
[assembly: AssemblyFileVersion("2.1.0.3")]
[assembly: AssemblyVersion("2.1.0.4")]
[assembly: AssemblyFileVersion("2.1.0.4")]
3 changes: 3 additions & 0 deletions DCS-SR-Client/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1212,4 +1212,7 @@ https://github.com/ciribob/DCS-SimpleRadioStandalone/releases/latest</value>
<data name="ToolTipNoMicL2" xml:space="preserve">
<value>你依然可以用SRS接受无线电呼叫,但无法发送任何东西</value>
</data>
<data name="AmbientEffectIntercomToggle" xml:space="preserve">
<value>机内通讯启用座舱环境音效</value>
</data>
</root>
2 changes: 1 addition & 1 deletion DCS-SR-Common/Network/UpdaterChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class UpdaterChecker

public static readonly string MINIMUM_PROTOCOL_VERSION = "1.9.0.0";

public static readonly string VERSION = "2.1.0.3";
public static readonly string VERSION = "2.1.0.4";

private static readonly Logger _logger = LogManager.GetCurrentClassLogger();

Expand Down
4 changes: 2 additions & 2 deletions DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.3")]
[assembly: AssemblyFileVersion("2.1.0.3")]
[assembly: AssemblyVersion("2.1.0.4")]
[assembly: AssemblyFileVersion("2.1.0.4")]
4 changes: 2 additions & 2 deletions DCS-SimpleRadio Server/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("2.1.0.3")]
[assembly: AssemblyFileVersion("2.1.0.3")]
[assembly: AssemblyVersion("2.1.0.4")]
[assembly: AssemblyFileVersion("2.1.0.4")]
4 changes: 2 additions & 2 deletions Installer/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("2.1.0.3")]
[assembly: AssemblyFileVersion("2.1.0.3")]
[assembly: AssemblyVersion("2.1.0.4")]
[assembly: AssemblyFileVersion("2.1.0.4")]
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS-AutoConnectGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 2.1.0.3
-- Version 2.1.0.4
-- ONLY COPY THIS WHOLE FILE IS YOU ARE GOING TO HOST A SERVER!
-- The file must be in Saved Games\DCS\Scripts\Hooks or Saved Games\DCS.openalpha\Scripts\Hooks
-- Make sure you enter the correct address into SERVER_SRS_HOST and SERVER_SRS_PORT (5002 by default) below.
Expand Down
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- Version 2.1.0.3
-- Version 2.1.0.4
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Overlay will not work


net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.3 ")
net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.4 ")

local base = _G

Expand Down Expand Up @@ -700,4 +700,4 @@ end

DCS.setUserCallbacks(srsOverlay)

net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.3 ")
net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.4 ")
6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- Version 2.1.0.3
-- Version 2.1.0.4
-- Make sure you COPY this file to the same location as the Export.lua as well!
-- Otherwise the Radio Might not work

net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.1.0.3")
net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.1.0.4")
local SRS = {}

SRS.CLIENT_ACCEPT_AUTO_CONNECT = true --- Set to false if you want to disable AUTO CONNECT
Expand Down Expand Up @@ -354,5 +354,5 @@ end

DCS.setUserCallbacks(SRS)

net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.1.0.3")
net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.1.0.4")

6 changes: 3 additions & 3 deletions Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Version 2.1.0.3
-- Version 2.1.0.4
-- Special thanks to Cap. Zeen, Tarres and Splash for all the help
-- with getting the radio information :)
-- Run the installer to correctly install this file
Expand Down Expand Up @@ -6262,7 +6262,7 @@ end
--for F-4
function SR.exportRadioF4(_data)

_data.capabilities = { dcsPtt = true, dcsIFF = true, dcsRadioSwitch = true, intercomHotMic = true, desc = "" }
_data.capabilities = { dcsPtt = true, dcsIFF = true, dcsRadioSwitch = true, intercomHotMic = true, desc = "Expansion Radio requires Always allow SRS Hotkeys on" }

local ics_devid = 2
local arc164_devid = 3
Expand Down Expand Up @@ -6884,4 +6884,4 @@ end
-- Load mods' SRS plugins
SR.LoadModsPlugins()

SR.log("Loaded SimpleRadio Standalone Export version: 2.1.0.3")
SR.log("Loaded SimpleRadio Standalone Export version: 2.1.0.4")
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS/entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare_plugin("DCS-SRS", {
developerName = _("Ciribob"),
developerLink = _("https://github.com/ciribob/DCS-SimpleRadioStandalone"),
displayName = _("DCS SimpleRadio Standalone"),
version = "2.1.0.3",
version = "2.1.0.4",
state = "installed",
info = _("DCS-SimpleRadio Standalone\n\nBrings realistic VoIP comms to DCS with a cockpit integration with every aircraft\n\nCheck Special Settings for SRS integration settings\n\nSRS Discord for Support: https://discord.gg/baw7g3t"),
binaries = {"srs.dll"},
Expand Down

0 comments on commit 5542bf7

Please sign in to comment.