190 Commits

Author SHA1 Message Date
77fdb86991 Fix Manage Environments dialog scroll position and widen dialog
Reset horizontal scroll to leftmost position on open so variable names
are always visible first. Increase dialog width from 1100 to 1200px.
2026-06-02 11:11:08 +02:00
048dcadaa2 Update screenshots for 0.11.0 2026-05-28 01:12:15 +02:00
90bb11e56a Release 0.11.0 v0.11.0 2026-05-27 23:38:32 +02:00
f7460ad6af Strip leading slash from OpenAPI path-based request names 2026-05-27 17:22:21 +02:00
4b850bf0bf Merge feature/per-file-storage: migrate storage to per-file format, add backup UI 2026-05-27 17:16:37 +02:00
8cce3f34a9 Allow / and : in request names 2026-05-27 17:12:22 +02:00
38afc2583f Remove method prefix from imported request names 2026-05-27 17:05:34 +02:00
4a0a5f1d93 Strip method prefix from request names in sidebar 2026-05-27 17:01:53 +02:00
1e4fa5f6ee Migrate storage to per-file format, add backup UI 2026-05-27 15:10:12 +02:00
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