6 Commits

Author SHA1 Message Date
833bcb5e6e Bump version to 0.4.2 2026-01-05 11:25:05 +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
37f1fd9be1 Bump version to 0.3.0 2026-01-01 02:28:27 +01:00
1a526f2f6b Bump version to 0.2.0 2025-12-30 19:57:40 +01:00
cbc1972797 Initial commit: Roster HTTP client for GNOME
Roster is a modern HTTP client application for GNOME, similar to Postman,
built with GTK 4 and libadwaita.

Features:
- Send HTTP requests (GET, POST, PUT, DELETE)
- Configure custom headers with add/remove functionality
- Request body editor for POST/PUT/DELETE requests
- View response headers and bodies in separate tabs
- Track request history with JSON persistence
- Load previous requests from history with confirmation dialog
- Beautiful GNOME-native UI with libadwaita components
- HTTPie backend for reliable HTTP communication

Technical implementation:
- Python 3 with GTK 4 and libadwaita 1
- Meson build system with Flatpak support
- Custom widgets (HeaderRow, HistoryItem) with GObject signals
- Background threading for non-blocking HTTP requests
- AdwTabView for modern tabbed interface
- History persistence to ~/.config/roster/history.json
- Comprehensive error handling and user feedback
2025-12-18 11:05:33 +01:00