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 7, 2018
1 parent 8896907 commit 98fe796
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
10 changes: 10 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,16 @@
<binary>com.github.alecaddd.sequeler</binary>
</provides>
<releases>
<release version="0.6.1" date="2018-09-07">
<description>
<p>Here comes the power of Pagination!!!</p>
<ul>
<li>Paginate results in the Content tab.</li>
<li>Query messages UI improvements.</li>
<li>Relations table bug fixes.</li>
</ul>
</description>
</release>
<release version="0.6.0" date="2018-08-24">
<description>
<p>We got Multi SQL Query support.</p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
com.github.alecaddd.sequeler (0.6.1) xenial; urgency=medium

* Paginate results in the Content tab.
* Query messages UI improvements.
* Relations table bug fixes.

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

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

* Ability to handle multiple SQL queries.
Expand Down
Binary file modified sequeler-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sequeler-screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sequeler-screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0')
conf_data.set('VERSION', '0.6.1')
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
conf_data.set('PREFIX', get_option('prefix'))

Expand Down

0 comments on commit 98fe796

Please sign in to comment.