Skip to content

Commit

Permalink
Pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Mar 20, 2019
1 parent 099f23f commit 7461f43
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
24 changes: 22 additions & 2 deletions data/com.github.alecaddd.sequeler.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@
Easily connect to your local or remote database
</p>
<p>
Store your Database Connections in the built-in library, type and execute SQL commands directly in the App, and do everything you need to do without the necessity of opening the terminal.
Store your Database Connections in the library, connect over SSH tunnel, type and execute SQL commands directly in the app, and do everything you need to do without the necessity of opening the terminal.
</p>
<p>
Supported Databases:
</p>
<ul>
<li>SQLite</li>
<li>MySQL</li>
<li>MariaDB</li>
<li>PostgreSQL</li>
</ul>
<p>
Features Include:
</p>
Expand All @@ -21,13 +30,24 @@
<li>View Table structure, content, and relations</li>
<li>Write multiple custom SQL Queries</li>
<li>Switch between light and dark mode</li>
<li>Handy keyboard shortcuts to quit (ctrl+q), create new connection (ctrl+shift+n), multiple instances (ctrl+n)</li>
<li>Handy keyboard shortcuts to quit (ctrl+q), create new connection (ctrl+shift+n), open a new window (ctrl+n)</li>
</ul>
</description>
<provides>
<binary>@appid@</binary>
</provides>
<releases>
<release version="0.6.8" date="2019-03-19">
<description>
<p>Bug fixes and improvements</p>
<ul>
<li>Properly handle EXPLAIN SQL statement.</li>
<li>Properly handle querying capitlized PostgreSQL tables.</li>
<li>Improved async methods for internal views.</li>
<li>Updated translations.</li>
</ul>
</description>
</release>
<release version="0.6.7" date="2019-01-02">
<description>
<p>Critical bug fix!</p>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.alecaddd.sequeler (0.6.8) xenial; urgency=medium

* Properly handle EXPLAIN SQL statement.
* Properly handle querying capitlized PostgreSQL tables.
* Improved async methods for internal views.
* Updated translations.
* Bug fixes and other improvements.

-- Alessandro Castellani <castellani.ale@gmail.com> Tue, 19 Mar 2019 21:00:00 -0700

com.github.alecaddd.sequeler (0.6.7) xenial; urgency=high

* CRITICAL: Fixes missing GSettings Schema, restore lost connections.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# project name and programming language
project('com.github.alecaddd.sequeler', 'vala', 'c',
version: '0.6.7')
version: '0.6.8')

cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required: true)
Expand Down

0 comments on commit 7461f43

Please sign in to comment.