Skip to content

The all new TypeScript-based PremiereRemote plugin

Latest
Compare
Choose a tag to compare
@sebinside sebinside released this 11 Dec 12:25
· 2 commits to main since this release
786c009

Many things changed since the last release in 2018. The most noticeable are:

  • Name change: The name changed from AHK2PremiereCEP to PremiereRemote. In the last years, we learned that this plugin is capable to be used in way more environments than only AutoHotkey to remote control Adobe Premiere.
  • Language change: Host language switches from JavaScript to TypeScript. This gives users a more type-safe approach to define their own CEP-based functionality in Adobe Premiere
  • Support for Swagger: Based on the custom functionality, a web-based user interface is generated that gives a good overview of your functions
  • More custom functionality available: Besides enhancing the framework, I also added more own functionality, available in the custom branch
  • Update dependencies: All dependencies are updated to newer versions, several security issues resolved

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0