Skip to content

Releases: sagb/alttab

version 1.7.1

29 Apr 15:33
Compare
Choose a tag to compare

Show username in bottom line: -b 2.
Option -ns to ignore _NET_WM_STATE_SKIP_TASKBAR.
Better man page.
Patches from Debian by Peter Pentchev:
    fix an "empty window name" check,
    fix typographical errors.

version 1.7.0

08 Mar 15:01
Compare
Choose a tag to compare

Option -e to keep the switcher.
Document usage on mobile devices.
Configurable bordercolor.
Build scripts for OpenBSD.
Fix xpm icon bug.
Feature: kill window by pressing 'k'.
Feature: line at the bottom of tile.
Show windows on scratchpad only: -d 4
Disable icons: -s 4
Prevent segfault on zero size tile or icon.

version 1.6.1

05 Dec 23:31
Compare
Choose a tag to compare

Vertical layout.
Extra border around the alttab window.

version 1.6.0

14 Mar 17:37
Compare
Choose a tag to compare

Fix major memory leak when huge icons are not used.
Debug by SIGUSR1.
Add test suite: running in headless X server.
Add github CI pipeline.
Bspwm documentation.
Fix possible strncpy overflows.

version 1.5.0

23 Jul 08:42
Compare
Choose a tag to compare

Use xpm icons and pixmap directories.
Use XDG_DATA_DIRS.
Add extra keys: next/prev, cancel.
Optimize main event loop.
Fix numerous memleaks and overflows.
Satisfy gcc 10 requirements.

version 1.4.0

01 May 16:45
Compare
Choose a tag to compare

Use icon from _NET_WM_ICON window property.
Code quality patch by @ykaliuta :
      gui: skip extra winlist initializations,
      gui, win: make selected window number local for gui,
      ewmh: fold window property calls,
      treewide: fix memory leaks,
      treewide: delete trailing whitespaces,
      treewide: make private stuff really private.
Automatic indent.
Support RANDR output without CRTCinfo.

version 1.3.0

12 Apr 07:34
Compare
Choose a tag to compare

Desktops (group) support: -d option.
Multihead (xrandr) support: -vp, -sc options.
More responsive main event loop.
Sortlist rewritten as double-linked utlist.
MRU sort order follows EWMH active window or FocusIn event.
Mouse support.
Keys-related options use symbolic keysym names.
Incorrect arguments abort execution instead of complain.
Trim lists on windows destruction event, avoid leak.
No MAXWINDOWS limitation.
Use stacking window list if WM supports it.

version 1.2.0

01 Mar 07:02
Compare
Choose a tag to compare

Ancient WM support (-w 3 option).
Test and adapt for many WMs.
Disable: other desktops, title, decorations, appearance in taskbar.
Get rid of shell name expansions (wordexp.h).
Windows focus in Metacity and Xfce.
Work in partially EWMH-compatible WM.
Centering the switcher via WM hints.
Build with musl libc (Alpine Linux).
Avoid including "panel" and other auxiliary windows.

version 1.1.0

24 Oct 07:20
Compare
Choose a tag to compare

Load and cache icons from files.
Deafult icon size change to 32x32.
Use Xrender for accelerated scaling.
Complete verification of command line options.

version 1.0.3

29 Apr 09:31
Compare
Choose a tag to compare
v1.0.3

satisfy -Werror=format-security