Releases: sagb/alttab
version 1.7.1
version 1.7.0
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
Vertical layout.
Extra border around the alttab window.
version 1.6.0
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
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
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
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
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
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
v1.0.3 satisfy -Werror=format-security