Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Update version and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaugustomm committed Jun 2, 2017
1 parent 4da09e3 commit b5978b6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cmake_minimum_required (VERSION 2.8)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

set (APP_NAME "Tomato")
set (RELEASE_NAME "Amai")
set (VERSION "1.2.8")
set (RELEASE_NAME "Stupice")
set (VERSION "2.0.0")
set (GENERIC_NAME "Pomodoro App")
set (PACKAGE_ID ${CMAKE_PROJECT_NAME})
set (ICON_NAME ${CMAKE_PROJECT_NAME})
Expand Down
19 changes: 15 additions & 4 deletions data/com.github.luizaugustomm.tomato.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
</description>

<screenshots>
<screenshot>
<caption>Start page</caption>
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/start.png</image>
</screenshot>
<screenshot type="default">
<caption>Pomodoro time</caption>
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/pomodoro.png</image>
</screenshot>

<screenshot>
<caption>Start page</caption>
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/start.png</image>
</screenshot>

<screenshot>
<caption>Short break time</caption>
<image>https://raw.githubusercontent.com/luizaugustomm/tomato/master/data/screenshots/break.png</image>
Expand All @@ -42,6 +44,15 @@
</provides>

<releases>
<release version="2.0.0" date="2017-06-02" urgency="medium">
⁠<description>
<ul>
<_li>UI redesign</_li>
<_li>Bug fixes</_li>
</ul>
⁠</description>
​ </release>

<release version="1.2.8" date="2017-04-29" urgency="medium">
⁠<description>
<ul>
Expand Down
Binary file modified data/screenshots/break.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/pomodoro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion po/com.github.luizaugustomm.tomato.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-02 09:30-0300\n"
"POT-Creation-Date: 2017-06-02 10:42-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
4 changes: 2 additions & 2 deletions src/Config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ namespace Constants {
public const string DATADIR = "/usr/share";
public const string PKG_DATADIR = "/usr/share/com.github.luizaugustomm.tomato";
public const string GETTEXT_PACKAGE = "com.github.luizaugustomm.tomato";
public const string RELEASE_NAME = "Amai";
public const string VERSION = "1.2.8";
public const string RELEASE_NAME = "Stupice";
public const string VERSION = "2.0.0";
public const string VERSION_INFO = "Release";
public const string INSTALL_PREFIX = "/usr";
public const string APP_NAME = "Tomato";
Expand Down

0 comments on commit b5978b6

Please sign in to comment.