Skip to content

Releases: user-none/KDocker

KDocker 6.2

26 Oct 17:49
Compare
Choose a tag to compare
  • Save and use a local copy of an icon when setting a custom icon
  • Use a blue missing icon, icon when a previously set custom icon cannot be read
  • Show application when clicking KDocker title change notification
    • Does not work on some desktop enviroments
    • Applies to KDocker created notifications only and not application created notifications

KDocker 6.1

28 Sep 15:21
Compare
Choose a tag to compare
  • Rework reading window icons
  • Fix saving and using the following settings
    • Custom icon
    • Custom attention icon
    • Lock to desktop
  • Add new command line, menu and dbus option to control iconifying a window when docking
  • Add menu options to clear custom icon and custom attention icon

KDocker 6.0

01 Sep 17:32
Compare
Choose a tag to compare
  • Support for Qt 6
  • Build system changed to CMake
  • QSingleApplication removed
  • DBus interface added
    • DBus is required
    • Used for single instance functionality
    • Exposes a variety of operations that external applications can use to control KDocker
    • Accessing the DBus interface will auto start KDocker if it's not running
  • New KDocker icon
  • New menu icons
  • Update AppStream information
  • Standalone packages (local download and install only)
    • Snap package
    • Flatpak package
  • Command line arguments
    • Support for long options
    • -n name matching option supports a PCRE regular expression
    • A number of search string modifiers have been removed due to supporting PCRE expressions
      • -e has been removed
      • -j has been removed prepend (?i) to search string for case intensieve matching
      • -k has been removed
    • -a option removed
    • -m option behavior fixed
    • -x, --pid accepts numbers as decimal, hex (0x prefix), and octal (0 prefix)
    • -w, --window-id accepts numbers as decimal, hex (0x prefix), and octal (0 prefix)
    • -z, --keep-running option added
  • KDocker can be set to stay running even when no windows are docked
    • Most useful for scripting on system that do not support dbus auto start
  • Major cleanup and large parts rewritten
    • All X11 code moved fully into helper class
    • Code updated to C++17 standard
  • Xmu is no longer a dependency
  • Readme has been expanded with a large amount of information

Note: Snap and Flatpak packages have a reduced feature set

KDocker 5.5

16 Aug 10:54
Compare
Choose a tag to compare
  • Better application icon fetching

KDocker 5.4

28 Apr 14:11
Compare
Choose a tag to compare
  • Avoid deadlock during shut down on UNIX signals

KDocker 5.3

10 Mar 14:06
Compare
Choose a tag to compare
  • Add configurable attention icon that is shown if iconified app needs attention
  • Fix building with Qt 5.14+
  • Fix for extraneous events generated by KDE 5.14

KDocker 5.2

25 Jul 20:28
Compare
Choose a tag to compare
Bump version.

KDocker 5.1

18 Feb 15:09
Compare
Choose a tag to compare

Add the ability to save application settings.

KDocker 5.0

03 May 23:57
Compare
Choose a tag to compare

Updated to use Qt 5!

KDocker 4.9

06 Mar 21:00
Compare
Choose a tag to compare

First release on GitHub that fixes a few issues since the last release.