-
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |