Releases: justinfx/gofileseq
v2.14.0 Release
What's Changed
This could be considered a semi-breaking change in the way single files are identified as being sequences.
However, with the Go/C++ implementations expecting to match the original python fileseq, single files were being
too aggressively identified as sequences and this fix restores the behavior to match python.
- #30 go/cpp: Align single-file parsing rules with python fileseq, to make them less aggressive
Full Changelog: v2.13.0...v2.14.0
v2.13.0 Release
v2.12.0 Release
Changelog: v2.11.2...v2.12.0
v2.11.2 Release
v2.11.1 Release
v2.11.0 Release
v2.10.0 Release
Changelog
- 6acaf31 Prevent omission of frame range on ambiguous single item frame range (fixes #21)
- a31ddfb Update extra seqls "go get" link in readme
- 67a7635 Update "go get" readme link to use v2
- 24e7133 cpp: fix pcre type ref
- ce638c2 cpp: refactor findSequences* to use optional frame pattern when detecting single frame paths (refs #19)
- a498e44 Prevent single file path from being appending more than once to sequence results
v2.9.0 Release
v2.8.0 Release
Changelog
199b70f Merge pull request #15 from justinfx/14_pad_formats
f8cfa8d cpp: Define FileSequence::operator bool() to return FileSequence::isValid()
7b8ca06 cpp: Prevent segfault when calling getters on default constructed FileSequence; return default values
f4c602d cpp: Add printf and houdini padding syntax support (refs #14)
cc672ff go: Add printf and houdini padding syntax support (refs #14)
c00a704 cmd: remove test file from vendored fastwalk
aa21f98 cmd:update seqls to use a faster parallel filesystem walk library
v2.7.1 Release
Changelog
d5d6756 cpp: fix broken handling of frame range negative step parsing for PCRE; switch step from size_t to long