Skip to content

Releases: sugoidogo/obs-python-installer

2.0.1

19 May 09:55
Compare
Choose a tag to compare
  • use ConfigParser - prevents adding the same entry to the global ini file across multiple runs and adds the proper key for 32 bit support

2.0.0

19 May 07:39
Compare
Choose a tag to compare
  • The installer will now prefer using an existing PythonCore (aka official) 3.6 install
  • The PythonCore installer will be used instead of an embedded install
  • 32-bit support

1.2.1

08 May 05:12
Compare
Choose a tag to compare
  • ask the user to close obs before installer starts - OBS overwrites all config files on exit, so it must be closed for this installer to update those files.
  • releases now include the solo python script to avoid windows defender issues for users who already have python

1.2.0

07 May 14:37
Compare
Choose a tag to compare
  • fix mistaken settings file changes - The correct OBS settings will now be updated, the installer is now fully automated.

1.1.3

06 May 06:43
Compare
Choose a tag to compare
  • always use utf-8 with OBS json files should fix encoding issues with scene collections imported from SLOBS

1.1.2

06 May 01:09
Compare
Choose a tag to compare
  • print filename when settings update fails

1.1.1

06 May 01:01
Compare
Choose a tag to compare
  • don't exit early if settings updates fail
  • exe is now built with upx which seems to avoid false positives on Windows Defender

1.1.0

05 May 20:32
Compare
Choose a tag to compare
  • add python path to all scene collections means that the installer is now fully automated and doesn't require any user intervention.

1.0.0

05 May 02:51
Compare
Choose a tag to compare

Initial release