1
0
Fork 0
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` (), see 
    * Workspace removal not always detected (), see , 
* `internal/i3`: Crash when `<label-state>` was not added to `format` (), see 
* `internal/fs`: Incorrect sizes on some machines (, ), see 
* `internal/network`: Buffer overflow with ipv6 addresses ()
* renderer: Show proper error when imagemagick is used to set the background (), see , 
* tray:
    * Wrong background for transparent trays when using `tray-offset-*` ()
    * Build failure on clang8 (), 
    * Allow negative offset values for `tray-offset-*` (), see 
* build: Link failure when configuring with `-DBUILD_SHARED_LIBS=ON` (, ), see 
* controller: Crash when reloading via `SIGUSR1` too fast (), 
This commit is contained in:
patrick96 2019-03-25 23:25:19 +01:00
parent 587efdd0f9
commit a6bfcf8312
No known key found for this signature in database
GPG key ID: 521E5E03AEBCA1A7

View file

@ -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