Skip to content

Releases: Jaded-Encoding-Thaumaturgy/vs-preview

v0.8.0

29 Oct 20:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.3.9

16 Dec 13:46
Compare
Choose a tag to compare

Full Changelog: v0.3.8...v0.3.9

v0.3.1

07 Dec 23:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.1

v0.2.9

17 Oct 10:48
Compare
Choose a tag to compare

Full Changelog: v0.2.8...v0.2.9

v0.2.7

31 Jul 14:52
Compare
Choose a tag to compare

Just workflows and minor updates.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

17 Jun 13:36
Compare
Choose a tag to compare

Small update for view modes, but mostly for nicer code

  • Swap the fft switch for a view mode combox
  • Add rfs style scening import
  • View mode caching fix
  • Fix clip titles being overridden at each new frame rendered
  • Fix oob last showed frame
  • Fix None title for VideoOutput
  • Lots of documentation!
  • Normalize ranges when importing from vsedit bookmarks
  • Fix global storage not getting loaded when local storage is missing and overriding it with defaults

v0.2.5

01 Jun 10:36
Compare
Choose a tag to compare

Some bug fixes and regression fixes

  • Document shortcuts
  • Sync frames when switching view modes
  • Continue playback after switching view modes
  • Add keybind 'SHIFT + F' to switch to FFTSpectrum view mode
  • Fix to_rgb regression, not dithering output
  • Fix Transfer in Frame Props appearing as 'UnspecifiedReserved'
  • Fix possible crash on GraphicsView when triggering a mouse button release event without having a press event before

v0.2.4

29 May 19:37
Compare
Choose a tag to compare

Woo! First release on GitHub
Changes from v0.2.3a0 are:

UI/UX:

  • Add color management (on Windows)
  • Add copy button to pipette
  • Add ViewModes
    • FFTSpectrum

Development:

  • Update dependencies
    • Make numpy hard dep
    • Add vsengine
    • Add vsdfft
  • A lot of code cleanup

From the last version of Endilll's original fork, this is the non exaustive list of changes:

  • VapourSynth APIv4, Python 3.10 support
  • Lots of bugfix and crash fix
  • No more memory leaks
  • Faster playback, memory sharing issues fixed
  • AUDIO SUPPORT!
  • Settings
    • Custom settings for toolbars like zoom levels for the main one
  • Auto-fit zoom button
  • Global settings storage
  • Frame Props tab viewer
  • Faster reloading
  • Fix reloading while in playback
  • Faster storage saving
  • "Minimap", drag navigator like VSEdit
  • Respect cursor position when zooming in and out
  • Set initial position of window
  • VFR Support
  • Crop assistant like VSEdit
  • "From end list" modifier when switching outputs
  • Comp toolbar
  • Rework on misc toolbar
  • New filetypes supported for importing scenes
  • Support for long clips (1+ days)
  • Added a --vscode-setup command
  • Cache pipette frames, much faster now

...and many more things I forgot!