Skip to content

Pyro

Pre-release
Pre-release
Compare
Choose a tag to compare
@fireundubh fireundubh released this 24 Nov 10:24
· 287 commits to master since this release

Major Changes

  • By default, Pyro will no longer anonymize compiled scripts. The --anonymize argument must be used or the Anonymize attribute must be set to true.
  • By default, Pyro will no longer automatically create BSA/BA2 packages. The --bsarch argument must be used or the CreateArchive attribute must be set to true.
  • Consequently, the --no-anonymize and --no-bsarch arguments were removed.

Fixes

  • Improved and optimized missing compiled scripts discovery
  • Fixed issue where the order of operations executed during PapyrusProject initialized produced unexpected behavior
  • Fixed issue where a previous improvement to pre-build compiled scripts discovery returned only paths to existing files

Licensing

  • Pyro is transpiled by Nuitka from Python 3.7.5 to C and compiled with MSVC 2019.
  • Pyro is distributed with bsarch v0.7 under the MPL 2.0 License. (Source Code)
  • The Pyro source code is licensed under the MIT License.