From 7e63ac33223c4995d1065c22c9ce3a7dcf29a469 Mon Sep 17 00:00:00 2001 From: Trevor Williams Date: Wed, 10 Apr 2019 18:34:22 -0500 Subject: [PATCH] * Updates for new release. --- README.md | 1 + data/com.github.phase1geo.minder.appdata.xml | 10 +++++++++- data/com.github.phase1geo.minder.appdata.xml.in | 10 +++++++++- src/Application.vala | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c0ef47e..d6d7ebee 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Use the power of mind-mapping to make your ideas come to life. - Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and PlainText formats. - Printer support. - Add notes, tasks and images to your nodes. +- Stylize nodes and links to add more meaning and improve readability. - Colorized node branches. diff --git a/data/com.github.phase1geo.minder.appdata.xml b/data/com.github.phase1geo.minder.appdata.xml index de129739..0dfe185a 100644 --- a/data/com.github.phase1geo.minder.appdata.xml +++ b/data/com.github.phase1geo.minder.appdata.xml @@ -84,7 +84,15 @@ none - + + +
    +
  • Fixing appdata.xml file omission.
  • +
  • Removing automatic style apply when the affects is set to certain values.
  • +
+
+
+
  • Added Spanish translation.
  • diff --git a/data/com.github.phase1geo.minder.appdata.xml.in b/data/com.github.phase1geo.minder.appdata.xml.in index c86d3fc3..90b75d84 100644 --- a/data/com.github.phase1geo.minder.appdata.xml.in +++ b/data/com.github.phase1geo.minder.appdata.xml.in @@ -72,7 +72,15 @@ none - + + +
      +
    • Fixing appdata.xml file omission.
    • +
    • Removing automatic style apply when the affects is set to certain values.
    • +
    +
    +
    +
    • Added Spanish translation.
    • diff --git a/src/Application.vala b/src/Application.vala index 6f8be5ce..7fe5f629 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -122,7 +122,7 @@ public class Minder : Granite.Application { /* If the version was specified, output it and then exit */ if( version ) { - stdout.printf( "1.2\n" ); + stdout.printf( "1.2.1\n" ); Process.exit( 0 ); }