-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3997e11
commit 47b1c95
Showing
4 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|