mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-18 06:46:23 -04: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
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
### Added
|
||||||
|
### Changed
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
|
||||||
|
|
||||||
|
## 1.2.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Run-time text resize using ctrl-+, ctrl+- and ctrl+0
|
* Run-time text resize using ctrl-+, ctrl+- and ctrl+0
|
||||||
|
|
@ -30,9 +39,5 @@
|
||||||
* Logging to print to stderr, not stdout
|
* Logging to print to stderr, not stdout
|
||||||
* Backspace now emits DEL (^?), and ctrl+backspace emits BS (^H)
|
* Backspace now emits DEL (^?), and ctrl+backspace emits BS (^H)
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
### Removed
|
||||||
* '28' from DA response
|
* '28' from DA response
|
||||||
|
|
||||||
### Fixed
|
|
||||||
### Security
|
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot' 'foot-terminfo')
|
pkgname=('foot' 'foot-terminfo')
|
||||||
pkgver=1.1.0
|
pkgver=1.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.1.0',
|
version: '1.2.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.47.0',
|
meson_version: '>=0.47.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue