Bump version to 0.9.2, update screenshots, fix console.error() in scripts
@ -43,9 +43,21 @@
|
|||||||
<image>https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/history.png</image>
|
<image>https://git.bugsy.cz/beval/roster/raw/branch/master/screenshots/history.png</image>
|
||||||
<caption>Request history panel</caption>
|
<caption>Request history panel</caption>
|
||||||
</screenshot>
|
</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>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<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">
|
<release version="0.9.1" date="2026-05-12">
|
||||||
<description translate="no">
|
<description translate="no">
|
||||||
<p>Version 0.9.1 release</p>
|
<p>Version 0.9.1 release</p>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
project('roster',
|
project('roster',
|
||||||
version: '0.9.1',
|
version: '0.9.2',
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.0.0',
|
||||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||||
)
|
)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 83 KiB |
BIN
screenshots/load_openapi.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 71 KiB |