Skip to content

v2.13.3

Compare
Choose a tag to compare
@davetron5000 davetron5000 released this 12 Nov 13:51
· 125 commits to main since this release
  • When generating a config file, only use the primary/first name of flags and switches. Previously, your config would have duplicates for every alias of a flag or switch. See #218 (thanks @ZeroPointEnergy!)
  • Fixes issue where boolean settings were not read from the config properly. Namely, false values didn't seem to work properly. See #217 (thanks @ZeroPointEnergy!)