mirror of
https://github.com/polybar/polybar.git
synced 2025-04-14 17:33:17 -04:00
Release 3.3.1
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
This commit is contained in:
parent
587efdd0f9
commit
a6bfcf8312
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#define GIT_TAG "3.3.0"
|
||||
#define GIT_TAG_NAMESPACE v3_3_0
|
||||
#define GIT_TAG "3.3.1"
|
||||
#define GIT_TAG_NAMESPACE v3_3_1
|
||||
|
|
Loading…
Add table
Reference in a new issue