Releases: tomio13/RDM-Desktop
bugfix and minor changes in GUI frames v0.95b
There are some minor changes accumulated with time. One is to add frame labels like fields view collection into the GUI which helps a better grouping and visualization of the information.
The help also lists now the read-only elements from the YAML file, so the user can see them without opening the actual file in a text editor.
Bug fix release
Fixed a couple of minor things, such as content resizing in windows and all major window elements are now using the same RdmWindow widget.
The provided win10 / win11 executable runs using python 3.13. The current version also has some debugging information about the internal data tree, which is already removed from the python source in the repo.
Win10 executable with groups
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
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
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
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.