Skip to content

Releases: michael-mueller-git/Python-Funscript-Editor

v0.3.2

27 Jun 17:14
Compare
Choose a tag to compare

Python-Funscript-Editor v0.3.2

Changelog

  • Add more options for the additional points algorithms
  • Improve roll prediction

v0.3.1

09 Jun 16:59
Compare
Choose a tag to compare

Python-Funscript-Editor v0.3.1

Changelog

  • Fix error in Distance Minimization Algorithm that cause Program Crash

v0.3.0

08 Jun 17:35
Compare
Choose a tag to compare

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

20 Apr 17:40
Compare
Choose a tag to compare

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

19 Mar 18:16
Compare
Choose a tag to compare

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

07 Mar 17:41
Compare
Choose a tag to compare

Python-Funscript-Editor v0.2.3

Changelog

  • Fix "to many open files" in OFS lua extension

v0.2.2

25 Feb 17:48
Compare
Choose a tag to compare

Python-Funscript-Editor v0.2.2

Changelog

  • Add Support for low resolution VR-Videos.

v0.2.1

17 Feb 17:08
Compare
Choose a tag to compare

Python-Funscript-Editor v0.2.1

Changelog

  • Fix projection with brackets in name cause program crash

v0.2.0

06 Feb 15:28
Compare
Choose a tag to compare

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.

v0.1.7

24 Nov 20:28
Compare
Choose a tag to compare

Python-Funscript-Editor v0.1.7

Changelog

  • Persistent Dialog Settings (#12)
  • Testcode for hanging Python thread on Windows (#13)