meson/PKGBUILD/changelog: prepare for 1.2.0

This commit is contained in:
Daniel Eklöf 2020-03-06 20:11:50 +01:00
parent 6bc6bf4fb4
commit 4c56c8c63d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,15 @@
# Changelog
## Unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 1.2.0
### Added
* Run-time text resize using ctrl-+, ctrl+- and ctrl+0
@ -30,9 +39,5 @@
* Logging to print to stderr, not stdout
* Backspace now emits DEL (^?), and ctrl+backspace emits BS (^H)
### Deprecated
### Removed
* '28' from DA response
### Fixed
### Security

View file

@ -1,5 +1,5 @@
pkgname=('foot' 'foot-terminfo')
pkgver=1.1.0
pkgver=1.2.0
pkgrel=1
arch=('x86_64')
url=https://codeberg.org/dnkl/foot

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.1.0',
version: '1.2.0',
license: 'MIT',
meson_version: '>=0.47.0',
default_options: [