Skip to content

Commit 9479894

Browse files
committed
Updated screenshots and bumped up to version 0.4.0
1 parent e97d03e commit 9479894

File tree

6 files changed

+14
-1
lines changed

6 files changed

+14
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set (PKGDATADIR "${DATADIR}/com.github.alecaddd.sequeler")
1919

2020
set (EXEC_NAME "com.github.alecaddd.sequeler")
2121
set (RELEASE_NAME "Sequeler")
22-
set (VERSION "0.3.6")
22+
set (VERSION "0.4.0")
2323
set (VERSION_INFO "Friendly SQL Client")
2424

2525
# disable C compiler warnings

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@
2626
<binary>com.github.alecaddd.sequeler</binary>
2727
</provides>
2828
<releases>
29+
<release version="0.4.0" date="2017-11-10">
30+
<description>
31+
<p>Summoning the power of async methods!</p>
32+
<ul>
33+
<li>All DataBase queries are now async methods, super fast.</li>
34+
<li>The UI doesn't freeze anymore during a long process</li>
35+
<li>Granite SourceList to display list of tables</li>
36+
<li>Tabs to switch between the Query Builder and the Table Structure</li>
37+
<li>ComboBox to select table schemas from the open connection</li>
38+
<li>Many more bugs and issues for you to have fun with</li>
39+
</ul>
40+
</description>
41+
</release>
2942
<release version="0.3.4" date="2017-10-23">
3043
<description>
3144
<p>Bug Fixes and Improvements</p>

sequeler-screenshot.png

1.04 KB
Loading

sequeler-screenshot1.png

-20.2 KB
Loading

sequeler-screenshot2.png

84.5 KB
Loading

sequeler-screenshot3.png

-15.3 KB
Loading

0 commit comments

Comments
 (0)