Skip to content

Releases: hschneider/neutralino-ext-python

v1.2.6

02 Mar 19:13
Compare
Choose a tag to compare

Cloud-Mode: The extension is terminated, when the browser tab is closed.

v1.2.5

17 Feb 18:40
Compare
Choose a tag to compare

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

12 Feb 15:33
Compare
Choose a tag to compare

Added long-running background-tasks, reporting their progress to the front-end.

v1.2.1

14 Jan 12:30
Compare
Choose a tag to compare

Adapted Extension binding to NeutralinoJS > 4.15.0

v1.1.9: Update

27 Nov 15:02
Compare
Choose a tag to compare

Added .isEvent() to NeutralinoExtension.py

v1.1.8

23 Nov 09:07
Compare
Choose a tag to compare

NeutralinoExtension.py:
Optimized .parseFunctionCall()

1.1.7

23 Nov 08:56
Compare
Choose a tag to compare

NeutralinoExtension.py:
Optimized .run()

1.1.6

22 Nov 08:42
Compare
Choose a tag to compare

neutralino-extension.js:
NeutralinoExtension.sendMessage() data parameter defaults to None, now.

1.1.5

21 Nov 19:08
a15fa44
Compare
Choose a tag to compare

Initial release.