mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
3.2 release
This commit is contained in:
parent
ef69c03a38
commit
40929f913e
9 changed files with 29 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
[[news]]
|
[[news]]
|
||||||
=== 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
|
* _19 October, 2024:_ There is a new stable release
|
||||||
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/[PySolFC
|
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/[PySolFC
|
||||||
v3.1.0]. New in this release:
|
v3.1.0]. New in this release:
|
||||||
|
|
|
@ -1,6 +1,28 @@
|
||||||
<h1>What's New?</h1>
|
<h1>What's New?</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<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
|
<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
|
<a href="https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.1.0/">PySolFC
|
||||||
v3.1.0</a>. New in this release:</p>
|
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.
|
@ -32,7 +32,7 @@ PACKAGE = 'PySolFC'
|
||||||
TITLE = 'PySol'
|
TITLE = 'PySol'
|
||||||
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
|
PACKAGE_URL = 'http://pysolfc.sourceforge.io/'
|
||||||
|
|
||||||
VERSION_TUPLE = (3, 1, 0)
|
VERSION_TUPLE = (3, 2, 0)
|
||||||
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
VERSION = '.'.join(map(str, VERSION_TUPLE))
|
||||||
|
|
||||||
# Tk windowing system (auto set up in init.py)
|
# Tk windowing system (auto set up in init.py)
|
||||||
|
|
Loading…
Add table
Reference in a new issue