Skip to content

Commit 460251a

Browse files
author
Kasper Peeters
committed
Build appimages on release. Remove outdated and non-working github actions. Update changelog and web page.
1 parent df3da41 commit 460251a

File tree

6 files changed

+16
-344
lines changed

6 files changed

+16
-344
lines changed

.github/workflows/appimage-modern.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
name: AppImage (Modern)
66

77
on:
8-
# release:
9-
# types: [created]
8+
release:
9+
types: [created]
1010
# Uncomment for testing
11-
push:
12-
branches: [devel]
11+
#push:
12+
# branches: [devel]
1313

1414
jobs:
1515
build:

.github/workflows/appimage-new.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

.github/workflows/appimage.yml

Lines changed: 0 additions & 124 deletions
This file was deleted.

.github/workflows/opensuse-leap-15-package.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

web2/cadabra2/source/changelog.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ <h1>Change log</h1>
1717
even-numbered ones are released in packaged/installer form.
1818
</p>
1919
<a name="devel"></a>
20-
<h3>github devel branch (2.5.13)</h3>
20+
<h3>github devel branch (2.5.15)</h3>
21+
<ul>
22+
</ul>
23+
24+
<a name="2.5.14"></a>
25+
<h3>2.5.14 (released 31-Jul-2025)</h3>
2126
<ul>
2227
<li>TeXmacs is supported again, including plotting (put
2328
the <tt>config/init-cadabra2.scm</tt> file in the appropriate

web2/cadabra2/source/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ <h1>News</h1>
2626
</div>
2727
</p>
2828
<dl>
29+
<dt>31 July 2025</dt>
30+
<dd>Release of 2.5.14 (<a href="changelog.html#2.5.14">changes</a>).
31+
Various plotting improvements and fixes, improvements to the SymPy
32+
bridge and component computations, fixes for a number of binary
33+
packages, and speedups.
34+
</dd>
2935
<dt>7 May 2025</dt>
3036
<dd>Release of 2.5.12 (<a href="changelog.html#2.5.12">changes</a>).
3137
Many new features and usability improvements.

0 commit comments

Comments
 (0)