Skip to content

Releases: in03/snapper

Win binary + extra goodies

13 Apr 04:33
Compare
Choose a tag to compare

Ahoy! Few changes here:

  • Added Ruff for linting
  • Appeased the linter by tidying up some stuff
  • Added PyInstaller support
  • Added Poe the Poet for running dev tasks in Poetry
  • Added Pyinstaller build command with Poe the Poet
  • Lowered max supported Python version (4.0.0 to 3.12)
  • Hinted at potential future GUI...

And huzzah! A Windows binary.
Speak up if binaries for Mac and Linux are desirable.

0.3.1

27 Oct 23:43
Compare
Choose a tag to compare

Random first official Resolve 18 release!
This release adds a fix that allows matching timelines that have special characters in their names.
Old code had these unescaped and somehow never encountered bugs with it until now.

What's Changed

  • fix: Properly escape regex
  • style: Add py3.10 style unions

Full Changelog: https://github.com/in03/snapper/commits/v0.3.1

0.1.0

27 Oct 23:49
Compare
Choose a tag to compare

Last Resolve 17 Release!

This is the last offical release of Snapper for DaVinci Resolve 17. If it sounds confusing that the first release of a software can also be the last in the same breath, Snapper's development spent a long time in the murky waters of commit versioning - no tags, nor releases. Development henceforth will follow a conventional semver release schedule.

While this release is technically compatible with Resolve 18, more recent versions are highly recommended.

Pull requests for features and bugfixes are welcome, but as I have no access to Resolve 17, others will have to test.