diff --git a/data/com.github.dbhowell.peeq.appdata.xml.in b/data/com.github.dbhowell.peeq.appdata.xml.in index f33ccd4..1027227 100644 --- a/data/com.github.dbhowell.peeq.appdata.xml.in +++ b/data/com.github.dbhowell.peeq.appdata.xml.in @@ -5,16 +5,35 @@ CC0-1.0 GPL-3.0+ Peeq - Postgresql Client + Postgresql Client with programmer utilities -

A Postgresql client for HiDPI screens.

+

A Postgresql client for HiDPI screens, aimed at programmers.

+

+ + +

New features

+
    +
  • CSV copy (CTRL-C)
  • +
  • JSON copy (CTRL-J)
  • +
  • Multi-row select
  • +
  • Dark mode
  • +
  • SQL Editor style schemes (e.g. solarized dark)
  • +
  • Override default font and size
  • +
+
+

Initial Release

@@ -72,6 +91,9 @@ https://raw.githubusercontent.com/dbhowell/peeq/master/data/screenshot_003.png + + https://raw.githubusercontent.com/dbhowell/peeq/master/data/screenshot_004.png + David Howell https://github.com/dbhowell/peeq diff --git a/data/screenshot_004.png b/data/screenshot_004.png new file mode 100644 index 0000000..bf99061 Binary files /dev/null and b/data/screenshot_004.png differ diff --git a/meson.build b/meson.build index 693f48f..fb578e8 100644 --- a/meson.build +++ b/meson.build @@ -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')