---------------- * cpp: Using C++11 and std::regex by default. Detect older compilers and use libpcre automatically as needed. * go/cpp: Preserve complex file extensions parsed after a frame, such as file.0001.tar.gz (".tar.gz")
2.5.0
---------------- * go: Use strings.Builder instead of bytes.Buffer for less allocations (requires go >= 1.10)
2.4.0
---------------- * Update FindSequencesOnDisk to sort mixed frame padding into discreet sequence results * Allow strict padding length check when filtering files for pattern match in FindSequenceOnDisk * go/cpp: Adjust path split regex to better handle range directive chars being used at the end of a base name
2.3.1
---------------- * cpp-port: Fix: FrameSet::isValid() would return true even if it had a zero length range
2.3.0
---------------- * cpp - pure c++ port now available
2.2.3
---------------- * 8 - Bug: Use deterministic resolution of the padding character in findSequencesOnDisk()