mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson/PKGBUILD/changelog: prepare for 1.2.0
This commit is contained in:
parent
6bc6bf4fb4
commit
4c56c8c63d
3 changed files with 11 additions and 6 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.1.0',
|
||||
version: '1.2.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.47.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue