Skip to content

Commit

Permalink
Pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Apr 26, 2021
1 parent e09b4fe commit 2462abd
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
18 changes: 18 additions & 0 deletions data/com.github.akiraux.akira.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@
<binary>@APP_ID@</binary>
</provides>
<releases>
<release version="0.0.14" date="2021-04-25">
<description>
<p>New Features and Bug Fixes</p>
<ul>
<li>Complete rebuild of the Canvas library architecture.</li>
<li>Implemented Pixel Grid.</li>
<li>Customize color of Pixel Grid.</li>
<li>Implemented smart Snapping Guides.</li>
<li>Customize color and magnetic threshold of Snapping Guides.</li>
<li>Allow items resizing in all directions.</li>
<li>Add images via click and drag with the Image Tool.</li>
<li>Handle multiple Fills and Border colors for each item.</li>
<li>Allow scaling items from the center.</li>
<li>Enable dropping images on the canvas.</li>
<li>A lot of code improvements and optimization.</li>
</ul>
</description>
</release>
<release version="0.0.13" date="2020-09-02">
<description>
<p>New Features and Bug Fixes</p>
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2462abd

Please sign in to comment.