118 Commits

Author SHA1 Message Date
0765093ec4 Fix POTFILES.in and add translation template (37 strings) 2026-01-13 17:49:34 +01:00
259f3fb228 Bump version to 0.6.0 2026-01-13 11:27:28 +01:00
cdd2c180f4 Add sensitive variable redaction in history 2026-01-13 11:27:05 +01:00
d9643f689f Update README.md with wiki links 2026-01-12 23:50:36 +01:00
55ccdc8a1e Add sensitive variable support with GNOME Keyring integration 2026-01-12 23:28:55 +01:00
3ab8b0c926 FIX: Empty tab detection with default User-Agent header 2026-01-12 22:43:46 +01:00
8be6114318 Add version constant and default User-Agent header for requests 2026-01-12 22:35:18 +01:00
b9b9619425 Add cURL export functionality with custom icon and extensible architecture 2026-01-12 22:27:38 +01:00
8c842ee3f1 Display response size in the status line 2026-01-12 11:02:21 +01:00
d2c7c09312 FIX: Change style of stack switcher button (light theme) 2026-01-12 10:29:40 +01:00
465d91e679 Change style of stack switcher button 2026-01-11 22:37:10 +01:00
f7e737443f Add application icons and update branding metadata, update licensing documentation 2026-01-11 01:22:34 +01:00
96bc438268 Fix blank script results panel separator on request load
Hide the results_paned container when both script output panels are empty.
This prevents the separator and blank space from appearing when opening
requests without script output, maximizing response panel space.
2026-01-07 12:16:25 +01:00
4e2f0fe0fc Hide script result panels when there's no output 2026-01-07 11:33:25 +01:00
cbf4d73190 Change application ID from cz.vesp.roster to cz.bugsy.roster 2026-01-06 17:11:10 +01:00
dff996fc7a Bump version to 0.4.8 2026-01-06 01:47:02 +01:00
4ecc7901b8 Fix variable indicators and add project caching 2026-01-06 01:45:36 +01:00
51ec7a8e43 Bump version to 0.4.7 2026-01-05 11:56:41 +01:00
fc4898cfde Replace magic numbers with named constants 2026-01-05 11:56:23 +01:00
d73c082f21 Bump version to 0.4.6 2026-01-05 11:50:51 +01:00
1f49ef288f Fix history entry deletion bug with unique IDs 2026-01-05 11:50:36 +01:00
5555601bcf Bump version to 0.4.5 2026-01-05 11:46:30 +01:00
4006ed7c34 Replace print statements with proper logging 2026-01-05 11:46:15 +01:00
60d4b32cd8 Bump version to 0.4.4 2026-01-05 11:39:12 +01:00
74acbcca7c Add input validation for project and request names 2026-01-05 11:38:58 +01:00
3389a87678 Bump version to 0.4.3 2026-01-05 11:33:58 +01:00
90d66c2c73 Add type annotations to request_tab_widget.py 2026-01-05 11:33:12 +01:00
a8a372d83d Add type annotations to window.py 2026-01-05 11:31:59 +01:00
833bcb5e6e Bump version to 0.4.2 2026-01-05 11:25:05 +01:00
97bb03c725 Use actual timeout value in error message 2026-01-05 11:18:32 +01:00
31c7b383b4 Fix toast notifications by adding AdwToastOverlay 2026-01-05 11:14:31 +01:00
99121a8c48 Bump version to 0.4.0
- Updated version in meson.build
- Added release entry in metainfo with changelog
2026-01-05 10:47:02 +01:00
e498097b2a Reduce request indentation in sidebar from 24px to 12px 2026-01-05 02:28:02 +01:00
9d56be3f57 Keep project folder open when loading request 2026-01-05 02:20:48 +01:00
073134a969 Fix status icons in preprocessing and script output panels 2026-01-04 01:18:40 +01:00
f0b20be562 Adjust panel proportions: sidebar 15%, request/response 42.5% 2026-01-04 00:53:20 +01:00
33e9df9139 Make result and history panels resizable with minimum size 2026-01-03 09:17:20 +01:00
4780c00b73 Fix history panel collapse when expanding script results 2026-01-02 01:31:07 +01:00
1384e2c4fd Implement preprocessing scripts with request modification and variable access 2026-01-02 01:04:24 +01:00
37f1fd9be1 Bump version to 0.3.0 2026-01-01 02:28:27 +01:00
032b487c4a Add roster API for scripts to set environment variables 2026-01-01 02:27:22 +01:00
43a9ea402c Track script changes and show modified flag when scripts are edited 2025-12-31 01:59:49 +01:00
4bb3872ebd Save and restore scripts with saved requests to projects 2025-12-31 01:46:43 +01:00
2d6406ab86 Fix GTK4 API: Use set_from_icon_name instead of set_icon_name
Corrects AttributeError when initializing script status icon.
2025-12-31 01:34:18 +01:00
b923a4b83e Add Scripts feature with JavaScript postprocessing
Implements JavaScript-based postprocessing for HTTP responses using gjs.
Adds Scripts tab with preprocessing (disabled) and postprocessing (functional) sections.
2025-12-31 01:32:14 +01:00
79fa494780 Fix edit icon: use document-properties-symbolic instead 2025-12-31 00:33:20 +01:00
1436f4a1d3 Make Manage Environments dialog wider and resizable 2025-12-31 00:30:09 +01:00
f91c9f318a Fix edit icon and move Add Variable button inside table as last row 2025-12-31 00:26:05 +01:00
f4e8f0cca9 Move Add Variable button to bottom of variable column and change edit icon 2025-12-31 00:21:38 +01:00
97196f2e14 Improve dialog UX: enable Enter key activation for all input dialogs 2025-12-31 00:11:30 +01:00