Skip to content

Commit 784a416

Browse files
committed
Release 2.3.4
[bugfix]
1 parent aafd425 commit 784a416

6 files changed

Lines changed: 13 additions & 10 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
title: "SSPlot"
4-
version: "v2.3.3"
4+
version: "v2.3.4"
55
doi: "10.5281/zenodo.16777600"
66
authors:
77
- family-names: "Sarkar"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SSPlot
22
A simple plotting utility for plotting CSV datafiles, equations and dynamical systems (differential and difference equations).
33

4-
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-orange.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) [![CI](https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml?query=branch%3Amaster) [![GitHub Release](https://img.shields.io/github/v/release/babaissarkar/ssplot?display_name=release&labelColor=orange&color=black)](https://github.com/babaissarkar/ssplot/releases/tag/v2.3.3) ![Ask DeepWiki](https://deepwiki.com/badge.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16777601.svg)](https://doi.org/10.5281/zenodo.16777601)
4+
[![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-orange.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html) [![CI](https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml/badge.svg)](https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml?query=branch%3Amaster) [![GitHub Release](https://img.shields.io/github/v/release/babaissarkar/ssplot?display_name=release&labelColor=orange&color=black)](https://github.com/babaissarkar/ssplot/releases/tag/v2.3.4) ![Ask DeepWiki](https://deepwiki.com/badge.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16777601.svg)](https://doi.org/10.5281/zenodo.16777601)
55

6-
![Main Screen of SSPlot, version 2.3.3](https://babaissarkar.github.io/images/ssplot_screenshot.png)
6+
![Main Screen of SSPlot, version 2.3.4](https://babaissarkar.github.io/images/ssplot_screenshot.png)
77

88
# Requirements
99
Any Java version >= 17. (Use latest version if possible)
@@ -13,15 +13,15 @@ Any Java version >= 17. (Use latest version if possible)
1313
## Windows
1414
An `MSI` installer is available (has bundled java runtime).
1515

16-
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.3.3/SSPlot-2.3.3.msi'><img width='240' alt='Download as MSI Installer' src='src/main/resources/download_msi.svg'/></a>
16+
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.3.4/SSPlot-2.3.4.msi'><img width='240' alt='Download as MSI Installer' src='src/main/resources/download_msi.svg'/></a>
1717

1818
For latest dev version, use the generated MSI from the latest workflow run from the Actions tab.
1919

2020
## Linux
2121
A `DEB` package (Actions tab), a flatpak from flathub and an `AppImage` with bundled AdoptOpenJDK java runtime is available.
2222

2323
<a href='https://flathub.org/apps/io.github.babaissarkar.ssplot'><img width='240' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=en'/></a>
24-
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.3.3/SSPlot-x86_64.AppImage'><img width='240' alt='Download as AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg'/></a>
24+
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.3.4/SSPlot-x86_64.AppImage'><img width='240' alt='Download as AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg'/></a>
2525
<a href="https://snapcraft.io/ssplot"><img alt="Get it from the Snap Store" src=https://snapcraft.io/en/dark/install.svg width='240'/></a>
2626

2727
## Manual Installation

generate_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AppImageTool and any other required build programs
44
# should exist on PATH
55
# build-deps : markdown
6-
VERSION=2.3.3
6+
VERSION=2.3.4
77
echo "Running Maven: Compile and generate packages"
88
./mvnw -B -X clean package jpackage:jpackage@linux
99
echo "Generating Docs"

io.github.babaissarkar.ssplot.metainfo.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<li>Use its own console or CLI mode for simple calculation tasks.</li>
2929
<li>Special math characters input panel.</li>
3030
</ol>
31+
<p>Changes: Open data from file bugfix</p>
3132
</description>
3233
<content_rating type="oars-1.1" />
3334
<categories>
@@ -41,6 +42,9 @@
4142
<keyword>Dynamical Systems</keyword>
4243
</keywords>
4344
<releases>
45+
<release version="2.3.4" date="2025-07-12" type="stable">
46+
<url>https://github.com/babaissarkar/ssplot/releases/tag/v2.3.4</url>
47+
</release>
4448
<release version="2.3.3" date="2025-01-18" type="stable">
4549
<url>https://github.com/babaissarkar/ssplot/releases/tag/v2.3.3</url>
4650
</release>
@@ -93,8 +97,7 @@
9397
<url>https://github.com/babaissarkar/ssplot/releases/tag/v1.0</url>
9498
</release>
9599
</releases>
96-
97-
100+
98101
<screenshots>
99102
<screenshot type="default">
100103
<image type="source">https://babaissarkar.github.io/images/ssplot_screenshot.png</image>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.babai.ssplot</groupId>
1010
<artifactId>ssplot</artifactId>
11-
<version>2.3.3</version>
11+
<version>2.3.4</version>
1212

1313
<name>SSPlot</name>
1414
<url>http://www.github.com/babaissarkar/ssplot</url>

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ssplot
2-
version: '2.3.3'
2+
version: '2.3.4'
33
adopt-info: ssplot
44

55
base: core22

0 commit comments

Comments
 (0)