diff --git a/CHANGELOG.md b/CHANGELOG.md index bcaac033..cca3d366 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/meson.build b/meson.build index c5597113..360db8fa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.13.0', + version: '1.13.1', license: 'MIT', meson_version: '>=0.58.0', default_options: [