Bump version to 0.9.2, update screenshots, fix console.error() in scripts

This commit is contained in:
Pavel Baksy 2026-05-13 21:27:58 +02:00
parent f5f096d97f
commit b8338be283
6 changed files with 13 additions and 1 deletions

View File

@ -43,9 +43,21 @@
<image>https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/history.png</image>
<caption>Request history panel</caption>
</screenshot>
<screenshot>
<image>https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/load_openapi.png</image>
<caption>OpenAPI/Swagger import dialog with loaded operations</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.9.2" date="2026-05-13">
<description translate="no">
<p>Version 0.9.2 release</p>
<ul>
<li>Fix console.error() not available in scripts</li>
</ul>
</description>
</release>
<release version="0.9.1" date="2026-05-12">
<description translate="no">
<p>Version 0.9.1 release</p>

View File

@ -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', ],
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 71 KiB