Skip to content

Commit 2eb3c19

Browse files
committed
Version bump: 2.3
1 parent 6b9c386 commit 2eb3c19

7 files changed

Lines changed: 22 additions & 36 deletions

File tree

README.html

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ <h1>SSPlot</h1>
22

33
<p>A simple plotting utility for plotting CSV datafiles, equations and dynamical systems (differential and difference equations).</p>
44

5-
<p><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html"><img src="https://img.shields.io/badge/License-LGPL%20v2.1-orange.svg" alt="License: LGPL v2.1" title="" /></a> <a href="https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml?query=branch%3Amaster"><img src="https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml/badge.svg" alt="CI" title="" /></a> <a href="https://github.com/babaissarkar/ssplot/releases/tag/v2.2.5"><img src="https://img.shields.io/github/v/release/babaissarkar/ssplot?display_name=release&amp;labelColor=orange&amp;color=black" alt="GitHub Release" title="" /></a></p>
5+
<p><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html"><img src="https://img.shields.io/badge/License-LGPL%20v2.1-orange.svg" alt="License: LGPL v2.1" title="" /></a> <a href="https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml?query=branch%3Amaster"><img src="https://github.com/babaissarkar/ssplot/actions/workflows/maven-publish.yml/badge.svg" alt="CI" title="" /></a> <a href="https://github.com/babaissarkar/ssplot/releases/tag/v2.3"><img src="https://img.shields.io/github/v/release/babaissarkar/ssplot?display_name=release&amp;labelColor=orange&amp;color=black" alt="GitHub Release" title="" /></a> <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki" title="" /></p>
6+
7+
<p><img src="https://babaissarkar.github.io/images/ssplot_screenshot.png" alt="Main Screen of SSPlot, version 2.3" title="" /></p>
68

79
<h1>Requirements</h1>
810

@@ -19,18 +21,9 @@ <h2>Linux</h2>
1921
<p>A <code>DEB</code> package (Actions tab), a flatpak from flathub and an <code>AppImage</code> with bundled AdoptOpenJDK java runtime is available.</p>
2022

2123
<p><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>
22-
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.2.1/SSPlot-x86_64.AppImage'><img width='240' alt='DDownload as AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg'/></a></p>
23-
24-
<h2>Other OSes</h2>
25-
26-
<p>See <a href="#manual-installation">Manual Installation</a> below.</p>
24+
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.2.1/SSPlot-x86_64.AppImage'><img width='240' alt='Download as AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg'/></a></p>
2725

28-
<h1>Donation</h1>
29-
30-
<p>Highly appreciated and helpful to the future of this project!<br/>
31-
<a href="https://ko-fi.com/I2I11E85IE"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi" title="" /></a></p>
32-
33-
<h1>Manual Installation</h1>
26+
<h2>Manual Installation</h2>
3427

3528
<ol>
3629
<li>Install Java runtime (JRE).</li>
@@ -43,20 +36,23 @@ <h1>Manual Installation</h1>
4336
<p>Note 1. You may need to set the <code>CLASSPATH</code> environment variable if you want to use an alternate engine for math equation parsing, as explained in a later section. You can search the internet for how to do that for your OS.<br/>
4437
Note 2. Make sure you can access the <code>java</code> command from the JRE on the terminal/command prompt. You probably have to set another variable called <code>PATH</code>. The <code>java</code> command may be called something different in your OS.</p>
4538

46-
<h1>Screenshot</h1>
39+
<h1>Documentation</h1>
4740

48-
<p><img src="https://babaissarkar.github.io/images/ssplot_screenshot.png" alt="Main Screen of SSPlot, version 2.2.4" title="" /></p>
41+
<ul>
42+
<li><a href="https://deepwiki.com/babaissarkar/ssplot">DeepWiki</a> (Note: may contain very slight inaccuracies)</li>
43+
<li>A old manual is available inside the <code>docs/manual</code> directory (or its link, the <code>doc</code> directory at the root) in pdf and odt formats. You can generate the pdf from the odt using LibreOffice Writer or any other tool you prefer.</li>
44+
</ul>
4945

50-
<h1>Documentation</h1>
46+
<h1>Support this Project!</h1>
5147

