Skip to content

Releases: justinfx/gofileseq

v2.6.2 Release

20 Oct 05:00
Compare
Choose a tag to compare

Changelog

2a03c8c set the main go.mod to v2
c7294f8 Re-organize vendor and add vgo module support
e6e1313 exp/cpp: Makefile cleans up all libraries
2276445 exp/cpp: Don't deploy intermediate header on install
b6ec1db exp/cpp: Cleanup and fix experimental c++ bindings build

v2.6.1 Release

03 Jun 07:18
Compare
Choose a tag to compare

Changelog

d143c08 cpp: Support a negative stepping value when start > end in frame range string pattern
cdc0ab3 Support a negative stepping value when start > end in frame range string pattern
80a5786 cpp: Prevent compiler warnings from int vs size_t

v2.6.0 Release

15 Apr 09:25
Compare
Choose a tag to compare

Changelog

This release introduces C++11 support to the C++ library, and optionally removes the dependency on libpcre when std::regex is available (gcc >= 4.9). Waf build automatically detects which type to use.

Additionally, the older bindings version of the C++ library (bindings to Go lib) have been moved to an "exp/" directory, and the active library has been renamed to "cpp/".

44fc46b restructure cpp source to move old Go bindings to ext and port to "cpp" Support C++11 and std::regex by default; detect older compiler and use libpcre refs #9
ddd4e3b cpp: Fix bug in regex when long extension confuses numbers (refs #11)
bd20ec6 go: Fix bug in regex when long extension confuses numbers (refs #11)

v2.5.1 Release

13 Mar 08:16
ee0637f
Compare
Choose a tag to compare

Changelog

ee0637f Merge pull request #10 from justinfx/fix_complex_extensions
795258b Update changelog and version
9268346 c++: Support long file extensions like file.0001.tar.gz
4bedf9d c++: Clean up waf script to run gtest
e9321b6 c++: Clean up waf script to run gtest
f8a828d go: Support long file extensions like file.0001.tar.gz
7f4946e Update broken release badge in README
c5d0cc5 Update README with more badges
6e50c43 Remove outdated goxc cross compiler conf


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v2.5.0 Release

19 Feb 22:20
Compare
Choose a tag to compare

Changelog

36f805f Update to using string.Builder to reduce allocations (go >= 1.10)
ac74218 Update README with fixed badges, with links


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v2.4.1 Release

19 Feb 02:55
b0978e0
Compare
Choose a tag to compare

Changelog

81a0abe Fix bad formatting in error msg of range test
3feffc6 Update cmds to accept compile-time Version
71385fa Upchange changelog
42f20bb Remove reference to unmaintained c++ binding (as opposed to c++ port)


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v2.4.0 Release

19 Jul 23:48
Compare
Choose a tag to compare

New in v2.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

v2.3.1

11 Oct 01:24
Compare
Choose a tag to compare

New in v2.3.1

  • cpp-port: Fix: FrameSet::isValid() would return true even if it had a zero length range

v2.3.0

21 Jun 21:41
Compare
Choose a tag to compare

New in v2.3.0

Patch v2.2.3

12 Jun 22:02
Compare
Choose a tag to compare

New in v2.2.3

2.2.3

  • #8 - Bug: Use deterministic resolution of the padding character in findSequencesOnDisk()

Previous releases:

2.2.2

  • cmd/seqinfo - New tool for parsing and printing info about one or more file seq patterns
  • Refactored vendoring into cmd/ location

2.2.1

  • waf c++ build flags updated for static lib to avoid errors about -fPIC when link into another C++ lib