Merge branch 'releases/1.11'

This commit is contained in:
Daniel Eklöf 2022-02-05 17:37:58 +01:00
commit 85be473303
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 17 additions and 18 deletions

View file

@ -35,7 +35,6 @@ tasks:
- fcft: |
cd foot/subprojects
git clone https://codeberg.org/dnkl/fcft.git
cd fcft && git checkout 3.0-dev && cd ..
cd ../..
- debug: |
mkdir -p bld/debug
@ -50,4 +49,4 @@ tasks:
- codespell: |
pip install codespell
cd foot
~/.local/bin/codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
~/.local/bin/codespell -Lser,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd

View file

@ -30,7 +30,6 @@ tasks:
- fcft: |
cd foot/subprojects
git clone https://codeberg.org/dnkl/fcft.git
cd fcft && git checkout 3.0-dev && cd ..
cd ../..
- debug: |
mkdir -p bld/debug

View file

@ -19,7 +19,6 @@ debug-x64:
script:
- cd subprojects
- git clone https://codeberg.org/dnkl/fcft.git
- cd fcft && git checkout 3.0-dev && cd ..
- cd ..
- mkdir -p bld/debug
- cd bld/debug
@ -37,7 +36,6 @@ debug-x64-no-grapheme-clustering:
- apk del harfbuzz harfbuzz-dev utf8proc utf8proc-dev
- cd subprojects
- git clone https://codeberg.org/dnkl/fcft.git
- cd fcft && git checkout 3.0-dev && cd ..
- cd ..
- mkdir -p bld/debug
- cd bld/debug
@ -56,7 +54,6 @@ release-x64:
script:
- cd subprojects
- git clone https://codeberg.org/dnkl/fcft.git
- cd fcft && git checkout 3.0-dev && cd ..
- cd ..
- mkdir -p bld/release
- cd bld/release
@ -75,7 +72,6 @@ debug-x86:
script:
- cd subprojects
- git clone https://codeberg.org/dnkl/fcft.git
- cd fcft && git checkout 3.0-dev && cd ..
- cd ..
- mkdir -p bld/debug
- cd bld/debug
@ -94,7 +90,6 @@ release-x86:
script:
- cd subprojects
- git clone https://codeberg.org/dnkl/fcft.git
- cd fcft && git checkout 3.0-dev && cd ..
- cd ..
- mkdir -p bld/release
- cd bld/release
@ -114,4 +109,4 @@ codespell:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- codespell -Lser,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd

View file

@ -9,7 +9,7 @@ pipeline:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
- codespell -Lser,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
subprojects:
when:
@ -22,7 +22,6 @@ pipeline:
- mkdir -p subprojects && cd subprojects
- git clone https://codeberg.org/dnkl/tllist.git
- git clone https://codeberg.org/dnkl/fcft.git
- cd fcft && git checkout 3.0-dev && cd ..
- cd ..
x64:

View file

@ -1,6 +1,6 @@
# Changelog
* [Unreleased](#unreleased)
* [1.11.0](#1-11-0)
* [1.10.3](#1-10-3)
* [1.10.2](#1-10-2)
* [1.10.1](#1-10-1)
@ -36,7 +36,8 @@
* [1.2.0](#1-2-0)
## Unreleased
## 1.11.0
### Added
* `[mouse-bindings].selection-override-modifiers` option, specifying
@ -91,7 +92,6 @@
outside the terminal (https://codeberg.org/dnkl/foot/pulls/894).
### Deprecated
### Removed
* Workaround for slow resize in Sway <= 1.5, when a foot window was
@ -131,10 +131,19 @@
platforms (https://codeberg.org/dnkl/foot/issues/914).
### Security
### Contributors
* [lamonte](https://codeberg.org/lamonte)
* Érico Nogueira
* feeptr
* Felix Lechner
* grtcdr
* Mark Stosberg
* Nicolai Dagestad
* Oğuz Ersen
* Pranjal Kole
* Simon Ser
## 1.10.3

2
main.c
View file

@ -649,8 +649,6 @@ main(int argc, char *const *argv)
if (aborted || tll_length(wayl->terms) == 0)
ret = EXIT_SUCCESS;
LOG_INFO("%zu", c32len(U"foobar"));
out:
free(_cwd);
server_destroy(server);

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.10.3',
version: '1.11.0',
license: 'MIT',
meson_version: '>=0.54.0',
default_options: [