From 2462abdacbcc235fb17685f353974ecfb8d7aa01 Mon Sep 17 00:00:00 2001 From: Alecaddd Date: Sun, 25 Apr 2021 22:12:06 -0700 Subject: [PATCH] Pre-release version bump --- .../com.github.akiraux.akira.appdata.xml.in.in | 18 ++++++++++++++++++ debian/changelog | 16 ++++++++++++++++ src/meson.build | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/data/com.github.akiraux.akira.appdata.xml.in.in b/data/com.github.akiraux.akira.appdata.xml.in.in index 63853e807..6ae46b78d 100644 --- a/data/com.github.akiraux.akira.appdata.xml.in.in +++ b/data/com.github.akiraux.akira.appdata.xml.in.in @@ -32,6 +32,24 @@ @APP_ID@ + + +

New Features and Bug Fixes

+
    +
  • Complete rebuild of the Canvas library architecture.
  • +
  • Implemented Pixel Grid.
  • +
  • Customize color of Pixel Grid.
  • +
  • Implemented smart Snapping Guides.
  • +
  • Customize color and magnetic threshold of Snapping Guides.
  • +
  • Allow items resizing in all directions.
  • +
  • Add images via click and drag with the Image Tool.
  • +
  • Handle multiple Fills and Border colors for each item.
  • +
  • Allow scaling items from the center.
  • +
  • Enable dropping images on the canvas.
  • +
  • A lot of code improvements and optimization.
  • +
+
+

New Features and Bug Fixes

diff --git a/debian/changelog b/debian/changelog index 0e575cbfd..52faef43f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +com.github.akiraux.akira (0.0.14) xenial; urgency=medium + + * Complete rebuild of the Canvas library architecture. + * Implemented Pixel Grid. + * Customize color of Pixel Grid. + * Implemented smart Snapping Guides. + * Customize color and magnetic threshold of Snapping Guides. + * Allow items resizing in all directions. + * Add images via click and drag with the Image Tool. + * Handle multiple Fills and Border colors for each item. + * Allow scaling items from the center. + * Enable dropping images on the canvas. + * A lot of code improvements and optimization. + + -- Alessandro Castellani Sun, 25 Apr 2021 09:00:00 -0800 + com.github.akiraux.akira (0.0.13) xenial; urgency=medium * New color picker for Fills and Borders. diff --git a/src/meson.build b/src/meson.build index 77508fcbd..904c5152f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -4,7 +4,7 @@ conf_data.set('PREFIX', akira_prefix) conf_data.set('DATADIR', akira_datadir) conf_data.set('PKGDATADIR',akira_pkgdatadir) conf_data.set('GETTEXT_PACKAGE', gettext_package) -conf_data.set('VERSION', '0.0.13') +conf_data.set('VERSION', '0.0.14') conf_data.set('PROFILE', profile) conf_data.set('APP_ID', application_id)