1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-03-12 04:07:01 -04:00

3.2 release

This commit is contained in:
Joe R 2025-01-11 12:17:10 -05:00
parent ef69c03a38
commit 40929f913e
9 changed files with 29 additions and 1 deletions

View file

@ -1,5 +1,11 @@
[[news]]
=== News
* _11 January, 2025:_ There is a new stable release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.2.0/[PySolFC
v3.2.0]. New in this release:
** New fullscreen mode, accessible by pressing F11.
** Easy option to clear advanced search options.
** Lots of bugfixes and enhancements.
* _19 October, 2024:_ There is a new stable release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/[PySolFC
v3.1.0]. New in this release:

View file

@ -1,6 +1,28 @@
<h1>What's New?</h1>
<ul>
<li>
<p><em>11 January, 2025:</em> There is a new stable release
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.2.0/">PySolFC
v3.2.0</a>. New in this release:</p>
<ul>
<li>
<p>
New fullscreen mode, accessible by pressing F11.
</p>
</li>
<li>
<p>
Easy option to clear advanced search options.
</p>
</li>
<li>
<p>
Lots of bugfixes and enhancements.
</p>
</li>
</ul>
</li>
<li>
<p><em>19 October, 2024:</em> There is a new stable release
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/">PySolFC
v3.1.0</a>. New in this release:</p>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
TITLE = 'PySol'
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
VERSION_TUPLE = (3, 1, 0)
VERSION_TUPLE = (3, 2, 0)
VERSION = '.'.join(map(str, VERSION_TUPLE))
# Tk windowing system (auto set up in init.py)