Skip to content

Releases: zhnd/query-box

v0.1.4

07 Jul 03:18

Choose a tag to compare

What's Changed

  • 121 operation has many run by @zhnd in #122
  • chore: bump version to v0.1.4 by @zhnd in #124

Full Changelog: v0.1.3...v0.1.4

v0.1.3

03 Jul 07:34

Choose a tag to compare

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

25 Jun 08:00

Choose a tag to compare

What's Changed

  • fix: create endpoint save error by @zhnd in #97
  • feat: enhance Documentation component with loading and error states by @zhnd in #98
  • fix: adjust padding in Create and Update Endpoint forms by @zhnd in #101
  • feat: bump version to 0.1.2 by @zhnd in #102

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Jun 08:25

Choose a tag to compare

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

21 Jun 07:22

Choose a tag to compare

🚀 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