Skip to content

Commit 2462abd

Browse files
committed
Pre-release version bump
1 parent e09b4fe commit 2462abd

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

data/com.github.akiraux.akira.appdata.xml.in.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@
3232
<binary>@APP_ID@</binary>
3333
</provides>
3434
<releases>
35+
<release version="0.0.14" date="2021-04-25">
36+
<description>
37+
<p>New Features and Bug Fixes</p>
38+
<ul>
39+
<li>Complete rebuild of the Canvas library architecture.</li>
40+
<li>Implemented Pixel Grid.</li>
41+
<li>Customize color of Pixel Grid.</li>
42+
<li>Implemented smart Snapping Guides.</li>
43+
<li>Customize color and magnetic threshold of Snapping Guides.</li>
44+
<li>Allow items resizing in all directions.</li>
45+
<li>Add images via click and drag with the Image Tool.</li>
46+
<li>Handle multiple Fills and Border colors for each item.</li>
47+
<li>Allow scaling items from the center.</li>
48+
<li>Enable dropping images on the canvas.</li>
49+
<li>A lot of code improvements and optimization.</li>
50+
</ul>
51+
</description>
52+
</release>
3553
<release version="0.0.13" date="2020-09-02">
3654
<description>
3755
<p>New Features and Bug Fixes</p>

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
com.github.akiraux.akira (0.0.14) xenial; urgency=medium
2+
3+
* Complete rebuild of the Canvas library architecture.
4+
* Implemented Pixel Grid.
5+
* Customize color of Pixel Grid.
6+
* Implemented smart Snapping Guides.
7+
* Customize color and magnetic threshold of Snapping Guides.
8+
* Allow items resizing in all directions.
9+
* Add images via click and drag with the Image Tool.
10+
* Handle multiple Fills and Border colors for each item.
11+
* Allow scaling items from the center.
12+
* Enable dropping images on the canvas.
13+
* A lot of code improvements and optimization.
14+
15+
-- Alessandro Castellani <[email protected]> Sun, 25 Apr 2021 09:00:00 -0800
16+
117
com.github.akiraux.akira (0.0.13) xenial; urgency=medium
218

319
* New color picker for Fills and Borders.

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ conf_data.set('PREFIX', akira_prefix)
44
conf_data.set('DATADIR', akira_datadir)
55
conf_data.set('PKGDATADIR',akira_pkgdatadir)
66
conf_data.set('GETTEXT_PACKAGE', gettext_package)
7-
conf_data.set('VERSION', '0.0.13')
7+
conf_data.set('VERSION', '0.0.14')
88
conf_data.set('PROFILE', profile)
99
conf_data.set('APP_ID', application_id)
1010

0 commit comments

Comments
 (0)