Skip to content

Releases: brezerk/q4wine

v1.4.2

28 Apr 20:00
Compare
Choose a tag to compare

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

19 Apr 08:24
Compare
Choose a tag to compare

Version changes since v1.4.0

Updated:

  • Updated Dutch translation (#203);

Fixed:

  • qm files are created in CMAKE_BINARY_DIR (#204);

v1.4.0

13 Apr 18:07
Compare
Choose a tag to compare

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

10 Sep 10:28
6b9831c
Compare
Choose a tag to compare

Version changes since v1.3.12

Fixed:

  • Prefix Import feature is not working as expected BUG-156;
  • Misspelled Color Theme Settings BUG-155;
  • CMake warning BUG-158;
  • XDG Base Directory Specification support BUG-178;
  • Use LC_ALL instead of LANG to force override applciation locale BUG-165;

v1.3.12

08 Feb 13:47
Compare
Choose a tag to compare

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

02 Jan 00:22
Compare
Choose a tag to compare

Version changes since v1.3.10

Fixed:

  • Display of Valve Proton in Processes view BUG-138;
  • Improve all dialogs of choosing files BUG-139;
  • Allow Stop Wine action to kill Valve Proton in Processes view BUG-138;

Updated:

  • Code cleanup: drop Qt4 support;

v1.3.10

12 Sep 17:06
Compare
Choose a tag to compare

Version changes since v1.3.9

Fixed:

  • cppcheck: Uninitialized struct member: item.provider_id;

Added:

  • cleanup.sh: to get rid of all non-release stuff;

v1.3.9

11 Sep 16:44
Compare
Choose a tag to compare

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

26 Apr 21:34
Compare
Choose a tag to compare

Version changes since v1.3.6

Updated:

  • Wine stock icons to be organized through Q4Wine BUG-117;
  • Add gnome-terminal into terminal detection logic BUG-118;

Added:

  • French translation (thx 2 seigneurfuo);

1.3.6 release

20 Oct 17:02
Compare
Choose a tag to compare

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:

  • Static code analysis: errors and warnings BUG-116;
  • Error: wrong or broken XML data. Try again later. BUG-114;