181 Commits

Author SHA1 Message Date
101b6217bc Release 0.10.0 v0.10.0 2026-05-21 21:28:36 +02:00
50e3725686 Fix narrow mode: sync stack visible child to button state on re-entry 2026-05-21 21:10:51 +02:00
e25e5db846 Add responsive layout: narrow mode and adaptive request tab switcher 2026-05-21 20:57:43 +02:00
60c0d0ac11 Remove stale @Gtk.Template.Callback from on_add_project_clicked 2026-05-21 19:57:07 +02:00
32b19ee524 Fix sidebar toggle icon: use sidebar-show-symbolic (available in Adwaita) 2026-05-21 19:54:05 +02:00
24733e77ab Change sidebar toggle button icon to dock-left-symbolic 2026-05-21 19:49:35 +02:00
d011ee2569 Consolidate all menu items into sidebar hamburger menu, remove right panel menu button 2026-05-21 19:39:54 +02:00
7107e2df8d Replace sidebar popover with GMenu model: flat sections instead of submenu, standard font 2026-05-21 19:35:02 +02:00
d074b1599a Move sidebar hamburger menu button to top-right corner of sidebar panel 2026-05-21 19:29:29 +02:00
2c432a1a37 Add hamburger menu to sidebar header, move Add Project and Import buttons into it 2026-05-21 19:26:08 +02:00
28c06463cf Set minimum window width to 470px to prevent layout overflow 2026-05-21 00:04:18 +02:00
946e726859 Fix header bar clipping: separate window controls as rightmost end child, add min width 400px 2026-05-20 23:46:30 +02:00
1af59b3539 Fix narrow-window layout: response panel stays, request shrinks, send button always visible 2026-05-20 23:35:34 +02:00
b620016397 Replace GtkPaned sidebar with AdwOverlaySplitView for responsive layout 2026-05-20 23:10:05 +02:00
bc0ee493e7 Move request tabs back to top, keep response tabs+status merged at bottom 2026-05-20 00:56:39 +02:00
38242f5c95 Move request/response tab switchers to bottom of panels 2026-05-20 00:40:01 +02:00
a6c389edd7 Improve sidebar layout: center Projects title, fix padding, add method chips
- Center "Projects" label in sidebar headerbar via title-widget property
- Fix asymmetric request list margins (margin-start 12→6, add margin-end 6)
- Replace dim method labels with colored chips (GET/POST/PUT/PATCH/DELETE)
2026-05-20 00:07:59 +02:00
728697711c Add .http file import support
Parse and import IntelliJ HTTP Client (.http/.rest) files into projects.
2026-05-19 23:37:29 +02:00
727d8bbab1 Add window controls fix to 0.9.3 release notes v0.9.3 2026-05-19 15:23:51 +02:00
7620041c4e Add 0.9.3 release notes to metainfo 2026-05-19 15:10:20 +02:00
4738e22865 Bump version to 0.9.3 2026-05-19 15:10:20 +02:00
12c37db7a9 Fix window controls disappearing when moved to left side 2026-05-19 15:10:15 +02:00
f597a727ca Ignore local Flatpak build manifests 2026-05-19 15:10:06 +02:00
a92eff7a68 Fix WSDL parser: keep wrapper elements and per-schema namespaces 2026-05-19 14:31:47 +02:00
b8338be283 Bump version to 0.9.2, update screenshots, fix console.error() in scripts v0.9.2 2026-05-13 21:27:58 +02:00
f5f096d97f Fix console.error() not defined in script execution context 2026-05-13 00:46:46 +02:00
9e0005f077 Bump version to 0.9.1 v0.9.1 2026-05-12 23:23:43 +02:00
45100d3d44 Merge import buttons into single popover menu, add PyYAML to Flatpak 2026-05-12 23:17:58 +02:00
fef8dec193 Add OpenAPI/Swagger import (2.0 + 3.x, JSON body templates) 2026-05-12 15:04:42 +02:00
7f921fb08d Bump version to 0.9.0 v0.9.0 2026-05-12 14:15:14 +02:00
99f7800924 Use papyrus-vertical-symbolic icon for WSDL import button (CC0) 2026-05-12 13:37:09 +02:00
cc6d812df2 Change WSDL import button icon to papyrus-vertical-symbolic 2026-05-12 13:22:41 +02:00
0827e3637a Add custom W-in-box icon for WSDL import sidebar button 2026-05-12 13:07:56 +02:00
037691eb5c Improve WSDL import: WSDL 2.0 support, param extraction, UI cleanup 2026-05-12 12:46:42 +02:00
da0f2e02f8 Add WSDL import: parse SOAP services and create requests from operations 2026-05-12 12:15:24 +02:00
60150f63d0 Bump version to 0.8.4 v0.8.4 2026-05-12 10:45:25 +02:00
56e294debb Fix variable indicators not updating when active environment is deleted 2026-05-12 01:17:12 +02:00
1a35867871 Refresh environment dropdown in open tabs after environments dialog changes 2026-05-12 01:13:05 +02:00
f4f33324dd Add Copy environment button to Environments dialog
Each environment column header now has a copy button that creates a
duplicate with a unique name (e.g. "Production (1)"). Non-sensitive
variables are copied directly; sensitive variables are migrated
through the keyring asynchronously.
2026-05-12 01:10:07 +02:00
909c197787 Merge remote-tracking branch 'origin/master' 2026-05-12 00:52:28 +02:00
97a3336e4f Fix variable indicators showing all vars as undefined when opening saved request in new tab 2026-05-12 00:47:08 +02:00
d8c9ffe585 Add Roster video 2026-03-20 22:45:23 +01:00
fd07c2bc7e Update instructions 2026-02-11 00:07:07 +01:00
3e5888a0bc Bump version to 0.8.3 v0.8.3 2026-02-10 23:53:29 +01:00
9e7fbcca1f Auto-switch to response body tab after request completes 2026-02-10 23:52:14 +01:00
daf03123a6 Support syntax highlighting for all XML/JSON-based content types via +xml/+json suffix 2026-02-10 23:47:30 +01:00
180e15ac20 Fix export button crash for saved requests by using async callback 2026-02-10 23:34:39 +01:00
1305f6f9c0 Add brand colors to metainfo for Flathub 2026-01-21 21:49:49 +01:00
f685ec5c92 Use XDG Secrets Portal instead of direct D-Bus access v0.8.2 2026-01-19 22:06:10 +01:00
a84e93da40 Bump version to 0.8.1
- Remove license note from app description
- Update GNOME runtime to version 49
2026-01-15 01:16:00 +01:00