Summarized changelog:
- Open remote games and improvements
- Updated translations
- New game from clipboard
- Drop chess website
- Silence pygi warning requiring gtk 3.0
- Improve tip of the day wording and grammar
- UI adjustments
- Fix a few typos in various dialogs/popups
- Add new Sittuyin pieces
- Allow resetting a single puzzle row
- Make the PuzzlesPanel Reset column the rightmost
- Factor out PuzzlesPanel progress computation logic
- Disable reset in PuzzlesPanel when progress is 0
- Fix PuzzlesPanel reset modal not opening
- Solve bugs where same coordinates appeared twice
- Change DecisionSupportAlgorithm to save in the class the coordinates changed
- Refactorisation to remove useless coupling
- Activate or deactivate algorithm with preferences
- Solve bug where preferences for algorithm were not taken into account
- Reduce the likelihood of freezing
- Add support for custom game and solve typo issue
- Fix several DeprecationWarning: unclosed file
- Fix missing TreeModelFilter.sort_new_with_model() on some Gtk versions
- /usr/share/appdata is deprecated in favor of /usr/share/metainfo
- Don't pre-compress the man page
- No recursion in main walk path in pgn loading
- Fix variation index error on boards
- Fix PyChess engine 3check start
More detailed changelog here
Depends on D9894
Signed-off-by: Algent Albrahimi <algent@protonmail.com>