Skip to content

Commit

Permalink
v1.1.24.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
bvijay74 committed Jul 8, 2024
1 parent a162071 commit c7e7c0c
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/fxsound_update.aip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.UpdaterEditorComponent">
<ROW Section="Update" Key="Name" Value="FxSound"/>
<ROW Section="Update" Key="ProductVersion" Value="1.1.21.0" ValueLocId="-"/>
<ROW Section="Update" Key="ProductVersion" Value="1.1.24.0" ValueLocId="-"/>
<ROW Section="Update" Key="URL" Value="https://download.fxsound.com/fxsoundlatest" ValueLocId="-"/>
<ROW Section="Update" Key="URL1" Value="https://downloads3.fxsound.com/fxsound/2/fxsound_setup.exe" ValueLocId="-"/>
<ROW Section="Update" Key="Size" Value="Output\fxsound_setup.exe" ValueLocId="-"/>
Expand All @@ -15,7 +15,7 @@
<ROW Section="Update" Key="ServerFileName" Value="fxsound_setup.exe" ValueLocId="-"/>
<ROW Section="Update" Key="Flags" Value="SilentInstall|Sys64" ValueLocId="-"/>
<ROW Section="Update" Key="RegistryKey" Value="HKUD\Software\FxSound LLC\FxSound\Version" ValueLocId="-"/>
<ROW Section="Update" Key="Version" Value="1.1.21.0" ValueLocId="-"/>
<ROW Section="Update" Key="Version" Value="1.1.24.0" ValueLocId="-"/>
<ROW Section="Update" Key="AutoCloseApplication" Value="[APPDIR]FxSound.exe" ValueLocId="-"/>
<ATTRIBUTE name="OutputFileName" value="updates.txt"/>
<ATTRIBUTE name="OutputFolder" value="Output"/>
Expand Down
Binary file added bin/x64/FxSound.pdb
Binary file not shown.
Binary file added bin/x86/FxSound.pdb
Binary file not shown.
38 changes: 38 additions & 0 deletions release/changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version 1.1.24.0
----------------
1. Fixed the application crash issues
2. Added the missing fonts in 32 bit installation
3. Fixed issue #113 - application closing from Alt+Tab switching

version 1.1.23.0
----------------
1. Added support for mono playback devices. Mono devices can be selected now, but FxSound does not process mono audio.
2. Minimize button added to minimize FxSound to taskbar
3. A preferred device can be selected from settings.
4. Check for updates in settings, updates to a new version
5. Croatian and Bosnian language support added.
6. Translation corrections and improvements in Chinese, Spanish, Russian and German

version 1.1.22.0
----------------
1. Fixed the issue - .ttf files in Windows start menu · Issue #79 (https://github.com/fxsound2/fxsound-app/issues/79)
2. Removed the auto start disable option in Windows 10/11
3. Increased Setttings dialog height to avoid partial display of reset presets button
4. vorige changed to Vorige in Nederlands settings
5. Changed Donate button string in Russian

version 1.1.21.0
----------------

1. Arabic and Japanese language support added
2. zero processing Default preset added
3. Notifications on/off settings on Windows 10 now remain unchanged after reboot/relogin
4. Hotkeys which conflict with any valid character typing shortcuts are not enabled
5. Default hotkey combinations are modified to Ctrl+Shift+key
6. Maximum user defined preset limit is increased to 20 by default
7. User defined preset limit can be configured in the FxSound.settings file by adding the value for <max_user_presets> which can be in the range of 10 to 100
8. Hotkey options now available to switch to next and previous preset
9. Settings dialog, Import presets dialog and Export presets dialog can be closed with ESC key
10. System tray icon changes according to FxSound status on/off/processing
11. open-source announcement displayed on first launch after installation
12. FxSound window title can be displayed in AutoIt Window Info Tool
Binary file added release/fxsound_setup.exe
Binary file not shown.
15 changes: 15 additions & 0 deletions release/updates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
;aiu;

[Update]
Name = FxSound
ProductVersion = 1.1.24.0
URL = https://download.fxsound.com/fxsoundlatest
URL1 = https://downloads3.fxsound.com/fxsound/2/fxsound_setup.exe
Size = 57141952
SHA256 = CC2961830A3B48FF7303E2CF258C8F3C723273F79692CCB9EFB4843B3265F57A
MD5 = 0837e77c110d4568698fb06091dec5f1
ServerFileName = fxsound_setup.exe
Flags = SilentInstall|Sys64
RegistryKey = HKUD\Software\FxSound LLC\FxSound\Version
Version = 1.1.24.0
AutoCloseApplication = [APPDIR]FxSound.exe

0 comments on commit c7e7c0c

Please sign in to comment.