Skip to content

Commit

Permalink
Update to version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhowell committed Jul 7, 2019
1 parent 41451a1 commit 94489ce
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions data/com.github.dbhowell.peeq.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,35 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Peeq</name>
<summary>Postgresql Client</summary>
<summary>Postgresql Client with programmer utilities</summary>
<description>
<p>A Postgresql client for HiDPI screens.</p>
<p>A Postgresql client for HiDPI screens, aimed at programmers.</p>
<p>
<ul>
<li>Connect to multiple Postgresql servers</li>
<li>One query window per database connection</li>
<li>Load SQL files</li>
<li>Copy/paste as CSV</li>
<li>Copy/paste as JSON</li>
<li>Override default font and size</li>
<li>Dark mode</li>
<li>Editor style schemes (e.g. solarized dark, solarized light)</li>
</ul>
</description>
<releases>
<release version="0.3.2" date="2019-07-07" urgency="medium">
<description>
<p>New features</p>
<ul>
<li>CSV copy (CTRL-C)</li>
<li>JSON copy (CTRL-J)</li>
<li>Multi-row select</li>
<li>Dark mode</li>
<li>SQL Editor style schemes (e.g. solarized dark)</li>
<li>Override default font and size</li>
</ul>
</description>
</release>
<release version="0.2.4" date="2018-10-13" urgency="medium">
<description>
<p>Initial Release</p>
Expand Down Expand Up @@ -72,6 +91,9 @@
<screenshot>
<image>https://raw.githubusercontent.com/dbhowell/peeq/master/data/screenshot_003.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/dbhowell/peeq/master/data/screenshot_004.png</image>
</screenshot>
</screenshots>
<developer_name>David Howell</developer_name>
<url type="homepage">https://github.com/dbhowell/peeq</url>
Expand Down
Binary file added data/screenshot_004.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 meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# project name and programming language
project('com.github.dbhowell.peeq', 'vala', 'c', version: '0.3.0')
project('com.github.dbhowell.peeq', 'vala', 'c', version: '0.3.2')

# Include the translations module
i18n = import('i18n')
Expand Down

0 comments on commit 94489ce

Please sign in to comment.