- now properly recognized UTf-8 code points in remotely executed scripts
- PyCharm 2021.3 support
- PyCharm 2021.2 support
- support Python 3
- PyCharm 2021 support
3.2.2 - 2021-03-17
- Display of Maya path in the "Attach to process popup"
- Issue where the proper mayaSdk port number was not always selected when attaching to a Maya instance
3.2.1 - 2021-03-13
- Support for PyCharm 2020.3
- Updated gradle and build system
3.1.2 - 2020-04-05
- Improved handling and detection of MayaPy version when adding new interpreters
- Fixed issues where MayaCharm could not detect Maya instances that were launched via script and not executed directly
3.1.1 - 2019-09-30
- Now forces utf8 encoding when executing the selection
- All strings have be moved to a resource bundle for localization purposes
- Settings panel properly updates with Maya sdks now when interpreter settings are changed
- Settings panel now has proper add and remove buttons for Maya SDKs that will properly add or remove the interpreter as well setup the command port info for the sdk
- Removed debug run config, since it was unreliable due to a race condition when it would execute your maya code
- Fixed issue with execute commands being greyed out in Pycharm 2019.1
- Attach to Process now shows maya instances you can attach to
- Fixed bug that prevented MayaCharm from finding Maya Instances when launched with arguments
- Ported to Kotlin
- Better support for multiple Maya installs
- Removed dependencies on PyCharm Professional's remote debugger as well as PyCharm Professional