Skip to content

Commit

Permalink
Update changelog, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-o committed Nov 24, 2024
1 parent f23e8c2 commit ff1b587
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions tSIP/_doc/changelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -1222,5 +1222,16 @@ Version 0.3.06
- video, avformat: fixed vidts overflow for mp3 playback
- video, avformat: fixed playback of mp3 files with MJPEG cover
- video: fixed exception when using colorbar generators or nullaudio video source modules
Version 0.3.07
- BLF + presence: added workaround for FreeSWITCH issue #1532
- FIXED: applying GUI scaling for tray notifier window
- Lua:
- added GetCallDurationFromStart() and GetCallDurationFromConfirmed() functions
- added winapi.GetAdaptersInfoIp() function
- skipping empty Supported line (this was crashing Zenitel)
- fixes related to handling HID headsets, mainly for multiple simultaneous calls
- added options to hide default Call/Answer and Hangup buttons
- few other minor fixes/improvements
*/

6 changes: 3 additions & 3 deletions tSIP/tSIP.bdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@
<FILE FILENAME="FormTextEditor.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="FormTextEditor" FORMNAME="frmTextEditor" DESIGNCLASS="" ADDITIONAL="FormTextEditor.h"/>
<FILE FILENAME="ScEdit.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="ScEdit" FORMNAME="" DESIGNCLASS="" ADDITIONAL="ScEdit.h"/>
<FILE FILENAME="Paths.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="Paths" FORMNAME="" DESIGNCLASS="" ADDITIONAL="Paths.h"/>
<FILE FILENAME="FormTroubleshooting.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="FormTroubleshooting" FORMNAME="frmTroubleshooting" DESIGNCLASS="" ADDITIONAL="FormTroubleshooting.h"/>
<FILE FILENAME="Troubleshooting.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="Troubleshooting" FORMNAME="" DESIGNCLASS="" ADDITIONAL="Troubleshooting.h"/>
<FILE FILENAME="scripting\FormLuaScript.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="FormLuaScript" FORMNAME="frmLuaScript" DESIGNCLASS="" ADDITIONAL="scripting\FormLuaScript.h"/>
<FILE FILENAME="scripting\LuaExamples.h" CONTAINERID="" LOCALCOMMAND="" UNITNAME="" FORMNAME="" DESIGNCLASS=""/>
Expand All @@ -494,6 +493,7 @@
<FILE FILENAME="phone\PhoneConf.h" CONTAINERID="" LOCALCOMMAND="" UNITNAME="" FORMNAME="" DESIGNCLASS=""/>
<FILE FILENAME="phone\FormPhones.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="FormPhones" FORMNAME="frmPhones" DESIGNCLASS="" ADDITIONAL="phone\FormPhones.h"/>
<FILE FILENAME="NetInterfaces.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="NetInterfaces" FORMNAME="" DESIGNCLASS="" ADDITIONAL="NetInterfaces.h"/>
<FILE FILENAME="FormTroubleshooting.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="FormTroubleshooting" FORMNAME="frmTroubleshooting" DESIGNCLASS="" ADDITIONAL="FormTroubleshooting.h"/>
<FILE FILENAME="FormMessage.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="FormMessage" FORMNAME="frmMessage" DESIGNCLASS="" ADDITIONAL="FormMessage.h"/>
<FILE FILENAME="SIMPLE_Messages.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="SIMPLE_Messages" FORMNAME="" DESIGNCLASS="" ADDITIONAL="SIMPLE_Messages.h"/>
<FILE FILENAME="ua\Calls.cpp" CONTAINERID="CCompiler" LOCALCOMMAND="" UNITNAME="Calls" FORMNAME="" DESIGNCLASS="" ADDITIONAL="ua\Calls.h"/>
Expand Down Expand Up @@ -534,7 +534,7 @@
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">0</VersionInfo>
<VersionInfo Name="MinorVer">3</VersionInfo>
<VersionInfo Name="Release">6</VersionInfo>
<VersionInfo Name="Release">7</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
Expand All @@ -547,7 +547,7 @@
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName">Tomasz Ostrowski</VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">SIP softphone</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">0.3.6.0</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">0.3.7.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
Expand Down
Binary file modified tSIP/tSIP.res
Binary file not shown.

0 comments on commit ff1b587

Please sign in to comment.