Releases: brezerk/q4wine
Releases · brezerk/q4wine
v1.4.2
Version changes since 1.4.1
Fixed:
- Qt6 deprecation warnings;
- No such signal
QComboBox::currentIndexChanged(const QString)
; - Ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result];
- No such signal
SingleApplication::messageReceived(const QString)
; - Wine variables are not parsed properly for wine prefix kill action;
- Invalid qm file location for cmake 4.x and qt6.9.x (I hope so);
v1.4.1
v1.4.0
Version changes since v1.3.13
Initial Qt6 release
Updated:
- CMake minimum version requirement set to 3.24;
- SingleApplication is used instead of obsolete QtSingleApplication;
- Wine AppDB browser is marked as obsolete and disabled by default;
- Cleanup legacy code and files;
- PrefixSetupWizzard: Added missing win8, win8.1, win10, win11 options versions;
v1.3.13
v1.3.12
Version changes since v1.3.11
Updated:
- Afrikaans translation;
- Japanese translation;
- Ukrainian translation;
- Russian translation;
- Traditional Chinese translation;
- German translation;
Add:
- Add an option to show / hide "Args" parameter BUG-114;
- Generate StartupWMClass values in created .desktop files BUG-153;
- Added a feature to keep the terminal open when running winetricks so users can see the output.
Fixed:
- Fix parsing of env causing issues with wine kill BUG-143;
- Error: wrong or broken XML data. Try again later. BUG-146;
- Fixed a bug where /etc/mtab was not being read and resulted in being unable to unmount iso images.
- Fixed a bug where the temporary director for generating icons wasn't being deleted. Refactored this to use QTemporaryDir.
- Added workaround for st terminal, similar to konsole.
- Fixed warnings: Qt deprecated function useage;
- Fixed warnings: use of old-style cast;
v1.3.11
v1.3.10
v1.3.9
Version changes since v1.3.7
Fixed:
- Fixed build with Qt >= 5.11 BUG-125;
- Error: wrong or broken XML data. Try again later. BUG-132;
- winetricks: Proxy settings are used even if proxy type set to 'none';
Added:
- Custom virtual desktop resolution size BUG-131;
Updated:
- gui_sudo missing in Ubuntu 18.04 BUG-120;
1.3.7 release
1.3.6 release
Version changes since v1.3.5
Updated:
- Added indication of applications which was installed through winetricks BUG-106;BUG-111;
- Default Wine Desktop Integartion path settings for new prefixes BUG-106;
- Added option to run custom scripts with fake drive settings after creation of fake drive BUG-106;
- Qt5 build enabled by default;
- Taiwan translation;
- Russian translation;
- Ukrainian translation;
- Spanish translation;
- Czech translation;
- Bind Plus and Minus keys for Program tab for +- zoom respectively BUG-112;
- Bind Plus and Minus keys for Config tab for +- zoom respectively BUG-112;
- Allow to change Config and Program Icon sizes independently BUG-112;
Documented:
- q4wine prevents user from running winecfg from KRunner even after uninstalling BUG-98;
Fixed: