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 47b1c95
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
8 changes: 8 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ Files: src/dialogs/options.ui
Copyright: 2010 - 2020 Chris Rizzitello <[email protected]>
License: GPL-3.0-or-later

Files: deploy/io.github.sithlord48.blackchocobo.metainfo.xml
Copyright: 2020 Chris Rizzitello <[email protected]>
License: CC0-1.0

Files: deploy/io.github.sithlord48.blackchocobo.xml
Copyright: 2020 Chris Rizzitello <[email protected]>
License: CC0-1.0

# Sample paragraph, commented out:
#
# Files: src/*
Expand Down
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
16 changes: 12 additions & 4 deletions deploy/io.github.sithlord48.blackchocobo.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<!--
SPDX-FileCopyrightText: 2020 Chris Rizzitello <[email protected]>
SPDX-License-Identifier: MIT
-->
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.sithlord48.blackchocobo</id>
Expand Down Expand Up @@ -50,6 +46,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
4 changes: 0 additions & 4 deletions deploy/io.github.sithlord48.blackchocobo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<!--
SPDX-FileCopyrightText: 2012 Chris Rizzitello <[email protected]>
SPDX-License-Identifier: MIT
-->
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-ff7PCSave">
Expand Down

0 comments on commit 47b1c95

Please sign in to comment.