Skip to content

v0.9.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 00:06

Changes in this release:

  • Support building on Linux (#6)
  • Migrate from make dev to make spm. This new command simply generates metadata which is read by Package.swift, so you don't need to reopen Xcode.
    • With this change, you can now write Orion tweaks with autocomplete using any IDE that's compatible with sourcekit-lsp – even on Linux/WSL!
    • This feature is currently in beta, and the ultimate goal is to expand its availability to all (non-Logos) Theos projects, including apps and tools. We'd love to hear your feedback.
    • Important: if you are migrating a tweak that you created prior to Orion 0.9.3, please update your Package.swift file to be the one from the new template.
  • Add orion:supr_tramp; this and other directives are planned to be documented soon, see #9.

PS: I (@kabiroberai) am also working on a new Swift toolchain for Linux right now, which should help save space by removing the need to install a separate host Swift toolchain on Linux. To use it, download the toolchain from here and extract it to $THEOS/toolchain/. Make sure to remove any existing toolchains from that dir first.