mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
Merge branch 'releases/1.10'
This commit is contained in:
commit
647ab9578a
2 changed files with 5 additions and 7 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [1.10.2](#1-10-2)
|
||||||
* [1.10.1](#1-10-1)
|
* [1.10.1](#1-10-1)
|
||||||
* [1.10.0](#1-10-0)
|
* [1.10.0](#1-10-0)
|
||||||
* [1.9.2](#1-9-2)
|
* [1.9.2](#1-9-2)
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.10.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
@ -46,9 +46,6 @@
|
||||||
bar.
|
bar.
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* An ongoing mouse selection is now finalized on a pointer leave event
|
* An ongoing mouse selection is now finalized on a pointer leave event
|
||||||
|
|
@ -66,9 +63,10 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/678).
|
(https://codeberg.org/dnkl/foot/issues/678).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Jonas Ådahl
|
||||||
|
|
||||||
|
|
||||||
## 1.10.1
|
## 1.10.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.10.1',
|
version: '1.10.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue