Skip to content

Releases: qtile/qtile

Release v0.18.0

04 Jul 16:09
v0.18.0
Compare
Choose a tag to compare

v0.17.0

13 Feb 14:54
v0.17.0
Compare
Choose a tag to compare
Release 0.17.0

v0.16.1: Release 0.16.1

18 Aug 13:35
Compare
Choose a tag to compare
Mostly this is intended for the distro people, who can now consume the
tests.

Signed-off-by: Tycho Andersen <tycho@tycho.ws>

v0.15.1: Release 0.15.1

14 Apr 13:29
Compare
Choose a tag to compare
Signed-off-by: Tycho Andersen <tycho@tycho.ws>

qtile 0.14.2

20 Jun 02:27
0d68191
Compare
Choose a tag to compare
  • The previous version did not properly fix the package data problem, apply the proper fix to include the icons

qtile 0.14.1

20 Jun 00:57
7112ea7
Compare
Choose a tag to compare
  • Fix the included icons to be properly packaged and installed with the release.

qtile 0.14.0

19 Jun 11:31
03bf2e6
Compare
Choose a tag to compare

This release introduces a lot of changes under the hood for qtile as we look towards future moves to wayland and beyond. Be aware that there are many breaking changes, particularly on member function and member variable names as we have moved to snake case everything. Other big news in this release is dropping Python 2 support and starting to adopt new language and standard library features that are Python 3 only.

Changelog

!!! Python version breakage !!!

  • Python 2 is no longer supported
  • Python 3.4 and older is no longer supported

!!! Config breakage !!!

  • Many internal things were renamed from camel case to snake case. If your config uses main(), or any lazy.function() invocations that interact directly with the qtile object, you may need to forward port them. Also note that we do not consider the qtile object to be a stable api, so you will need to continue forward porting these things for future refactorings (for wayland, etc.). A better approach may be to add an upstream API for what you want to do ;)
  • Maildir's subFolder and maildirPath changed to maildir_path and sub_folder.

features

  • add custom change_command to backlight widget
  • add CommandSet extension to list available commands
  • simplify battery monitoring widget interface and add freebsd compatible battery widget implementation
  • track last known mouse coordinates on the qtile manager
  • allow configuration of warping behavior in columns layout

bugfixes

  • with cursor warp enabled, the cursor is warped on screen change
  • fix stepping groups to skip the scratch pad group
  • fix stack layout to properly shuffle
  • silence errors when unmapping windows

0.13.0

19 Jun 03:55
af84840
Compare
Choose a tag to compare
v0.13.0

Release version 0.13.0