mirror of
https://github.com/polybar/polybar.git
synced 2026-03-24 09:07:09 +00:00
Changelog
Fixes:
* `internal/xworkspaces`:
* Crash when WM doesn't set `_NET_DESKTOP_NAMES` (#1576), see #1462
* Workspace removal not always detected (#1579), see #1491, #248
* `internal/i3`: Crash when `<label-state>` was not added to `format` (#1591), see #975
* `internal/fs`: Incorrect sizes on some machines (#1612, #1699), see #743
* `internal/network`: Buffer overflow with ipv6 addresses (#1514)
* renderer: Show proper error when imagemagick is used to set the background (#1608), see #1582, #1585
* tray:
* Wrong background for transparent trays when using `tray-offset-*` (#1571)
* Build failure on clang8 (#1675), #1674
* Allow negative offset values for `tray-offset-*` (#1669), see #1666
* build: Link failure when configuring with `-DBUILD_SHARED_LIBS=ON` (#1647, jaagr/xpp#15), see #1628
* controller: Crash when reloading via `SIGUSR1` too fast (#1678), #428
5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
#define GIT_TAG "3.3.1"
|
|
#define GIT_TAG_NAMESPACE v3_3_1
|