v1.0.1 - small bugfix and linux changes
i'm only releasing this as a linux binary because i'm not dealing with resubmitting the windows binary to be unflagged as a virus by windows defender for right now. sorry!
if you compile from source you'll still get the changes, of course.
if you're using the windows release from v1.0.0, the workaround for the bug i fixed is to either create your files directly in brr or make sure the last line of the file is not empty before opening it in brr.
changelog:
- fixed an issue where files created on windows would display incorrectly because they contain "\r" characters in addition to "\n" in their file endings.
- if you're on linux, brr will now first check "
$XDG_CONFIG_HOME/brr
" (defaulting to "~/.config/brr
" if the env variable is not set) for a "brr.conf
" file before looking elsewhere. additionally, brr will now first try to create "brr.log
" at "$XDG_STATE_HOME/brr
" (defaulting to "~/.local/state/brr
") before sticking it in the folder with the binary. - updated some of the documentation.