Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jun 15, 2024
1 parent 3997e11 commit 3960248
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

cmake_policy(SET CMP0010 NEW)

project( blackchocobo VERSION 1.15.1.0 DESCRIPTION "Final Fantasy 7 Save Editor")
project( blackchocobo VERSION 1.16.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
12 changes: 12 additions & 0 deletions deploy/io.github.sithlord48.blackchocobo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@
</branding>
<content_rating type="oars-1.0" />
<releases>
<release version="1.16.0" date="2024-06-14" urgency="high">
<description>
<p>This stable Release fixes a few bugs and a possible application crashes.</p>
<ul>
<li>Fix: Crash when exporting a character</li>
<li>Fix: missing translations</li>
<li>Fix: Non english item searching</li>
<li>Update to ff7tk 1.2.0</li>
</ul>
</description>
<url>https://github.com/sithlord48/blackchocobo/releases/tag/v1.15.1</url>
</release>
<release version="1.15.1" date="2024-05-06" urgency="low">
<description>
<p>This stable Release fixes bugs and adds new features.</p>
Expand Down

0 comments on commit 3960248

Please sign in to comment.