52-
<p>A manual is available inside the <code>docs/manual</code> directory (or its link, the <code>doc</code> directory at the root) in pdf and odt formats. You can generate the pdf from the odt using LibreOffice Writer or any other tool you prefer.</p>
48+
<p>Highly appreciated and helpful to the future of this project!<br/>
49+
<a href="https://ko-fi.com/I2I11E85IE"><img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="ko-fi" title="" /></a></p>
5350

5451
<h1>Dependency libraries (included)</h1>
5552

5653
<ol>
5754
<li>FlatLAF</li>
5855
<li>FlatLAF Intellij Themes</li>
59-
<li>Mozilla Rhino</li>
6056
</ol>
6157

6258
<h1>Compilation</h1>

README.md

Lines changed: 3 additions & 3 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.2.6) ![Ask DeepWiki](https://deepwiki.com/badge.svg)
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) ![Ask DeepWiki](https://deepwiki.com/badge.svg)
55

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

88
# Requirements
99
Any Java version >= 17. (Use latest version if possible)
@@ -17,7 +17,7 @@ Use the generated MSI from the latest workflow run from the Actions tab.
1717
A `DEB` package (Actions tab), a flatpak from flathub and an `AppImage` with bundled AdoptOpenJDK java runtime is available.
1818

1919
<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>
20-
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.2.1/SSPlot-x86_64.AppImage'><img width='240' alt='DDownload as AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg'/></a>
20+
<a href='https://github.com/babaissarkar/ssplot/releases/download/v2.2.1/SSPlot-x86_64.AppImage'><img width='240' alt='Download as AppImage' src='https://docs.appimage.org/_images/download-appimage-banner.svg'/></a>
2121

2222
## Manual Installation
2323
1. Install Java runtime (JRE).

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 : maven, dpkg-deb, markdown
6-
VERSION=2.2.6
6+
VERSION=2.3
77
echo "Running Maven: Compile and generate DEB"
88
mvn clean package -X -f pom.xml
99
echo "Generating Docs"

io.github.babaissarkar.ssplot.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<keyword>Dynamical Systems</keyword>
4242
</keywords>
4343
<releases>
44+
<release version="2.3" date="2025-08-07" type="stable">
45+
<url>https://github.com/babaissarkar/ssplot/releases/tag/v2.3</url>
46+
</release>
4447
<release version="2.2.6" date="2025-05-03" type="stable">
4548
<url>https://github.com/babaissarkar/ssplot/releases/tag/v2.2.6</url>
4649
</release>

jar/ssplot.jar

-1.17 MB
Binary file not shown.

pom-windows.xml

Lines changed: 1 addition & 14 deletions
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.2.6</version>
11+
<version>2.3</version>
1212

1313
<name>SSPlot</name>
1414
<url>http://www.github.com/babaissarkar/ssplot</url>
@@ -57,17 +57,6 @@
5757
<artifactId>flatlaf-intellij-themes</artifactId>
5858
<version>3.2</version>
5959
</dependency>
60-
<!-- <dependency>-->
61-
<!-- <groupId>org.mozilla</groupId>-->
62-
<!-- <artifactId>rhino</artifactId>-->
63-
<!-- <version>1.7.14</version>-->
64-
<!-- </dependency>-->
65-
<!-- <dependency>-->
66-
<!-- <groupId>org.mozilla</groupId>-->
67-
<!-- <artifactId>rhino-engine</artifactId>-->
68-
<!-- <version>1.7.14</version>-->
69-
<!-- </dependency>-->
70-
<!-- JUnit 5 -->
7160
<dependency>
7261
<groupId>org.junit.jupiter</groupId>
7362
<artifactId>junit-jupiter</artifactId>
@@ -121,8 +110,6 @@
121110
<includes>
122111
<include>com.formdev:flatlaf</include>
123112
<include>com.formdev:flatlaf-intellij-themes</include>
124-
<!-- <include>org.mozilla:rhino</include>-->
125-
<!-- <include>org.mozilla:rhino-engine</include>-->
126113
</includes>
127114
</artifactSet>
128115
<transformers>

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.2.6</version>
11+
<version>2.3</version>
1212

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

0 commit comments

Comments
 (0)