diff --git a/data/cz.bugsy.roster.metainfo.xml.in b/data/cz.bugsy.roster.metainfo.xml.in index 50510ea..674eb0d 100644 --- a/data/cz.bugsy.roster.metainfo.xml.in +++ b/data/cz.bugsy.roster.metainfo.xml.in @@ -43,9 +43,21 @@ https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/history.png Request history panel + + https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/load_openapi.png + OpenAPI/Swagger import dialog with loaded operations + + + +

Version 0.9.2 release

+
    +
  • Fix console.error() not available in scripts
  • +
+
+

Version 0.9.1 release

diff --git a/meson.build b/meson.build index ce78340..4239b34 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.9.1', + version: '0.9.2', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/screenshots/history.png b/screenshots/history.png index 22bfd8c..18ea1b3 100644 Binary files a/screenshots/history.png and b/screenshots/history.png differ diff --git a/screenshots/load_openapi.png b/screenshots/load_openapi.png new file mode 100644 index 0000000..00aa72e Binary files /dev/null and b/screenshots/load_openapi.png differ diff --git a/screenshots/main.png b/screenshots/main.png index a5631c4..2d10e3c 100644 Binary files a/screenshots/main.png and b/screenshots/main.png differ diff --git a/screenshots/variables.png b/screenshots/variables.png index 0df8e76..54a9618 100644 Binary files a/screenshots/variables.png and b/screenshots/variables.png differ