summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-02-23 17:57:01 +0100
committerCanop <cano.petrole@gmail.com>2024-02-23 17:57:01 +0100
commitc691403482a33134de194ef397d806ce8573b985 (patch)
treecf10378cecb5fd59b3fb544a4734f7e47463d25d
parent0098b49629e1f19b45c97a9dedfc2ad83876f800 (diff)
update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1655289..03dfbcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,12 @@
### next
-- verb sequences (based on `cmd`) can take arguments from the verb invocation
- new `--verb-output` launch argument, dedicated to the new `:clear_output` and `:write_output` internals - Fix #825
+- verb sequences (based on `cmd`) can take arguments from the verb invocation
- don't fail launch in case of bad verb configuration, more helpful error message in such case
- faster kitty image rendering by default - Fix #789
- `{file-git-relative}` verb argument - Thanks @VasilisManol
- modify nushell function import: `use` instead of `source` - Thanks @texastoland and @FrancescElies
- fix some resizing and flickering problems on Windows (appeared with 1.33.0) - Fix #840
+- write `installed` flag file on `--install` - Fix #837
### v1.33.1 - 2024-02-03
<a name="v1.33.1"></a>