Skip to content

Releases: wwu-trap/spmlauncher

SPMLauncher v3.0.0

10 Jan 15:17
01596a3
Compare
Choose a tag to compare

🌟️ 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

18 Jul 11:40
2b8f992
Compare
Choose a tag to compare

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

09 Nov 12:27
3bc8182
Compare
Choose a tag to compare
  • fix error where local MATLAB installations are not found

SPMLauncher v2.0.0

09 Nov 00:41
feb8b17
Compare
Choose a tag to compare
  • + 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

01 Apr 23:33
b7a3f10
Compare
Choose a tag to compare
update dependencies