Skip to content

Releases: tomio13/RDM-Desktop

Win10 executable with groups

25 Oct 13:41
Compare
Choose a tag to compare

The newest version has added features for grouping fields like HTML does with fieldsets. These are then also translated to group IDs in ElabFTW upload.
Python is update to 3.13 for the win10 windows executable.

v0.9.0-beta

24 Nov 09:44
Compare
Choose a tag to compare

version 0.9: with units

Units have been added to numeric fields.
This is a major update. The previous forms will also work as before, but having units is an interesting steps for all ELNs.

Test alpha Win executable for USB

12 Jul 13:48
Compare
Choose a tag to compare

This is a python compiled exe (a bit slower to start since it extracts python on the fly).
It should run on any decent windows PCs, and the basic configuration is set to work on a USB drive, also storing all data there.
Your Project folder gets created at the first run.

Some templates are included as well as documentation.
In the templates//home/tomio/src/C/RDM-desktop/templates/default_configuration make sure to change the user name to your name! This version does not write a config file to the system.

Python functionality test release

14 Apr 08:32
Compare
Choose a tag to compare
Pre-release

The python code has now a reasonably complete functionality available, including upload to ElabFTW servers.

In the Packages folder, a zip file contains a binary release for windows, where a python 3.11 interpreter is packed together with the code to a standalone executable.

Funcionalities: see the documentation. All core functions mentioned there are now included.