mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
Merge branch 'releases/1.17'
This commit is contained in:
commit
ec0e6d1744
2 changed files with 4 additions and 10 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.17.2](#1-17-2)
|
||||||
* [1.17.1](#1-17-1)
|
* [1.17.1](#1-17-1)
|
||||||
* [1.17.0](#1-17-0)
|
* [1.17.0](#1-17-0)
|
||||||
* [1.16.2](#1-16-2)
|
* [1.16.2](#1-16-2)
|
||||||
|
|
@ -51,15 +51,13 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.17.2
|
||||||
### Added
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Notifications with invalid UTF-8 strings are now ignored.
|
* Notifications with invalid UTF-8 strings are now ignored.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Crash when changing aspect ratio of a sixel, in the middle of the
|
* Crash when changing aspect ratio of a sixel, in the middle of the
|
||||||
|
|
@ -73,10 +71,6 @@
|
||||||
multi-monitor setup with different monitor DPIs.
|
multi-monitor setup with different monitor DPIs.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.17.1
|
## 1.17.1
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.17.1',
|
version: '1.17.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue