Skip to content

Commit 7e63ac3

Browse files
committed
* Updates for new release.
1 parent 6e3fb8d commit 7e63ac3

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Use the power of mind-mapping to make your ideas come to life.
1515
- Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and PlainText formats.
1616
- Printer support.
1717
- Add notes, tasks and images to your nodes.
18+
- Stylize nodes and links to add more meaning and improve readability.
1819
- Colorized node branches.
1920

2021

data/com.github.phase1geo.minder.appdata.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,15 @@
8484
<content_attribute id="money-gambling">none</content_attribute>
8585
</content_rating>
8686
<releases>
87-
<release version="1.2" date="2019-04-10">
87+
<release version="1.2.1" date="2019-04-10">
88+
<description>
89+
<ul>
90+
<li>Fixing appdata.xml file omission.</li>
91+
<li>Removing automatic style apply when the affects is set to certain values.</li>
92+
</ul>
93+
</description>
94+
</release>
95+
<release version="1.2" date="2019-04-09">
8896
<description>
8997
<ul>
9098
<li>Added Spanish translation.</li>

data/com.github.phase1geo.minder.appdata.xml.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,15 @@
7272
<content_attribute id="money-gambling">none</content_attribute>
7373
</content_rating>
7474
<releases>
75-
<release version="1.2" date="2019-04-10">
75+
<release version="1.2.1" date="2019-04-10">
76+
<description>
77+
<ul>
78+
<li>Fixing appdata.xml file omission.</li>
79+
<li>Removing automatic style apply when the affects is set to certain values.</li>
80+
</ul>
81+
</description>
82+
</release>
83+
<release version="1.2" date="2019-04-09">
7684
<description>
7785
<ul>
7886
<li>Added Spanish translation.</li>

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class Minder : Granite.Application {
122122

123123
/* If the version was specified, output it and then exit */
124124
if( version ) {
125-
stdout.printf( "1.2\n" );
125+
stdout.printf( "1.2.1\n" );
126126
Process.exit( 0 );
127127
}
128128

0 commit comments

Comments
 (0)