mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Merge branch 'releases/1.13'
This commit is contained in:
commit
473c5f4e76
2 changed files with 15 additions and 6 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.13.1](#1-13-1)
|
||||
* [1.13.0](#1-13-0)
|
||||
* [1.12.1](#1-12-1)
|
||||
* [1.12.0](#1-12-0)
|
||||
|
|
@ -41,6 +42,7 @@
|
|||
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
* Support for adjusting the thickness of regular underlines ([#1136][1136]).
|
||||
|
|
@ -50,13 +52,24 @@
|
|||
|
||||
### Changed
|
||||
|
||||
* Window is now dimmed while in Unicode input mode.
|
||||
* Default color theme from a variant of the Zenburn theme, to a
|
||||
variant of the Solarized dark theme.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.13.1
|
||||
|
||||
### Changed
|
||||
|
||||
* Window is now dimmed while in Unicode input mode.
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* Compiling against wayland-protocols < 1.25
|
||||
|
|
@ -73,10 +86,6 @@
|
|||
[1074]: https://codeberg.org/dnkl/foot/pulls/1074
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.13.0
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.13.0',
|
||||
version: '1.13.1',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.58.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue