summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-05-05 14:33:15 +0200
committerKlaus Alexander Seistrup2024-05-05 14:36:11 +0200
commit0be53ef2ae9f6015e03aaf8d2f7ce50a0f2c4871 (patch)
tree69315d8721a9648224ef4373d81855c5760596aa
parentd73f62a8f429bf2a3ae6c0183fa1d6e20d7fdcd6 (diff)
downloadaur-0be53ef2ae9f6015e03aaf8d2f7ce50a0f2c4871.tar.gz
New upstream release: v5.1.0
Release notes: * https://github.com/darrenldl/docfd/releases/tag/5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--docfd-bin.changelog35
3 files changed, 12 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02aed0a21d37..693be23efb82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docfd-bin
pkgdesc = TUI multiline fuzzy document finder (pre-compiled)
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/darrenldl/docfd
changelog = docfd-bin.changelog
@@ -8,15 +8,15 @@ pkgbase = docfd-bin
license = MIT
provides = docfd
conflicts = docfd
- source = https://github.com/darrenldl/docfd/releases/download/5.0.0/docfd-5.0.0-ubuntu-latest.tar.gz
+ source = https://github.com/darrenldl/docfd/releases/download/5.1.0/docfd-5.1.0-ubuntu-latest.tar.gz
source = https://raw.githubusercontent.com/darrenldl/docfd/main/CHANGELOG.md
source = https://raw.githubusercontent.com/darrenldl/docfd/main/LICENSE
source = https://raw.githubusercontent.com/darrenldl/docfd/main/README.md
- sha256sums = 393ad40ac58375d51f025d087e7c6bdcf9195b292741eee078cf4df69c69fee4
+ sha256sums = 52e6dd20ee7fbad8d56e636cfe24ef3beaef45911659725e4ffbdb16e6eaffff
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- b2sums = 6ae79a5a52ebd2d4e2c3c2466fdccffae8ca11dac50cdcb10f84cffd606e39c7453be8500d27c955ba013600973a1fd0e1e24c3fe08a7ffacd3314049782d88f
+ b2sums = 6f717ec4c79d0e0e547120dd2200a3288d60ec6d1651139a49e582ba8dd8dafa393bfe25194f39dc2de1a4bd5a29c6e07592c1c5b3cec968792b6173beb60ea6
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 764939285d1c..004db1191297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='docfd-bin'
_pkgname="${pkgname/-bin/}"
_flavour='ubuntu-latest'
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc='TUI multiline fuzzy document finder (pre-compiled)'
arch=('x86_64')
@@ -30,11 +30,11 @@ package() {
}
sha256sums=(
- '393ad40ac58375d51f025d087e7c6bdcf9195b292741eee078cf4df69c69fee4'
+ '52e6dd20ee7fbad8d56e636cfe24ef3beaef45911659725e4ffbdb16e6eaffff'
'SKIP' 'SKIP' 'SKIP'
)
b2sums=(
- '6ae79a5a52ebd2d4e2c3c2466fdccffae8ca11dac50cdcb10f84cffd606e39c7453be8500d27c955ba013600973a1fd0e1e24c3fe08a7ffacd3314049782d88f'
+ '6f717ec4c79d0e0e547120dd2200a3288d60ec6d1651139a49e582ba8dd8dafa393bfe25194f39dc2de1a4bd5a29c6e07592c1c5b3cec968792b6173beb60ea6'
'SKIP' 'SKIP' 'SKIP'
)
diff --git a/docfd-bin.changelog b/docfd-bin.changelog
index ed864650e269..97ac2671f21e 100644
--- a/docfd-bin.changelog
+++ b/docfd-bin.changelog
@@ -1,33 +1,8 @@
-## 5.0.0
+## 5.1.0
-- Added file globbing support in the form of `--glob` argument
+- Fixed help message of `--max-token-search-dist`
-- Added single line search mode arguments
+- Adjusted path display in UI to hide current working directory segment when
+ applicable
- - `--single-line-exts`
- - `--single-line-add-exts`
- - `--single-line-glob`
- - `--single-line`
-
-- Fixed crash on empty file
-
- - This was due to assertion failure of `max_line_num` in
- `Content_and_search_result_render.content_snippet`
-
-- Changed search result printing via `Shift+P` and `p` within TUI to not exit
- after printing, allowing printing of more results
-
-- Added blinking to key binding info grid to give better visual feedback,
- especially for the new behavior of search result printing
-
-- Changed to allow `--paths-from` to be specified multiple times
-
-- Fixed handling of `.htm` files
-
- - `htm` is not a valid value for pandoc's `--format` argument
- - Now it is rewritten to `html` before being passed to pandoc
-
-- Changed `--max-depth`:
-
- - Changed default from 10 to 100
- - Changed to accept 0
+- Added missing blinking for `Tab` key presses