changelog: prepare for 1.5.1

This commit is contained in:
Daniel Eklöf 2020-10-11 19:31:01 +02:00
parent a32464e296
commit 77a87b30ff
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#Unreleased) * [1.5.1](#1-5-1)
* [1.5.0](#1-5-0) * [1.5.0](#1-5-0)
* [1.4.4](#1-4-4) * [1.4.4](#1-4-4)
* [1.4.3](#1-4-3) * [1.4.3](#1-4-3)
@ -14,8 +14,8 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.5.1
### Added
### Changed ### Changed
* Default value of the **scrollback.multiplier** option in `foot.ini` * Default value of the **scrollback.multiplier** option in `foot.ini`
@ -24,8 +24,6 @@
default. This is in addition to middle-clicking with the mouse. default. This is in addition to middle-clicking with the mouse.
### Deprecated
### Removed
### Fixed ### Fixed
* Mouse bindings now match even if the actual click count is larger * Mouse bindings now match even if the actual click count is larger
@ -55,7 +53,6 @@
* Paste from primary when clipboard is empty. * Paste from primary when clipboard is empty.
### Security
### Contributors ### Contributors
* [craigbarnes](https://codeberg.org/craigbarnes) * [craigbarnes](https://codeberg.org/craigbarnes)