Releases: Jaded-Encoding-Thaumaturgy/vs-preview
Releases Β· Jaded-Encoding-Thaumaturgy/vs-preview
v0.10.1
What's Changed
- Fix PictType issue by @Kapppa in #208
- Rewrite slow.pics session handling by @Kapppa in #210
- Add button to pop out plugins panel v3 by @arch1t3cht in #214
- Improve session handling by @Kapppa in #215
- Fix Public Default option by @Kapppa in #217
- remove cupy rgb packing fallback by @emotion3459 in #216
- Add customizable shortcuts settings by @Ichunjo in #180
- Change seek to main parent by @Kapppa in #218
- Fix some shortcuts not working when their toolbar arenβt opened by @Ichunjo in #219
- Add reset zoom shortcut by @Ichunjo in #220
- Update scening list dialog by @Ichunjo in #221
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Fix issues with slow.pics by @Kapppa in #160
- Fix frames props view not updating on frame change by @sgt0 in #162
- Add chroma kernel selector by @Setsugennoao in #165
- Add SAR Button by @Setsugennoao in #166
- Allow arbitrary number of digits in OGM chapter times by @clr134 in #167
- Make the comp toolbar a plugin by @Setsugennoao in #163
- Support alternate api-keys in tmdb by @Kapppa in #168
- Fix slow.pics again by @Kapppa in #169
- Support dark and light frames generation by @Kapppa in #170
- Fix wrong total time based on total frames by @Ichunjo in #175
- fix playback & scening settings not applied by @Ichunjo in #178
- Make multiline export as optional by @Ichunjo in #179
- Stop using .vspreview by @LightArrowsEXE in #186
- Work around PyQt loading outdated MSVC runtime by @emotion3459 in #191
- Extend functionality of set_output by @Ichunjo in #184
- Overhaul frame props plugin by @LightArrowsEXE in #182
- Update default settings values by @LightArrowsEXE in #189
- Make error message on broken storage more helpful and print file paths by @arch1t3cht in #203
- Rename global storage file to global.yml from .global.yml by @arch1t3cht in #204
- Make YAML storage loading safer and able to catch errors by @arch1t3cht in #206
- Fix Crashing issues by @Kapppa in #207
- Allow to set_output even if the script isn't executed in vspreview by @Ichunjo in #209
New Contributors
- @clr134 made their first contribution in #167
- @Ichunjo made their first contribution in #175
- @emotion3459 made their first contribution in #191
Full Changelog: v0.9.0...v0.10.0
v0.8.0
What's Changed
- Fix #113 - Seek to Last/First Frame Buttons by @theChaosCoder in #114
- Automate the collection name by @Kapppa in #94
- Support fully Slow.pics tags by @Kapppa in #118
New Contributors
- @theChaosCoder made their first contribution in #114
Full Changelog: v0.7.1...v0.8.0
v0.3.9
Full Changelog: v0.3.8...v0.3.9
v0.3.1
What's Changed
- bump tag exists action version by @mukunku in #43
- Update package and dependencies by @Setsugennoao in #47
- Add timecodes logic,
set_timecodes
by @Setsugennoao in #49 - Use vsengine by @Setsugennoao in #52
Full Changelog: v0.2.9...v0.3.1
v0.2.9
Full Changelog: v0.2.8...v0.2.9
v0.2.7
Just workflows and minor updates.
Full Changelog: v0.2.6...v0.2.7
v0.2.6
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
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
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!