Many things changed since the last release in 2018. The most noticeable are:
- Name change: The name changed from
AHK2PremiereCEP
toPremiereRemote
. 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
- Remove useless variable port by @stewue in #10
- from kappaknight by @MelanX in #12
- updated typescript config by @cesmec in #14
- Revert "updated typescript config" by @sebinside in #15
- fix typo in readme by @derNiklaas in #17
- Fixed typings and added deselectAll function by @ATiltedTree in #16
- Added missing semicolon by @derNiklaas in #18
- Rework AHK2PremiereCEP by @sebinside in #19
New Contributors
- @stewue made their first contribution in #10
- @MelanX made their first contribution in #12
- @cesmec made their first contribution in #14
- @sebinside made their first contribution in #15
- @derNiklaas made their first contribution in #17
- @ATiltedTree made their first contribution in #16
Full Changelog: v1.0.0...v2.0.0