What's Changed
- flake: avoid importing nixpkgs, format by @diniamo in #209
- nix: housekeeping by @NotAShelf in #211
- feat: v4.3 by @justchokingaround in #205 with the help of @medanisjbara
- feat: native shell implementation of discord rich presence (only supported on UNIX systems, for now untested on macOS) (requires: BSD netcat)
- feat: use fzf's default chafa image preview by default, ueberzugpp now becomes optional (but you can still use it if you had it configured before by adding
use_ueberzugpp=true
to your config) - critical change: the config file is now named
lobster_config.sh
instead oflobster_config.txt
- bugfix: any config option that used 0/1 before now uses false/true strings respectively
- and also many other bugs
New Contributors
- @NotAShelf made their first contribution in #211
Full Changelog: v4.2.3...v4.3.0