Releases: michael-mueller-git/Python-Funscript-Editor
Releases · michael-mueller-git/Python-Funscript-Editor
v0.3.2
Python-Funscript-Editor v0.3.2
Changelog
- Add more options for the additional points algorithms
- Improve
roll
prediction
v0.3.1
Python-Funscript-Editor v0.3.1
Changelog
- Fix error in Distance Minimization Algorithm that cause Program Crash
v0.3.0
Python-Funscript-Editor v0.3.0
Changelog
- Add multi-axis output for OFS #15
- Improve Logging
- Switch from CSV to json for file transfer between MTFG and OFS
v0.2.5
Python-Funscript-Editor v0.2.5
Changelog
- Improve prediction for fast actions
- First taged release for the linux installer script.
- Code adjustments for #15 (not complete)
v0.2.4
Python-Funscript-Editor v0.2.4
Changelog
- Add ffmpeg timeout to settings.yaml and increase default timeout to 15 seconds. This should allow to run the tool on slow computers.
v0.2.3
Python-Funscript-Editor v0.2.3
Changelog
- Fix "to many open files" in OFS lua extension
v0.2.2
Python-Funscript-Editor v0.2.2
Changelog
- Add Support for low resolution VR-Videos.
v0.2.1
Python-Funscript-Editor v0.2.1
Changelog
- Fix projection with brackets in name cause program crash
v0.2.0
Python-Funscript-Editor v0.2.0
Changelog
- Add more options from config to settings dialog.
- Add supervised ignore tracking.
- Fix wrong frame displayed in VR Region of Interest selection menu.
- Add various algorithms do determine the points (choice in the settings dialog).
- Code Refactoring for better maintainability.
- Disable Logging by default on Windows.
- The OFS Extension Installer now use the
main.lua
from the released zip file.