polybar-dwm/include/version.hpp
Patrick Ziegler c3ef99b719
Release 3.3.0 ()
### Breaking Changes:
None

### Changelog

**New Config Options**
The following config options were added

In the `[settings]` section:
* `pseudo-transparency`

In `internal/cpu`:
* `ramp-coreload-spacing`, spacing between elements in `<ramp-coreload>` elements
* `%percentage-sum%` in `label`. Shows sum of all percentages

In `custom/script`:
* `double-click-left`
* `double-click-middle`
* `double-click-right`

In `internal/pulseaudio`:
* `interval`, volume increase and decrease steps in percentage points

In `internal/memory`:
* `bar-swap-used`
* `bar-swap-free`
* `ramp-swap-used`
* `ramp-swap-free`

**Deprecations**
* `tray-transparent` in the bar section is no longer used. The tray now always uses pseudo-transparency

**Features**
* volume: adjustable volume steps (), see 
* memory: Add progress bars and ramps for swap ()
* render: pseudo-transparency (always used in the tray)  ()
* cpu: 
    * Configurable spacing in between coreloads (), see 
    * Non-normalized cpu load (), see 
* script: Double click actions ()
* net: Support for bridge interfaces (), see 
* token: zero pad tokens when min-width value starts with a `0` (), see 

**Fixes**
* config: Use font patterns detected on system in sample config ()
* net: Disconnected module when SSID is only an emoji (), see 
* tray: Tray overlapping with bar (), see 
* build: Several build errors (, , , , ), see , , , 
* mpd: format-online-prefix not working (), see 
* font: Crash for some font-patterns (), see 
* script: 
    * Only `%counter%` or `%pid%` token usable, never both ()
    * click actions with colons in them (), see 
* renderer: Bar locks up when xorg composite extension is disabled (), see 
2018-12-23 21:36:30 +01:00

4 lines
71 B
C++

#pragma once
#define GIT_TAG "3.3.0"
#define GIT_TAG_NAMESPACE v3_3_0