From 101b6217bc0168b9d5a6fe6479d046f3bad400ac Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Thu, 21 May 2026 21:28:36 +0200 Subject: [PATCH] Release 0.10.0 --- data/cz.bugsy.roster.metainfo.xml.in | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/cz.bugsy.roster.metainfo.xml.in b/data/cz.bugsy.roster.metainfo.xml.in index fed97c4..543363e 100644 --- a/data/cz.bugsy.roster.metainfo.xml.in +++ b/data/cz.bugsy.roster.metainfo.xml.in @@ -50,6 +50,21 @@ + + +

Version 0.10.0 release

+
    +
  • Responsive layout: sidebar collapses to an overlay panel on narrow windows
  • +
  • Narrow mode: single-panel view with Request/Response toggle buttons when sidebar is hidden
  • +
  • Adaptive request panel: Headers/Body/Scripts tabs stack vertically when the panel is narrow, with a hard minimum width
  • +
  • Import requests from .http files
  • +
  • Sidebar hamburger menu consolidating all actions (Add Project, Import, Preferences, Keyboard Shortcuts, About)
  • +
  • Method chips (GET/POST/PUT/DELETE color badges) in sidebar request list
  • +
  • Fix header bar clipping and window controls placement on narrow windows
  • +
  • Set minimum window width to prevent layout overflow
  • +
+
+

Version 0.9.3 release

diff --git a/meson.build b/meson.build index d30546d..35eef4b 100644 --- a/meson.build +++ b/meson.build @@ -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', ], )