Releases: hschneider/neutralino-ext-python
Releases · hschneider/neutralino-ext-python
v1.2.6
v1.2.5
Kicked out asyncio and simple-websocket, embraced websocket-client.
Long running tasks just run in the background and their progress does not need to be polled anymore.
Breaking changes:
- main.py: ext.run(processAppEvent) replaces its async call.
- No more passive polling from JS for long running tasks. All polling-related code has been removed.
v1.2.2
Added long-running background-tasks, reporting their progress to the front-end.
v1.2.1
Adapted Extension binding to NeutralinoJS > 4.15.0
v1.1.9: Update
Added .isEvent() to NeutralinoExtension.py
v1.1.8
NeutralinoExtension.py:
Optimized .parseFunctionCall()
1.1.7
NeutralinoExtension.py:
Optimized .run()
1.1.6
neutralino-extension.js:
NeutralinoExtension.sendMessage() data parameter defaults to None, now.
1.1.5
Initial release.