Skip to content

Commit

Permalink
Add 1.0.0 release notes (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antolius authored Dec 30, 2021
1 parent c3ad529 commit 19825c4
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

A code breaking game made for [elementary OS](https://elementary.io/).

|![Default style screenshot](data/screenshots/classic.png)|![Dark style screenshot](data/screenshots/advanced.png) |
|---------------------------------------------------------|--------------------------------------------------------|
| Classic game in progress, showcasing the default style | Advanced game with the help tour showing in dark style |
|![Default style screenshot](data/screenshots/classic.png)|![Dark style screenshot](data/screenshots/advanced.png) |
|---------------------------------------------------------|-----------------------------------------------------------------|
| Classic game in progress, showcasing the default style | Advanced game with an active help tour showcasing in dark style |

## What's up with that name?

Expand Down
69 changes: 65 additions & 4 deletions data/sage.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>hr.from.josipantolis.sage</id>
<launchable type="desktop-id">hr.from.josipantolis.sage.desktop</launchable>

<name>Sage</name>
<summary>Break the code, show your mastery</summary>
<description>
<p>Guess the secret color code in as few attempts as possible. It's more fun than it sounds!</p>
</description>

<metadata_license>CC-BY-4.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>

<description>
<p>Guess random combination in as few attepts as possible.</p>
</description>
<releases>
<release version="1.0.0" date="2021-12-31">
<description>
<p>Initial release, bringing you:</p>
<ul>
<li>A help tour, to guide you along your first code breaking steps.</li>
<li>Classic mode, for a timeless code breaking experience.</li>
<li>Advanced mode, to challenge your inner sage.</li>
</ul>
</description>
</release>
</releases>

<custom>
<value key="x-appcenter-color-primary">#452981</value>
<value key="x-appcenter-color-primary-text">#D4D4D4</value>
<value key="x-appcenter-suggested-price">0</value>
</custom>
<developer_name>Josip Antoliš</developer_name>
<url type="homepage">https://github.com/antolius/sage</url>
<url type="bugtracker">https://github.com/antolius/sage/issues</url>

<launchable type="desktop-id">hr.from.josipantolis.sage.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/antolius/sage/1.0.0/data/screenshots/classic.png</image>
<caption>Classic game in progress, showcasing the default style</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/antolius/sage/1.0.0/data/screenshots/advanced.png</image>
<caption>Advanced game with an active help tour showcasing in dark style</caption>
</screenshot>
</screenshots>

<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component>
3 changes: 2 additions & 1 deletion data/sage.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Type=Application

Name=Sage
GenericName=Code Breaking Game
Comment=Guess a secret combination
Comment=Have fun guessing a secret code
Categories=Game;BoardGame;LogicGame;
Keywords=Code;Breaking;Master;Puzzle;

Icon=hr.from.josipantolis.sage
Exec=hr.from.josipantolis.sage
Expand Down

0 comments on commit 19825c4

Please sign in to comment.