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' )