changelog: 1.7.0

This commit is contained in:
Daniel Eklöf 2021-03-20 14:02:12 +01:00
parent c1a64bfb14
commit be6f7ff934
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#Unreleased) * [1.7.0](#1-7-0)
* [1.6.4](#1-6-4) * [1.6.4](#1-6-4)
* [1.6.3](#1-6-3) * [1.6.3](#1-6-3)
* [1.6.2](#1-6-2) * [1.6.2](#1-6-2)
@ -23,7 +23,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.7.0
### Added ### Added
* The `pad` option now accepts an optional third argument, `center` * The `pad` option now accepts an optional third argument, `center`
@ -97,7 +98,6 @@
configured maximum size (defaulting to 10000x10000). configured maximum size (defaulting to 10000x10000).
### Deprecated
### Removed ### Removed
* The `-g,--geometry` command-line option (which had been deprecated * The `-g,--geometry` command-line option (which had been deprecated
@ -117,7 +117,6 @@
* Drain PTY when the client application terminates. * Drain PTY when the client application terminates.
### Security
### Contributors ### Contributors
* [craigbarnes](https://codeberg.org/craigbarnes) * [craigbarnes](https://codeberg.org/craigbarnes)