Skip to content

V3.9

Compare
Choose a tag to compare
@cmhughes cmhughes released this 14 Mar 15:26
6fa7181

V3.9, March 14, 2021

  • #229, Log4Perl module removed, logging is now perhaps too simple, but hopefully eases installation and use for all. See Latexindent/Logger.pm for implementation.

Small enhancements:

  • #242, update to -l switch so that instead of only looking for localSettings.yaml, it will also look for (in order): latexindent.yaml, .localSettings.yaml and .latexindent.yaml. Note that you don't need to have all 4, and that for most uses, just 1 of these files should be enough. As previously, using -l=myfile.yaml will only load myfile.yaml and now using -l=myfile.yaml+ will assume that you want to load as many of the following that exist: myfile.yaml, localSettings.yaml, latexindent.yaml, .localSettings.yaml, .latexindent.yaml
  • #239, update to commandCodeBlocks

bug fixes:

  • #243, bug with -y switch, also documented in fineTuning section
  • #249, bug with item indentation resolved
  • #250, bug with ifElseFi resolved so that the main regex for the ifElseFi routine obeys the settings in fineTuning