Skip to content

Commit

Permalink
Version bump pre-release, updated screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Sep 11, 2018
1 parent b94f99e commit a7a8e5b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/com.github.alecaddd.sequeler.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@
<binary>com.github.alecaddd.sequeler</binary>
</provides>
<releases>
<release version="0.6.2" date="2018-09-11">
<description>
<p>Export all the things!</p>
<ul>
<li>Export results from Query Tab.</li>
<li>Export in CSV or Plain Text format.</li>
<li>Sort Columns order everywhere.</li>
<li>Brazilian translation.</li>
</ul>
</description>
</release>
<release version="0.6.1" date="2018-09-07">
<description>
<p>Here comes the power of Pagination!!!</p>
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
com.github.alecaddd.sequeler (0.6.2) xenial; urgency=medium

* Export results from Query Tab.
* Export in CSV or Plain Text format.
* Sort Columns order everywhere.
* Brazilian translation.

-- Alessandro Castellani <castellani.ale@gmail.com> Tue, 11 Sept 2018 12:28:00 -0500

com.github.alecaddd.sequeler (0.6.1) xenial; urgency=medium

* Paginate results in the Content tab.
Expand Down
Binary file modified sequeler-screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conf_data.set('DATADIR', get_option('datadir'))
conf_data.set('PKGDATADIR', get_option('datadir') + '/' + meson.project_name())
conf_data.set('GETTEXT_PACKAGE', meson.project_name())
conf_data.set('RELEASE_NAME', 'Sequeler')
conf_data.set('VERSION', '0.6.1')
conf_data.set('VERSION', '0.6.2')
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
conf_data.set('PREFIX', get_option('prefix'))

Expand Down

0 comments on commit a7a8e5b

Please sign in to comment.