Releases: zhnd/query-box
Releases · zhnd/query-box
v0.1.4
v0.1.3
What's Changed
- fix: simplify version update logging in bump-version script by @zhnd in #105
- fix: update GitHub token for bump version action in workflow by @zhnd in #107
- fix: update release type descriptions for clarity in bump-version by @zhnd in #109
- feat: implement toggle collapse in explorer of documentation by @zhnd in #110
- feat: run query inline by @zhnd in #112
- feat: implement edit request history tab item name and select status by @zhnd in #114
- refactor: update QUERY_EXAMPLE comments for clarity and relevance by @zhnd in #116
- 117 show params and response by @zhnd in #118
- 119 endpoint pagination error by @zhnd in #120
- chore: bump version to v0.1.3 by @zhnd in #108
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- feat: endpoint basic auth support by @zhnd in #85
- feat: reset dialog state when close by @zhnd in #87
- feat: filter list endpoint by search string by @zhnd in #88
- feat: integrate logging functionality across the application by @zhnd in #90
- feat: refactor header handling in GraphQL requests by @zhnd in #92
- feat: bump version to 0.1.1 by @zhnd in #93
Full Changelog: v0.1.0...v0.1.1
v0.1.0
🚀 v0.1.0 · First Public Preview
We’re excited to release QueryBox v0.1.0, the first public preview of this modern API workspace built with Tauri. This version lays the foundation for a clean, native GraphQL-first experience — lightweight, extensible, and developer-friendly.
✨ Highlights
- ✅ Framework bootstrapped with a modular, scalable Tauri + React architecture
- 🔌 Endpoint management: create, edit, delete, and list API endpoints
- 🔁 Multi-endpoint switching in the Explorer interface
- 📘 GraphQL schema documentation preview with type navigation
- 🧠 Query editor with intelligent documentation linking — click a field to view its type details
- 📬 Request & response inspection: view headers, body, status code, and latency
- ⚙️ System features:
- Auto updater
- Theme switching with system preference support
- 🔄 Continuous Integration for build pipeline (CI ready)
Thanks for trying QueryBox! Feedback is welcome — feel free to open issues or discussions.
Full Changelog: https://github.com/zhnd/query-box/commits/v0.1.0