2020-11-21 12:58:26 +00:00
committed by Git OBS Bridge
parent 9c3afcb60e
commit b735cec80a
6 changed files with 38 additions and 18 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Nov 14 00:02:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* Don't change the active player if the game is already over.
* Reset the file name if a new game is started. (kde#423508)
* Remove emit keyword on non signal
* Remove unused variables
* Use qAsConst where appropriate
* Use QStringLiteral where appropriate
* Fix KNS deprecations
* Port deprecated method
-------------------------------------------------------------------
Thu Nov 5 22:46:51 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>