Skip to content

Commit 98fe796

Browse files
committed
Version bump pre-release, updated screenshots
1 parent 8896907 commit 98fe796

File tree

7 files changed

+19
-1
lines changed

7 files changed

+19
-1
lines changed

data/com.github.alecaddd.sequeler.appdata.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
<binary>com.github.alecaddd.sequeler</binary>
2929
</provides>
3030
<releases>
31+
<release version="0.6.1" date="2018-09-07">
32+
<description>
33+
<p>Here comes the power of Pagination!!!</p>
34+
<ul>
35+
<li>Paginate results in the Content tab.</li>
36+
<li>Query messages UI improvements.</li>
37+
<li>Relations table bug fixes.</li>
38+
</ul>
39+
</description>
40+
</release>
3141
<release version="0.6.0" date="2018-08-24">
3242
<description>
3343
<p>We got Multi SQL Query support.</p>

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.alecaddd.sequeler (0.6.1) xenial; urgency=medium
2+
3+
* Paginate results in the Content tab.
4+
* Query messages UI improvements.
5+
* Relations table bug fixes.
6+
7+
-- Alessandro Castellani <[email protected]> Fri, 7 Sept 2018 12:28:00 -0500
8+
19
com.github.alecaddd.sequeler (0.6.0) xenial; urgency=medium
210

311
* Ability to handle multiple SQL queries.

sequeler-screenshot.png

-2.23 KB
Loading

sequeler-screenshot1.png

32.5 KB
Loading

sequeler-screenshot2.png

-819 Bytes
Loading

sequeler-screenshot3.png

55.1 KB
Loading

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conf_data.set('DATADIR', get_option('datadir'))
55
conf_data.set('PKGDATADIR', get_option('datadir') + '/' + meson.project_name())
66
conf_data.set('GETTEXT_PACKAGE', meson.project_name())
77
conf_data.set('RELEASE_NAME', 'Sequeler')
8-
conf_data.set('VERSION', '0.6.0')
8+
conf_data.set('VERSION', '0.6.1')
99
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
1010
conf_data.set('PREFIX', get_option('prefix'))
1111

0 commit comments

Comments
 (0)