Releases: sherjeelshabih/nionswift_elabftw_plugin
Releases · sherjeelshabih/nionswift_elabftw_plugin
Uses asyncio for network requests
Instead of using PyQt threads this just uses asyncio to execute some code in a separate thread
Added thread support for HTTP requests
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
v0.1.2.2-alpha Minor bug fix and update to 0.1.2.1
Added support to upload the uuid
Merge pull request #1 from shabihsherjeel/uuid Added uuid on upload and remove on fetch.
Better Support for ElabFTW URL input
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
0.1 Setup for PyPi