diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2cf08f30..87cb0b05 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,6 +49,8 @@ or Google Drive).
# The Release Process
+Before publishing a release, please open an issue in GitHub, indicating your intent to do so, to confirm with any other developers if they have any objections, or any WIP features/tickets that should be included in the upcoming release. It's best to do this a week or two before you plan to actually publish the release. No responses on this for a couple weeks can be considered approval to proceed. Releases tagged without verifying with other developers may be removed.
+
In order to publish a new version, follow these steps:
1. Update `NEWS.asciidoc`. The release notes should also be added to `html-src/news.html`, along with `templates/index.html` in the website repo.
diff --git a/NEWS.asciidoc b/NEWS.asciidoc
index 7e3d51f3..ae3c599e 100644
--- a/NEWS.asciidoc
+++ b/NEWS.asciidoc
@@ -1,5 +1,15 @@
[[news]]
=== News
+* _31 March, 2024:_ There is a new stable release
+https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-3.0.0/[PySolFC
+v3.0.0] - the biggest release in over 15 years. Additionally, there is a new Cardsets release
+https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/PySolFC-Cardsets-3.0/[PySolFC-Cardsets v.3.0]. New in this release:
+** 120 new games.
+** Support for several new types of games/decks, including tile puzzles, Ishido-type tile matching games, joker deck games, and more.
+** New game and cardset categories.
+** Ability to change the style of virtually any of the graphics in PySol.
+** Some UI/Quality of Life improvements.
+** Bugfixes.
* _10 July, 2023:_ There is a new beta release
https://sourceforge.net/projects/pysolfc/files/PySolFC/PySolFC-2.21.0/[PySolFC
v2.21.0]. New in this release:
diff --git a/appdata.xml b/appdata.xml
index 550d2357..ac5ee538 100644
--- a/appdata.xml
+++ b/appdata.xml
@@ -9,7 +9,7 @@
A collection of more than 1000 Solitaire games, using various deck types
+ A collection of more than 1200 Solitaire games, using various deck types
including international standard, hex-a-deck, mahjongg, and hanafuda.
31 March, 2024: There is a new stable release +PySolFC +v3.0.0 - the biggest release in over 15 years. Additionally, there is a new Cardsets release +PySolFC-Cardsets v.3.0. +New in this release:
++120 new games. +
++Support for several new types of games/decks, including tile puzzles, Ishido-type tile matching games, joker deck games, and more. +
++New game and cardset categories. +
++Ability to change the style of virtually any of the graphics in PySol. +
++Some UI/Quality of Life improvements. +
++Bugfixes. +
+10 July, 2023: There is a new beta release PySolFC v2.21.0. New in this release:
diff --git a/pysollib/gamedb.py b/pysollib/gamedb.py index 7ca0b164..7db70cb3 100644 --- a/pysollib/gamedb.py +++ b/pysollib/gamedb.py @@ -599,7 +599,7 @@ class GI: ('fc-2.20', tuple(range(855, 897))), ('fc-2.21', tuple(range(897, 900)) + tuple(range(11014, 11017)) + tuple(range(13160, 13163)) + (16682,)), - ('dev', tuple(range(906, 961)) + tuple(range(5415, 5419)) + + ('fc-3.0', tuple(range(906, 961)) + tuple(range(5415, 5419)) + tuple(range(5600, 5624)) + tuple(range(11017, 11020)) + tuple(range(13168, 13170)) + tuple(range(18000, 18005)) + tuple(range(19000, 19012)) + tuple(range(22303, 22311)) + diff --git a/pysollib/settings.py b/pysollib/settings.py index a4628c56..2dd916da 100644 --- a/pysollib/settings.py +++ b/pysollib/settings.py @@ -32,7 +32,7 @@ PACKAGE = 'PySolFC' TITLE = 'PySol' PACKAGE_URL = 'http://pysolfc.sourceforge.io/' -VERSION_TUPLE = (2, 21, 0) +VERSION_TUPLE = (3, 0, 0) VERSION = '.'.join(map(str, VERSION_TUPLE)) # Tk windowing system (auto set up in init.py) diff --git a/setup.py b/setup.py index 2cd26a99..72354879 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ if os.name == 'posix': # import sys; sys.exit() long_description = '''\ -PySolFC is a collection of more than 1000 solitaire card games. +PySolFC is a collection of more than 1200 solitaire card games. Its features include modern look and feel (uses Tile widget set), multiple cardsets and tableau backgrounds, sound, unlimited undo, player statistics, a hint system, demo games, a solitaire wizard, support for user written