Skip to content

Releases: e-j-w/SpecFitter

Release list

v1.0.1

Choose a tag to compare

@e-j-w e-j-w released this 30 Apr 23:27

Minor maintenance release.

Changes since the last release

  • Improved y-axis auto-scaling and zooming on touchpads.
  • Added an option to compute centroids for skewed peaks using the Gaussian component only (off by default).

Quick installation (Flatpak)

Make sure that flatpak is set up on your system first (see here for instructions). Then download the Flatpak bundle SpecFitter-1.0.1.flatpak below. In some distros, this bundle can be installed simply by opening it in the file manager. Otherwise, it can be installed by running:

flatpak install SpecFitter-1.0.1.flatpak

The application should now be available in your application menu and/or via the application search interface (depending on your desktop environment). To uninstall the application, run:

flatpak uninstall io.github.e_j_w.SpecFitter

Manual build

If you prefer to build the application manually, instructions are here.

v1.0.0

Choose a tag to compare

@e-j-w e-j-w released this 18 Sep 23:57

Initial release for desktop Linux (all distros).

Quick installation (Flatpak)

Make sure that flatpak is set up on your system first (see here for instructions). Then download the Flatpak bundle SpecFitter-1.0.0.flatpak below. In some distros, this bundle can be installed simply by opening it in the file manager. Otherwise, it can be installed by running:

flatpak install SpecFitter-1.0.0.flatpak

The application should now be available in your application menu and/or via the application search interface (depending on your desktop environment). To uninstall the application, run:

flatpak uninstall io.github.e_j_w.SpecFitter

Manual build

If you prefer to build the application manually, instructions are here.