2020-12-23 16:32:15 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
Each release should have the following subsections, if entries exist, in the
|
|
|
|
given order: `Breaking`, `Build`, `Deprecated`, `Removed`, `Added`, `Changed`,
|
|
|
|
`Fixed`, `Security`.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2021-05-09 19:19:15 +00:00
|
|
|
### Build
|
|
|
|
- Support building documentation on sphinx 4.0 ([`#2424`](https://github.com/polybar/polybar/issues/2424))
|
|
|
|
|
2021-03-01 20:33:03 +00:00
|
|
|
## [3.5.5] - 2021-03-01
|
2021-01-19 09:42:27 +00:00
|
|
|
### Build
|
|
|
|
- Support older python sphinx versions again ([`#2356`](https://github.com/polybar/polybar/issues/2356))
|
2021-01-07 12:44:30 +00:00
|
|
|
|
|
|
|
## [3.5.4] - 2021-01-07
|
2020-12-24 22:52:35 +00:00
|
|
|
### Fixed
|
|
|
|
- Wrong text displayed if module text ends with `}` ([`#2331`](https://github.com/polybar/polybar/issues/2331))
|
2020-12-23 16:32:15 +00:00
|
|
|
|
|
|
|
## [3.5.3] - 2020-12-23
|
|
|
|
### Build
|
2020-12-24 22:52:35 +00:00
|
|
|
- Don't use `git` when building documentation ([`#2309`](https://github.com/polybar/polybar/issues/2309))
|
2020-12-23 16:32:15 +00:00
|
|
|
### Fixed
|
|
|
|
- Empty color values are no longer treated as invalid and no longer produce an error.
|
|
|
|
|
2021-03-01 20:33:03 +00:00
|
|
|
[Unreleased]: https://github.com/polybar/polybar/compare/3.5.5...HEAD
|
|
|
|
[3.5.5]: https://github.com/polybar/polybar/releases/tag/3.5.5
|
2021-01-07 12:44:30 +00:00
|
|
|
[3.5.4]: https://github.com/polybar/polybar/releases/tag/3.5.4
|
2020-12-23 16:32:15 +00:00
|
|
|
[3.5.3]: https://github.com/polybar/polybar/releases/tag/3.5.3
|