| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-05 | Require Go 1.23 | Junegunn Choi | |
| 2024-04-13 | Enable profiling options when 'pprof' tag is set (#2813) | Charlie Vieth | |
| This commit enables cpu, mem, block, and mutex profling of the FZF executable. To support flushing the profiles at program exit it adds util.AtExit to register "at exit" functions and mandates that util.Exit is used instead of os.Exit to stop the program. Co-authored-by: Junegunn Choi <junegunn.c@gmail.com> | |||
| 2024-04-01 | Improve ingestion performance (by around 20%) | Junegunn Choi | |
| 2024-02-15 | Replace "default find command" with built-in directory traversal | Junegunn Choi | |
| 2024-01-21 | Change mattn/go-runewidth dependency to rivo/uniseg for accurate results | Junegunn Choi | |
| Related #3588 #3588 #3567 | |||
| 2023-10-26 | Go 1.18 or above is required | Junegunn Choi | |
| Close #3492 | |||
| 2022-04-07 | Require Go 1.17 or above | Junegunn Choi | |
| 2021-01-28 | BUILD.md: Update Go version requirement (#2332) | Nanda Lopes | |
| src/options.go:463:9: undefined: strings.ReplaceAll note: module requires Go 1.13make: *** [Makefile:122: target/fzf-linux_amd64] Erro 2 | |||
| 2020-10-28 | Make Makefile fail when git information is not available | Junegunn Choi | |
| 2020-10-28 | Panic when fzf was built without version information | Junegunn Choi | |
| So that the package maintainers would immediately know that the build is incorrect. But is there a way to make build simply fail? Related: https://github.com/junegunn/fzf.vim/issues/1150 | |||
| 2019-01-31 | Update build instruction | Junegunn Choi | |
| Close #1485 | |||
| 2017-06-02 | Restructuring: main package in project root | Junegunn Choi | |
| 2017-06-01 | Use glide to handle go dependencies | Edgar Lee | |
| 2017-01-31 | Update documentation | Junegunn Choi | |
| 2016-11-27 | Add BUILD.md | Junegunn Choi | |
