Skip to content

Releases: justinfx/fileseq

Patch release v1.5.1

16 Aug 02:40
Compare
Choose a tag to compare

New in v1.5.1

  • #49 - Update DISK_PATTERN to capture empty values for dir and ext (thanks @GlenWalker)

v1.5.0 release

19 Jul 03:46
Compare
Choose a tag to compare

New in v1.5.0

  • #47 - Fix a bug in applying the SPLIT_PATTERN pattern when certain special range chars could break parsing
  • #46 - findSequenceOnDisk() should try to observe the provided padding chars when matching

v1.4.0 minor release

19 Apr 21:17
Compare
Choose a tag to compare

Addresses an issue related to memory consumption (#44), when a very large FrameSet is created. A new cap has been introduced (constants.MAX_FRAME_SIZE) to raise a MaxSizeException when exceeded.

v1.3.0 minor release

30 Mar 06:59
Compare
Choose a tag to compare

#41 - Add support for printf-style padding ('file.%04f.ext')