Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Languages and File Types:
o Cangjie
o Elixir Script
o Fortran 2003
o Jsonnet
o Nextflow
o Nushell
o Org Mode
o Rego
o UXML, USS (Unity)
Updates:
o First attempt at using Github Actions to package a release including making a Windows executable that works with symlinks as used by winget
o Add column headers for
--show-lang
and--show-ext
outputo Remove '->' separator in
--show-ext
outputo Remove leading blank space for
--fmt
output written to STDOUTo New switch
--files-from
as a synonym for--vcs
o New switch
--ksep
/--thousands-delimiter
to show a separator (default is a comma) between thousands in output countso Change sequence of Python language filters so that docstrings are handled before
#
o Jenkinsfile now recognized as Groovy
o Improve Windows/Unix path conflicts when using
--git --diff
in git-bash terminalo New switch
--percent
as a shortcut to--by-percent t
to show percentage of totals in blank, comment, code columnso Add backtick and C++ style comment support for Svelte
o Write results in multiple formats if multiple output format switches are given (for example
--json
,--yaml
,--xml
)Bug fixes:
o Remove file
irregular"file2.md
from the test suite as filenames with embedded double quotes are illegal in Windows and cause git pull problems (among other issues). This file is created dynamically during testing on non-Windows operating systems.o On Windows use zip format instead of tar for the
git archive
command used when running with--git --diff
o Remove duplicate "percent" entry in options handling
o Support
--exclude-lang
in--diff
modeo Fix
--exclude-lang
option when used in diff mode and when all files are additions or deletionso On Windows, remove temporary "SCALAR(0x..)" files created when using
--fmt
o Handle
--by-file
for JSON and YAML outputs with single and double quotes in file names