diff --git a/cz.bugsy.roster.flathub.json b/cz.bugsy.roster.flathub.json new file mode 100644 index 0000000..5b5e3a3 --- /dev/null +++ b/cz.bugsy.roster.flathub.json @@ -0,0 +1,43 @@ +{ + "id": "cz.bugsy.roster", + "runtime": "org.gnome.Platform", + "runtime-version": "47", + "sdk": "org.gnome.Sdk", + "command": "roster", + "finish-args": [ + "--share=network", + "--share=ipc", + "--socket=fallback-x11", + "--device=dri", + "--socket=wayland", + "--talk-name=org.freedesktop.secrets" + ], + "cleanup": [ + "/include", + "/lib/pkgconfig", + "/man", + "/share/doc", + "/share/gtk-doc", + "/share/man", + "/share/pkgconfig", + "*.la", + "*.a" + ], + "modules": [ + { + "name": "roster", + "builddir": true, + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://git.bugsy.cz/beval/roster.git", + "tag": "v0.7.0" + } + ], + "config-opts": [ + "--libdir=lib" + ] + } + ] +} diff --git a/data/cz.bugsy.roster.metainfo.xml.in b/data/cz.bugsy.roster.metainfo.xml.in index 04a2609..6fd09fc 100644 --- a/data/cz.bugsy.roster.metainfo.xml.in +++ b/data/cz.bugsy.roster.metainfo.xml.in @@ -28,16 +28,48 @@ - https://example.org/example1.png - A caption + https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/main.png + Main application window with HTTP request and response - https://example.org/example2.png - A caption + https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/variables.png + Environment variables configuration + + + https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/history.png + Request history panel + + +

Version 0.7.0 release

+
    +
  • Prepare for Flathub submission
  • +
  • Add real screenshots and release notes
  • +
  • Add Request creates new tab for project
  • +
+
+
+ + +

Version 0.6.0 release

+
    +
  • Added keyboard shortcuts: Ctrl+L (focus URL), Ctrl+Return (send request)
  • +
  • Translation improvements
  • +
+
+
+ + +

Version 0.5.0 release

+
    +
  • Authentication improvements
  • +
  • Bug fixes and stability improvements
  • +
+
+

Version 0.4.0 release

diff --git a/meson.build b/meson.build index 14ff72a..cb50c90 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.6.2', + version: '0.7.0', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )