Release 0.10.0
This commit is contained in:
parent
50e3725686
commit
101b6217bc
@ -50,6 +50,21 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="0.10.0" date="2026-05-21">
|
||||
<description translate="no">
|
||||
<p>Version 0.10.0 release</p>
|
||||
<ul>
|
||||
<li>Responsive layout: sidebar collapses to an overlay panel on narrow windows</li>
|
||||
<li>Narrow mode: single-panel view with Request/Response toggle buttons when sidebar is hidden</li>
|
||||
<li>Adaptive request panel: Headers/Body/Scripts tabs stack vertically when the panel is narrow, with a hard minimum width</li>
|
||||
<li>Import requests from .http files</li>
|
||||
<li>Sidebar hamburger menu consolidating all actions (Add Project, Import, Preferences, Keyboard Shortcuts, About)</li>
|
||||
<li>Method chips (GET/POST/PUT/DELETE color badges) in sidebar request list</li>
|
||||
<li>Fix header bar clipping and window controls placement on narrow windows</li>
|
||||
<li>Set minimum window width to prevent layout overflow</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.9.3" date="2026-05-19">
|
||||
<description translate="no">
|
||||
<p>Version 0.9.3 release</p>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
project('roster',
|
||||
version: '0.9.3',
|
||||
version: '0.10.0',
|
||||
meson_version: '>= 1.0.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user