From a41e6832aee4c452ccd4062e65edccda7fe0c803 Mon Sep 17 00:00:00 2001 From: Fabio Colacio Date: Tue, 3 Jul 2018 10:30:47 -0700 Subject: [PATCH] Update version number --- data/com.github.fabiocolacio.marker.appdata.xml | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/data/com.github.fabiocolacio.marker.appdata.xml b/data/com.github.fabiocolacio.marker.appdata.xml index 1a593599b..5a7d4cc96 100644 --- a/data/com.github.fabiocolacio.marker.appdata.xml +++ b/data/com.github.fabiocolacio.marker.appdata.xml @@ -58,6 +58,18 @@ + + +
    +
  • Added ability to export documents from the cli.
  • +
  • Added vim-like shortcuts (h,j,k,l,g,G) to the previewer.
  • +
  • Added the ability to choose any view mode when launching from cli.
  • +
  • Fixed a glitch where documents opened in preview mode were scrolled to the bottom.
  • +
  • Fixed a glitch causing two appmenus to appear in non-gnome environments.
  • +
  • Fixed a glitch where code blocks didn't have monospaced font in the preview with some themes.
  • +
+
+
    diff --git a/meson.build b/meson.build index 3b3d917c5..f0d0228ee 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Marker', 'c', - version : '2018.04.27', + version : '2018.07.03', license : 'GPL3' )