Releases: wwu-trap/spmlauncher
Releases · wwu-trap/spmlauncher
SPMLauncher v3.0.0
🌟️ SPMLauncher can now be used without java being installed thanks to JPackage. Use appimage or deb file at release
🌟️ added new method to mount directories without root permissions using bwrap (bubblewrap) — removed cli parameter ms/mount-script
📢️ due to new mount method: spm will be mounted to the same directory every time — due to mounts being only visible to process itself
⛔️ removed old mount method
⛔️ removed old java swing GUI (also cmd parameters -nofx,--disable-fx)
SPMLauncher v2.1.0
add more cli parameters:
$ java -jar SPMLauncher-2.1.0.jar -h
usage: java -jar <SPMLauncher jar path> [options]
Where options include:
-h,--help Print help
-md,--mount-dir <arg> Path to the directory where the
temporary spm dirs are mounted
-ms,--mount-script <arg> Path to the mount script tmp-mount
-msd,--managed-software-dir <arg> Path to the ManagedSoftware directory
- place where spm and it's toolboxes
are stored. Be aware to adjust the
tmp-mount script accordingly
-nc,--no-console no console
-nofx,--disable-fx Disable the fx GUI and use swing
SPMLauncher v2.0.1
- fix error where local MATLAB installations are not found
SPMLauncher v2.0.0
- + new design
- + the commandline can be used to execute matlab commands
- + redesign
- + dark mode
- + matlab and spm12 are directly called by the SPMLaucher -> launch.sh scripts are not necessary anymore
- + allow setting a preferred matlab version linked to the spm version -> use ./SPMLauncher/ManagedSoftware/preferred_matlab_versions.csv
- * if a toolbox directory is linked to several spm versions by soft links, the tooltip is derived from the original toolbox
- * improved sorting of versions
SPMLauncher v0.1.0
update dependencies