Skip to content

Releases: sherjeelshabih/nionswift_elabftw_plugin

Uses asyncio for network requests

01 Oct 19:25
Compare
Choose a tag to compare

Instead of using PyQt threads this just uses asyncio to execute some code in a separate thread

Added thread support for HTTP requests

06 Aug 15:43
Compare
Choose a tag to compare

This release uses a background thread to make all the http requests. This means the UI would not freeze during network operations.

Minor bug fix

30 Jun 14:53
Compare
Choose a tag to compare
v0.1.2.2-alpha

Minor bug fix and update to 0.1.2.1

Added support to upload the uuid

30 Jun 12:45
ce43929
Compare
Choose a tag to compare
Merge pull request #1 from shabihsherjeel/uuid

Added uuid on upload and remove on fetch.

Better Support for ElabFTW URL input

24 Jun 10:07
Compare
Choose a tag to compare
Pre-release

This updated provides an easier hassle free copy and paste of the URL from the user's browser. It extracts the parts it needs with much less dependency on the user.

Initial Alpha Release

19 May 11:53
Compare
Choose a tag to compare
Initial Alpha Release Pre-release
Pre-release
0.1

Setup for PyPi