Releases: mjiggidy/locatorator
Releases · mjiggidy/locatorator
v1.5.0 - No Comment
Locatorator 1.5.0 now extracts VFX IDs from marker comments and ignores additional strings in comments, causing new and cool headaches for you!
Marker Comparison
- Markers will now be compared strictly by their VFX IDs; additional characters in comments are ignored
- VFX ID validation relaxed to allow incidental whitespace before VFX ID
- VFX ID validation relaxed to allow postfixes to VFX IDs such as
MJ1090_pt1orJF2040-Alt- Specifically: Allows for VFX ID followed by non-whitespace, non-alphanumeric separator (
-,_,:, etc), followed by any additional alphanumeric characters
- Specifically: Allows for VFX ID followed by non-whitespace, non-alphanumeric separator (
Marker Change List
- Exported marker change list comments now begin with extracted VFX ID
Gooey Changes
- Timecode columns now using
fixed widthfont for easier visual comparison - The inevitable "Shot was found more than once" message now indicates which marker list is the problem
Full Changelog: v1.4.0...v1.5.0
v1.4.0 - I'm Going Through Changes
My goodness, two version in one day! Like I'm a teen again!
Change Type Filters
- Views can now be filtered by change types
- Exported marker lists respect change type filters (WYSIWYG)
- Change type filters persist across sessions
Marker List Exports
- Consolidated code between TUI and GUI modes of the application
Full Changelog: v1.3.0...v1.4.0
v1.3.0 - Whitespaceballs
This is a minor release to widen marker list support.
Marker List Support
- Improved marker list format validation
- Added support for unholy marker lists exported using "Keep Tabs And Returns" option
- Exported marker lists will convert these non-printable characters to spaces when necessary
VFX ID Recogition
- Relaxed hard-coded VFX ID requirements to be: 2-4 letters + 3-4 numbers
- Yes, one day this will be customizable
Full Changelog: v1.2.0...v1.3.0
v1.2.0 - The Weird Patchy Update
Reviving this old stinky code for my Fufu.
Improved Marker Support
- Support for extended marker colors (Avid 2024.6+)
- Support for updated marker list format with user and extended color columns (Avid 2024.6+)
- NOTE: Icons for some of these new colors will appear black. Will fix in future update.
Marker Filtering
- FOR NOW, only markers beginning with VFX IDs matching 3-letters and 4-digits (ex: ABC1234) will be filtered through
- Will plan to open this up later
Dependencies
- For timecode stuff: moved from my defunct
posttoolsjunk to my only-semi-defunct standalonetimecodelibrary
Build & Deploy
- Updated to
pyinstaller==6.19to fix an issue with PySide6 and OpenSSL version mismatching- Will plan to migrate to nuitka later
- Windows runner: Install
nsisviachocoas it's no longer included by default (neat thanks)
Full Changelog: v1.0.0...v1.2.0
Locatorator v1.0.0
Update README.md