Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Oct 15, 2018
2 parents af7d4a8 + 6f90e9a commit 4a4a4cc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion calculator.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import qbs.Utilities
Project {
name: "Calculator"

readonly property string version: "1.1.0"
readonly property string version: "1.1.1"

property bool useStaticAnalyzer: false

Expand Down
37 changes: 33 additions & 4 deletions data/io.liri.Calculator.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.liri.Calculator.desktop</id>
<name>Liri Calculator</name>
<summary>Perform arithmetic or scientific calculations</summary>
<developer_name>Liri</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Liri Calculator</name>
<description>
<p>Liri Calculator is a Material Design cross-platform calculator.</p>
<p>
Liri Calculator is a Material Design application that solves mathematical equations.
At first it appears to be a simple calculator with only basic arithmetic operations.
However it features a flexible expression parser with support for symbolic
computation, a large set of built-in functions and constants and works with different
data types like numbers, big numbers, complext numbers, fractions, units and matrices.
</p>
</description>
<launchable type="desktop-id">io.liri.Calculator.desktop</launchable>
<provides>
<binary>liri-calculator</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://liri.io/images/apps/calculator/calculator1.png</image>
</screenshot>
<screenshot>
<image>https://liri.io/images/apps/calculator/calculator2.png</image>
</screenshot>
</screenshots>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<releases>
<release date="2018-10-15" version="1.1.1"/>
<release date="2018-05-13" version="1.1.0"/>
<release date="2017-05-11" version="1.0.0"/>
</releases>
<url type="homepage">https://liri.io</url>
<developer_name>Liri</developer_name>
<url type="bugtracker">https://github.com/lirios/calculator/issues</url>
<url type="bugtracker">https://github.com/lirios/calculator/issues/new</url>
<update_contact>info_at_liri.io</update_contact>
</component>

0 comments on commit 4a4a4cc

Please sign in to comment.