| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bacon_3.26.0.zip | 2026-09-26 | 21.7 MB | |
| bacon v3.26.0 source code.tar.gz | 2026-09-26 | 2.1 MB | |
| bacon v3.26.0 source code.zip | 2026-09-26 | 2.2 MB | |
| README.md | 2026-09-26 | 1.6 kB | |
| Totals: 4 Items | 26.0 MB | 0 | |
- fix a file (eg
build.rs) not being watched anymore after an editor saved it by replacement - Fix [#243] - fewer redraws when the command outputs many lines
- custom sounds, declared in a
soundsmap - Fix [#337] - a sound interrupts the one being played instead of waiting for its end
- the
play-soundaction takes the sound name without thename=prefix, egplay-sound(bepop) - the precompiled macOS and Windows binaries now have sound enabled
- fix lines of colored spaces missing in test output - Fix [#382]
- skin colors can be given as RGB (eg
"#fb0"or"rgb(255, 187, 0)"), gray level, or color name, in addition to ANSI codes - Fix [#449] - new
found_selected_fgskin entry - the
search_summary_fgskin entry is now applied - the help page uses the skin of the current job
- smaller crate package: the website, CI and nix files are no longer published - Fix [#460]
- the
BACON_SOCKETenvironment variable tells where to open the action socket (if not defined, it's in the package dir) - a failure to open the action socket, eg when the path of the project is too long, no longer prevents bacon from running
next-matchandprevious-match(tab and backtab) go to the next and previous items when there's no search; thenext-itemandprevious-itemactions do it even during a search - Fix [#466]- fix changes missed when the system drops file events under heavy load
- new
file_watch_strategyjob parameter (parent_dir,file, orfile_poll) to change how watched files are followed when the platform default doesn't fit