summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-09-07 10:47:33 +0200
committerCanop <cano.petrole@gmail.com>2024-09-07 10:47:33 +0200
commit1f77962e6ff3d09a62c28008e4dadc0ac8dc51b3 (patch)
treed38a449dd2c40eae9178a23c21ed3756509a9046 /CHANGELOG.md
parentfd82ec9c3eb9c3866ef960ce6d90c7cd780045c9 (diff)
fix some composite patterns with several operators
and no parenthesis
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8168a8..b453507 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### next
+- `:focus_staging_area_no_open` internal, focus the staging area if it's already open, does nothing in other case - Fix #926
+- fix some composite patterns with several operators and no parenthesis
+
### v1.43.0 - 2024-08-30
<a name="v1.43.0"></a>
- 'Size' and 'Deletion date' columns in trash screen. This screen now supports the `:toggle_date`, `:toggle_size`, `:sort_by_date`, and `:sort_by_size` internals.