mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
Merge branch 'releases/1.11'
This commit is contained in:
commit
85be473303
7 changed files with 17 additions and 18 deletions
|
|
@ -35,7 +35,6 @@ tasks:
|
||||||
- fcft: |
|
- fcft: |
|
||||||
cd foot/subprojects
|
cd foot/subprojects
|
||||||
git clone https://codeberg.org/dnkl/fcft.git
|
git clone https://codeberg.org/dnkl/fcft.git
|
||||||
cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
cd ../..
|
cd ../..
|
||||||
- debug: |
|
- debug: |
|
||||||
mkdir -p bld/debug
|
mkdir -p bld/debug
|
||||||
|
|
@ -50,4 +49,4 @@ tasks:
|
||||||
- codespell: |
|
- codespell: |
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd foot
|
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
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ tasks:
|
||||||
- fcft: |
|
- fcft: |
|
||||||
cd foot/subprojects
|
cd foot/subprojects
|
||||||
git clone https://codeberg.org/dnkl/fcft.git
|
git clone https://codeberg.org/dnkl/fcft.git
|
||||||
cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
cd ../..
|
cd ../..
|
||||||
- debug: |
|
- debug: |
|
||||||
mkdir -p bld/debug
|
mkdir -p bld/debug
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ debug-x64:
|
||||||
script:
|
script:
|
||||||
- cd subprojects
|
- cd subprojects
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir -p bld/debug
|
- mkdir -p bld/debug
|
||||||
- cd bld/debug
|
- cd bld/debug
|
||||||
|
|
@ -37,7 +36,6 @@ debug-x64-no-grapheme-clustering:
|
||||||
- apk del harfbuzz harfbuzz-dev utf8proc utf8proc-dev
|
- apk del harfbuzz harfbuzz-dev utf8proc utf8proc-dev
|
||||||
- cd subprojects
|
- cd subprojects
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir -p bld/debug
|
- mkdir -p bld/debug
|
||||||
- cd bld/debug
|
- cd bld/debug
|
||||||
|
|
@ -56,7 +54,6 @@ release-x64:
|
||||||
script:
|
script:
|
||||||
- cd subprojects
|
- cd subprojects
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir -p bld/release
|
- mkdir -p bld/release
|
||||||
- cd bld/release
|
- cd bld/release
|
||||||
|
|
@ -75,7 +72,6 @@ debug-x86:
|
||||||
script:
|
script:
|
||||||
- cd subprojects
|
- cd subprojects
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir -p bld/debug
|
- mkdir -p bld/debug
|
||||||
- cd bld/debug
|
- cd bld/debug
|
||||||
|
|
@ -94,7 +90,6 @@ release-x86:
|
||||||
script:
|
script:
|
||||||
- cd subprojects
|
- cd subprojects
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir -p bld/release
|
- mkdir -p bld/release
|
||||||
- cd bld/release
|
- cd bld/release
|
||||||
|
|
@ -114,4 +109,4 @@ codespell:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- pip install codespell
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ pipeline:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- pip install codespell
|
- 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:
|
subprojects:
|
||||||
when:
|
when:
|
||||||
|
|
@ -22,7 +22,6 @@ pipeline:
|
||||||
- mkdir -p subprojects && cd subprojects
|
- mkdir -p subprojects && cd subprojects
|
||||||
- git clone https://codeberg.org/dnkl/tllist.git
|
- git clone https://codeberg.org/dnkl/tllist.git
|
||||||
- git clone https://codeberg.org/dnkl/fcft.git
|
- git clone https://codeberg.org/dnkl/fcft.git
|
||||||
- cd fcft && git checkout 3.0-dev && cd ..
|
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
||||||
x64:
|
x64:
|
||||||
|
|
|
||||||
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.11.0](#1-11-0)
|
||||||
* [1.10.3](#1-10-3)
|
* [1.10.3](#1-10-3)
|
||||||
* [1.10.2](#1-10-2)
|
* [1.10.2](#1-10-2)
|
||||||
* [1.10.1](#1-10-1)
|
* [1.10.1](#1-10-1)
|
||||||
|
|
@ -36,7 +36,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.11.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* `[mouse-bindings].selection-override-modifiers` option, specifying
|
* `[mouse-bindings].selection-override-modifiers` option, specifying
|
||||||
|
|
@ -91,7 +92,6 @@
|
||||||
outside the terminal (https://codeberg.org/dnkl/foot/pulls/894).
|
outside the terminal (https://codeberg.org/dnkl/foot/pulls/894).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
* Workaround for slow resize in Sway <= 1.5, when a foot window was
|
* 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).
|
platforms (https://codeberg.org/dnkl/foot/issues/914).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [lamonte](https://codeberg.org/lamonte)
|
* [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
|
## 1.10.3
|
||||||
|
|
||||||
|
|
|
||||||
2
main.c
2
main.c
|
|
@ -649,8 +649,6 @@ main(int argc, char *const *argv)
|
||||||
if (aborted || tll_length(wayl->terms) == 0)
|
if (aborted || tll_length(wayl->terms) == 0)
|
||||||
ret = EXIT_SUCCESS;
|
ret = EXIT_SUCCESS;
|
||||||
|
|
||||||
LOG_INFO("%zu", c32len(U"foobar"));
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
free(_cwd);
|
free(_cwd);
|
||||||
server_destroy(server);
|
server_destroy(server);
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.10.3',
|
version: '1.11.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue