[gnome-chess/gnome-3-38] Prepare 3.38.1
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/gnome-3-38] Prepare 3.38.1
- Date: Sun, 6 Dec 2020 18:01:07 +0000 (UTC)
commit 433ffc18de77c6db9236d0e6d815e67ced98489a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Dec 6 12:00:24 2020 -0600
Prepare 3.38.1
NEWS | 15 +++++++++++++++
data/org.gnome.Chess.appdata.xml.in | 1 +
meson.build | 2 +-
3 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index cda9a7c..24e0cdc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.38.1 - December 6, 2020
+=========================
+
+- Try to make all chess engines easier on Easy and Normal difficulty (#18)
+- Fix saved timed matches opening as untimed matches (#45, Amandeep Singh)
+- Fix claim draw dialog appearing every turn after threefold repetition (#47)
+- Fix bogus "computer player is confused" errors in several situations:
+ - When the engine is stalemated
+ - When starting a new game while the game is paused, if the engine has moved during pause (#49)
+ - When resigning immediately before the engine moves (#49)
+- Fix file chooser defaulting to /run when game is saved for a second time under flatpak (#53)
+- Fix detection of stalled chess engine in untimed games (#54)
+- Fix claim draw dialog appearing before a forced draw
+- Fix ChessScene removing invalid GSource
+
3.38.0 - September 11, 2020
===========================
diff --git a/data/org.gnome.Chess.appdata.xml.in b/data/org.gnome.Chess.appdata.xml.in
index 87944d9..2bbbd93 100644
--- a/data/org.gnome.Chess.appdata.xml.in
+++ b/data/org.gnome.Chess.appdata.xml.in
@@ -39,6 +39,7 @@
<kudo>UserDocs</kudo>
</kudos>
<releases>
+ <release version="3.38.1" date="2020-12-06" />
<release version="3.38.0" date="2020-09-11" />
<release version="3.37.3" date="2020-07-02" />
<release version="3.37.2" date="2020-05-28" />
diff --git a/meson.build b/meson.build
index 18df3e2..cd659d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-chess', [ 'vala', 'c' ],
- version: '3.38.0',
+ version: '3.38.1',
license: 'GPL3+',
meson_version: '>= 0.37',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]