129 Commits

Author SHA1 Message Date
9641fe9fb2 Shorten User-Agent version to major.minor 2026-01-15 00:52:05 +01:00
3693ab9087 Prepare for Flathub submission v0.7.0 2026-01-14 23:08:24 +01:00
f4278647f3 Implement Add Request to create new tab for project 2026-01-14 22:24:03 +01:00
ee44a5bea6 Update screenshot files 2026-01-14 09:47:17 +01:00
5858ae1b30 Bump version to 0.6.1 2026-01-14 01:16:50 +01:00
8dba2c0d28 Improve button layout and increase dialog width 2026-01-14 01:11:31 +01:00
53e34ce248 Fix cursor jumping when editing variable names 2026-01-14 01:01:16 +01:00
43655c5906 Add screenshots section to README with screenshot files
Include main interface, history, and variables screenshots. Remove old sensitive variables documentation files.
2026-01-14 00:12:50 +01:00
73ce6ddd0b Update README.md 2026-01-13 23:33:52 +01:00
0de0a0deb4 Update POT file with new keyboard shortcut strings 2026-01-13 17:56:03 +01:00
3bc458bb4b Add keyboard shortcuts: Ctrl+L (focus URL) and Ctrl+Return (send) 2026-01-13 17:55:04 +01:00
3e66f0aa37 Fix POTFILES.in and add translation template (37 strings) 2026-01-13 17:49:34 +01:00
d37fcc2f7a Bump version to 0.6.0 v0.6.0 2026-01-13 11:27:28 +01:00
9ced4f54d7 Add sensitive variable redaction in history 2026-01-13 11:27:05 +01:00
259c563a0b Update README.md with wiki links 2026-01-12 23:50:36 +01:00
fe5747cb42 Add sensitive variable support with GNOME Keyring integration v0.5.0 2026-01-12 23:28:55 +01:00
a6407a5dec FIX: Empty tab detection with default User-Agent header 2026-01-12 22:43:46 +01:00
291f8e4ae2 Add version constant and default User-Agent header for requests 2026-01-12 22:35:18 +01:00
05d6f0c15d Add cURL export functionality with custom icon and extensible architecture 2026-01-12 22:27:38 +01:00
d71bd4043d Display response size in the status line 2026-01-12 11:02:21 +01:00
41281f5121 FIX: Change style of stack switcher button (light theme) 2026-01-12 10:29:40 +01:00
5e5fca65a4 Change style of stack switcher button 2026-01-11 22:37:10 +01:00
79bd29776a Add application icons and update branding metadata, update licensing documentation 2026-01-11 01:22:34 +01:00
e22829e82a 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
bedb17149a Hide script result panels when there's no output 2026-01-07 11:33:25 +01:00
afdb9f34fc Change application ID from cz.vesp.roster to cz.bugsy.roster 2026-01-06 17:11:10 +01:00
e1c0cd08f8 Bump version to 0.4.8 2026-01-06 01:47:02 +01:00
1d12ae4eb3 Fix variable indicators and add project caching 2026-01-06 01:45:36 +01:00
4041812ffb Bump version to 0.4.7 2026-01-05 11:56:41 +01:00
5ef4d739a4 Replace magic numbers with named constants 2026-01-05 11:56:23 +01:00
16ad235f71 Bump version to 0.4.6 2026-01-05 11:50:51 +01:00
6a06db0f8e Fix history entry deletion bug with unique IDs 2026-01-05 11:50:36 +01:00
d3381cb3bc Bump version to 0.4.5 2026-01-05 11:46:30 +01:00
03b753e688 Replace print statements with proper logging 2026-01-05 11:46:15 +01:00
a6c487e925 Bump version to 0.4.4 2026-01-05 11:39:12 +01:00
4236cabf1f Add input validation for project and request names 2026-01-05 11:38:58 +01:00
7806c4bf72 Bump version to 0.4.3 2026-01-05 11:33:58 +01:00
ee0613224a Add type annotations to request_tab_widget.py 2026-01-05 11:33:12 +01:00
8ee746077d Add type annotations to window.py 2026-01-05 11:31:59 +01:00
8674be290e Bump version to 0.4.2 2026-01-05 11:25:05 +01:00
6c97ae1694 Use actual timeout value in error message 2026-01-05 11:18:32 +01:00
5f8a3857ae Fix toast notifications by adding AdwToastOverlay 2026-01-05 11:14:31 +01:00
0606294965 Bump version to 0.4.0
- Updated version in meson.build
- Added release entry in metainfo with changelog
v0.4.0
2026-01-05 10:47:02 +01:00
51f241e828 Reduce request indentation in sidebar from 24px to 12px 2026-01-05 02:28:02 +01:00
89a28cea71 Keep project folder open when loading request 2026-01-05 02:20:48 +01:00
93c61917a4 Fix status icons in preprocessing and script output panels 2026-01-04 01:18:40 +01:00
0287c20bd8 Adjust panel proportions: sidebar 15%, request/response 42.5% 2026-01-04 00:53:20 +01:00
973230976a Make result and history panels resizable with minimum size 2026-01-03 09:17:20 +01:00
85f0feeac5 Fix history panel collapse when expanding script results 2026-01-02 01:31:07 +01:00
9d0ff68851 Implement preprocessing scripts with request modification and variable access 2026-01-02 01:04:24 +01:00