Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Mar 16, 2023
1 parent e427d48 commit 6c28000
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

cmake_policy(SET CMP0010 NEW)

project( blackchocobo VERSION 1.13.0.0 DESCRIPTION "Final Fantasy 7 Save Editor")
project( blackchocobo VERSION 1.14.0.0 DESCRIPTION "Final Fantasy 7 Save Editor")
# Get the version from git if it's a git repository
IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
FIND_PACKAGE(Git)
Expand Down Expand Up @@ -50,7 +50,7 @@ add_definitions(-DBC_VERSION="${BC_VERSION}")

set(QT_DEFAULT_MAJOR_VERSION 6 CACHE STRING "" FORCE)
set(REQUIRED_QT_VERSION 6.2.0)
set(REQUIRED_FF7TK_VERSION 0.83.0)
set(REQUIRED_FF7TK_VERSION 0.83.2)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING "" FORCE)
Expand Down
21 changes: 17 additions & 4 deletions deploy/io.github.sithlord48.blackchocobo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
<image>https://a.fsdn.com/con/app/proj/blackchocobo/screenshots/2020-08-13_1.png</image>
</screenshot>
</screenshots>
<provides>
<id>io.github.sithlord48.blackchocobo.desktop</id>
</provides>
<provides> <id>io.github.sithlord48.blackchocobo.desktop</id> </provides>
<categories>
<category>Game</category>
</categories>
Expand All @@ -53,7 +51,22 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.13.0" date="2022-08-31" urgency="high"/>
<release version="1.14.0" date="2023-03-16" urgency="high">
<description>
<p>This stable Release fixes bugs and adds new features.</p>
<ul>
<li>Update to Qt 6.4</li>
<li>Update to ff7tk 0.83.2</li>
<li>Better use of palette</li>
</ul>
</description>
<url>https://github.com/sithlord48/blackchocobo/releases/tag/v1.14.0</url>
<issues>
<issue url="https://github.com/sithlord48/blackchocobo/issues/51">Selected Character Max Button Only works for Cloud</issue>
<issue url="https://github.com/sithlord48/blackchocobo/issues/61">Option in Config to enable auto-backups when saving</issue>
</issues>
</release>
<release version="1.13.0" date="2022-08-31"/>
<release version="1.12.1" date="2022-08-02"/>
<release version="1.12.0" date="2022-07-31"/>
<release version="1.11.1" date="2022-03-15"/>
Expand Down

0 comments on commit 6c28000

Please sign in to comment.