Skip to content

Commit

Permalink
Prepare for release 25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enz committed Apr 26, 2024
1 parent a32747a commit 1cb3d40
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Translators
-----------

* Allan Nordhøy <epost@anotheragency.no> (Norwegian Bokmål)
* Cherry Lee <taikocherry@126.com> (Simplified Chinese)
* Cherry <taikocherry@126.com> (Simplified Chinese)
* Francisco Zamorano <pacozamo@gmail.com> (Spanish)
* Viktor Erukhin <official159ru@mail.ru> (Russian)
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.19)

project(pentobi CXX)
set(PENTOBI_VERSION 25.0-dev)
set(PENTOBI_VERSION 25.0)

include(GNUInstallDirs)

Expand Down
20 changes: 7 additions & 13 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
Pentobi Release Notes
=====================

Version 25.0-dev (master)
-------------------------
Version 25.0 (26 Apr 2024)
--------------------------

* Don't ask for continuing computer move anymore if computer is to play
in current position after program startup.
* Don't support magic MIME type detection on Unix anymore, which was
not reliable anyway and not working if installed via Flatpak.
* Added workaround for QTBUG-119198 (Disabled menu item indistinguishable
from enabled one)
* Workaround for QTBUG-119198 (Disabled menu item indistinguishable from
enabled one).
* Compile QML sources into executable, which avoids problems of
QML cache sometimes not being updated if installed via Flatpak.

Version 24.1-dev (v24-fixes)
----------------------------

* Fixed formatting of written SGF files.
* Improved visibility of lines in analysis graph.
* Disable QML cache on Linux. It did not reliably get updated if
installed via Flatpak.
* Other minor fixes.
* Fixed formatting of written game files.
* Improved visibility of analysis graph lines in theme System.
* Minor fixes.

Version 24.0 (22 Jan 2024)
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions pentobi/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.sf.pentobi"
android:installLocation="auto"
android:versionCode="24999999"
android:versionName="25.0-dev" >
android:versionCode="25000000"
android:versionName="25.0" >

<supports-screens
android:anyDensity="true"
Expand Down
15 changes: 10 additions & 5 deletions pentobi/unix/io.sourceforge.pentobi.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,17 @@ https://pentobi.sourceforge.io/pentobi-gembloq-20240119.png</image>
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version="25.0-dev" date="XXXX-XX-XX">
<description>
</description>
</release>
<release version="24.1-dev" date="XXXX-XX-XX">
<release version="25.0" date="2024-04-26">
<description>
<ul>
<li>Fixed formatting of written game files.</li>
<li>Improved visibility of analysis graph lines in theme System.</li>
<li>Workaround for QTBUG-119198 (Disabled menu item indistinguishable from
enabled one).</li>
<li>Compile QML bytecode into executable to avoid bytecode caching problems
one some platforms.</li>
<li>Minor fixes.</li>
</ul>
</description>
</release>
</releases>
Expand Down

0 comments on commit 1cb3d40

Please sign in to comment.