Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 10:51
· 105 commits to main since this release
c2f8d9c

Changelog

  • feat: Faster builds; up to 1.5x faster than previous versions.
  • feat: Ability to migrate old extensions (built using MITs extension template) to Rush using rush migrate.
  • feat: Rush installer for Windows, macOS, and Linux.
  • fix: rush build won't generate any extensions.
  • fix: Some manifest elements won't make it to the application's AndroidManifest.xml in Kodular.
  • fix: Aliasing rush command won't work.
  • fix: The -s flag would generate a support lib version extension even if it doesn't depend on any AndroidX packages.
  • fix: Building in a non Rush project would generate a .rush directory before failing.
  • internal: Removed dependency on Apache Ant for building extension.
  • internal: Other few small yet important changes.