Releases: jstkdng/ueberzugpp
Releases · jstkdng/ueberzugpp
Bugfix Release v2.9.6
Release v2.9.5
- Fix crash due to recent breaking hyprland changes
- drop libexif dependency (doesn't handle bad exif values)
- raise minimum cmake version to 3.22
- fix compilation error on libc++
Hotfix Release v2.9.4
- Fix regression: crash whenever socket hangs up on
ueberzugpp
- Handle errors when checking exif tags
- Some code simplification
Release v2.9.2
- support kitty 0.30
- improve code correctness
Bugfix Release v2.9.1
- Fix compilation errors on spdlog 1.12, fmt 10.x and turbo-base64
- Bump internal dependencies versions
Release v2.9.0
- opengl support for X11 and wayland
- add support for MacOS 11 Big Sur
- add support for wayfire (plugin required)
- fix memory leak when using wayland and tmux
- performance improvements for wayland
- use
XDG_CACHE_HOME
when available
Release v2.8.9
- support for multiple images being displayed at the same time, images with the same identifier will be replaced
- improved terminal recognition (deeply nested terminals are recognized correctly)
- improved image positioning under wayland
- improved multimonitor support under wayland
- improved tmux support under wayland
- code modernizing and cleanup
- libressl support
- small x11 performance improvements
Release v2.8.8
- use xcb-res for obtaining pid of windows
- use xcb-errors for useful error logging (disabled by default)
- fix syncronization issues and performance improvements for x11 canvas
- improve terminal selection
- fixes for hyprland
- improve throughput of unix socket
Release v2.8.7
- add debian packaging
- replace layer output flag
wlroots
in favor ofwayland
: it now works with any wayland wms, but only sway and hyprland have proper window positioning, hopefully add support for other wms in the future - support multiple monitors under sway and hyprland
- performance improvements for X11 canvas
- update documentation
- add more features to cmake install
- improve libvips and opencv code
Release v2.8.6
- add support for hyprland
- fix bugs with command input/polling
- fix regression when selecting a pty
- remove uuid dependency