Tags: OneMoreByte/polybar
Tags
Release 3.1.0 (polybar#863) Breaking Changes: * Date module no longer supports non-padded specifiers (i.e. `%-d`) and potentially other specifiers, see polybar#792 - Check http://en.cppreference.com/w/cpp/io/manip/put_time to see supported specifiers * Setting background color to `background-0` with gradients (refer to https://github.com/jaagr/polybar/wiki/Known-Issues) Changelog: Features: * Feat(mpd): State-specific formats (`format-playing`, `format-paused`, `format-stopped`) (polybar#567), see polybar#524 * Feat(ipc): Visibility commands (show, hide, toggle, restart, quit) (b6c5563) * Feat(shell): Bash completion (polybar#588) * Feat(menu): `expand-right` option (polybar#658), see polybar#655 * Feat(temperature): hwmon sysfs support (polybar#688), see polybar#404 * Feat(cursor): Change cursors over clickable/scrollable areas (polybar#727), see polybar#721 * Feat(temperature): Fahrenheit and Celsius tokens (polybar#804) * Feat(mpd): Use mpd name tag or URI as fallback for title-less tracks (polybar#823), see polybar#815 Fixes: * Fix(i3): Clicking workspaces without index (polybar#521), see polybar#520 * Fix(parser): Prefix options overriding format options (polybar#729), see polybar#544 * Fix(parser): Overline tags (eebf105) * Fix(process_util): Prefix shell environment variable (`$POLYBAR_SHELL`) (86ff947), see polybar#566 * Fix(parser): `%{R}` tag (reverse colors) (0bd8f1f), see polybar#585 * Fix(renderer): Center block position with tray (389bae2 & polybar#673), see polybar#551 & polybar#672 * Fix(xworkpaces): Active workspace with XMonad (polybar#587), see polybar#411 & polybar#535 * Fix(config): Expand tilde, environment variable (d3b0670 & polybar#724), see polybar#603 & polybar#719 * Fix(build): Remove curlbuild.h (polybar#648), see polybar#647 * Fix(renderer): Off by one error for actions (polybar#663), see polybar#661 * Fix(gcc): GCC 7.1 ([jaagr/xpp/polybar#6](polybar/xpp#6)) * Fix(fs): Use `bytes_available` for `percentage_used` (138f5fa), see polybar#710 * Fix(fs): Use `f_frsize` for calculations (a682d2a) * Fix(date): Remove date string length limitation (polybar#745), see polybar#754 * Fix(renderer): Nested actions (polybar#772), see polybar#760 and polybar#758 * Fix(i3): Check and warn if current workspace not found (polybar#826), see polybar#824 * Fix(github): Prevent module disappearing with no connection (polybar#811), see polybar#810 * Fix(renderer): Module gradients (polybar#831), see polybar#759 * Fix(build): Update deprecated jsoncpp Reader
fix(cmake): Require xcb-randr>=1.12 for monitors Refs polybar#344
PreviousNext