From 4d04926a07efb226a74fd66df386c6da0f55ce4a Mon Sep 17 00:00:00 2001 From: Alecaddd Date: Thu, 25 Jun 2020 23:15:24 -0700 Subject: [PATCH] Prerelease version bump --- ....github.alecaddd.sequeler.appdata.xml.in.in | 18 ++++++++++++++++++ debian/changelog | 10 ++++++++++ meson.build | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/data/com.github.alecaddd.sequeler.appdata.xml.in.in b/data/com.github.alecaddd.sequeler.appdata.xml.in.in index bd2e314..006540a 100644 --- a/data/com.github.alecaddd.sequeler.appdata.xml.in.in +++ b/data/com.github.alecaddd.sequeler.appdata.xml.in.in @@ -37,6 +37,24 @@ @appid@ + + +

New Features

+
    +
  • Create, Edit, and Delete databases.
  • +
  • New context menu to copy and edit tables.
  • +
  • Support unencrypted connections.
  • +
+

Bug Fixes

+
    +
  • Fix copy column data.
  • +
+

Translations

+
    +
  • Updated translations for Ukranian, Russian, French, and German.
  • +
+
+

Reduced CPU usage by 2%.

diff --git a/debian/changelog b/debian/changelog index e9a8d60..21d1f85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +com.github.alecaddd.sequeler (0.8.0) xenial; urgency=medium + + * Create, Edit, and Delete databases. + * New context menu to copy and edit tables. + * Support unencrypted connections. + * Fix copy column data. + * Updated translations for Ukranian, Russian, French, and German. + + -- Alessandro Castellani Thu, 25 Jun 2020 11:00:00 -0700 + com.github.alecaddd.sequeler (0.7.91) xenial; urgency=high * Reduced CPU usage by 2%. diff --git a/meson.build b/meson.build index 1656676..e1f950d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # project name and programming language project('com.github.alecaddd.sequeler', 'vala', 'c', - version: '0.7.91') + version: '0.8.0') cc = meson.get_compiler('c') m_dep = cc.find_library('m', required: true)