mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [Unreleased](#unreleased)
|
||||||
|
* [1.13.1](#1-13-1)
|
||||||
* [1.13.0](#1-13-0)
|
* [1.13.0](#1-13-0)
|
||||||
* [1.12.1](#1-12-1)
|
* [1.12.1](#1-12-1)
|
||||||
* [1.12.0](#1-12-0)
|
* [1.12.0](#1-12-0)
|
||||||
|
|
@ -41,6 +42,7 @@
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Support for adjusting the thickness of regular underlines ([#1136][1136]).
|
* Support for adjusting the thickness of regular underlines ([#1136][1136]).
|
||||||
|
|
@ -50,13 +52,24 @@
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Window is now dimmed while in Unicode input mode.
|
|
||||||
* Default color theme from a variant of the Zenburn theme, to a
|
* Default color theme from a variant of the Zenburn theme, to a
|
||||||
variant of the Solarized dark theme.
|
variant of the Solarized dark theme.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
## 1.13.1
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Window is now dimmed while in Unicode input mode.
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Compiling against wayland-protocols < 1.25
|
* Compiling against wayland-protocols < 1.25
|
||||||
|
|
@ -73,10 +86,6 @@
|
||||||
[1074]: https://codeberg.org/dnkl/foot/pulls/1074
|
[1074]: https://codeberg.org/dnkl/foot/pulls/1074
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.13.0
|
## 1.13.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.13.0',
|
version: '1.13.1',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.58.0',
|
meson_version: '>=0.58.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue