Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: QueryaHub/Querya-Desktop

Querya Desktop 0.4.6-a

18 Jun 18:27
@github-actions github-actions

Choose a tag to compare

[0.4.6-a] - 2026年06月18日

Changed

  • UI / Sidebar — implemented collapsible dropdown tree nodes for tables and views in SQLite and MySQL connections.

Downloads

  • Linux: Querya-Desktop-0.4.6-a-linux.zip
  • Windows: Querya-Desktop-0.4.6-a-windows.zip
  • macOS: Querya-Desktop-0.4.6-a-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Assets 6
Loading

Querya Desktop 0.4.6

18 Jun 13:50
@github-actions github-actions

Choose a tag to compare

[0.4.6] - 2026年06月18日

SQLite database connector release. Git tag 0.4.6.

Added

  • SQLite connection driver (SQL-S1) — support local SQLite database files opening, closing, and queries via FFI.
  • Catalog schema resolver (SQL-S2) — automatic tables, views, indexes, and column schema detection.
  • Connection dialog (SQL-S3) — SQLite connection form with native file-picking (file_selector) and read-only toggle.
  • Connections sidebar (SQL-S4) — integrated SQLite nodes with expand/collapse hierarchy under Connections.
  • SQL Workspace editor & Paginated table (SQL-S5) — SQLite query workspace supporting history lookups, statement executions, and paginated data grid browser.
  • Docker test database — added sqlite-seed container to docker-compose.yml to automatically generate a local querya.db file with mock data alongside other test databases.

Fixed

  • UI / Accessibility — fixed text clipping in workspace toolbars and settings when increasing the interface scale (e.g., 150%). Replaced hardcoded heights with minHeight constraints and dynamically scaled label widths.
  • UI / Stability — resolved A RenderAnimatedSize was mutated in its own performLayout implementation crash during split pane dragging by removing redundant LayoutBuilder wrappers.
  • Linting — resolved flutter analyze warnings for deprecated Shadcn legacy colors and flow control structures.

Downloads

  • Linux: Querya-Desktop-0.4.6-linux.zip
  • Windows: Querya-Desktop-0.4.6-windows.zip
  • macOS: Querya-Desktop-0.4.6-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

  • pubspec: 0.4.6+12
  • Commit: 39fc44f
Loading

Querya Desktop 0.4.4

16 Jun 13:27
@github-actions github-actions

Choose a tag to compare

[0.4.4] - 2026年06月16日

UI motion polish, high refresh rate, performance fixes, and security improvements release. Git tag 0.4.4.

Added

  • Motion tokens core (UI-A1)QueryaMotion core durations and curves, providing a single source of truth for all animations.
  • Token adoption (UI-A2) — replace magic/scattered duration and curve literals with standardized tokens.
  • Smoother transitions (UI-A3) — menu/dropdown enter fade+scale, dialog blur/scale retune, tree height animation (QueryaAnimatedExpand), and workspace tab content cross-fade (QueryaCrossFadeStack).
  • High refresh rate (UI-A4) — unlock native ProMotion on macOS 14+, active Hz logging at startup, and FPS/Hz debug overlay.
  • Reduced motion setting (UI-A5) — Preferences toggle (Full / Reduced / Off) and automatic OS reduced-motion configuration matching.
  • Docs & performance checks (UI-A6) — per-OS measured refresh-rate verification table, DevTools performance checklists, and release QA items.
  • SQLite Database Support Plan (0.4.5) — design and implementation roadmap for local SQLite file connector support.

Fixed

  • Memory: SQL Result Capping (Issue #184) — PostgreSQL and MySQL query execution now limits client memory usage by applying query LIMITs database-side and streaming rows using rowsStream (breaking early).
  • Performance: MongoDB Client-side Pagination (Issue #185) — uses SelectorBuilder skip/limit operators on the server instead of client-side stream buffering.
  • Performance: N+1 secure storage lookups (Issue #186) — parallelizes connection secrets hydration on startup.
  • Performance: Redis Key Scanning round-trips (Issue #187) — runs type and TTL lookups concurrently for key batches.
  • Security: Theme Remote Installation SSRF (Issue #183) — parses and filters IPv6 and private/loopback/multicast/mapped hosts using InternetAddress.tryParse.
  • UX: Focus leak on QueryaCrossFadeStack — wraps inactive children in ExcludeFocus and ExcludeSemantics to prevent tab-indexing into off-screen tabs.

Downloads

  • Linux: Querya-Desktop-0.4.4-linux.zip
  • Windows: Querya-Desktop-0.4.4-windows.zip
  • macOS: Querya-Desktop-0.4.4-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

  • pubspec: 0.4.4+10
  • Commit: 93c356a
Loading

Querya Desktop 0.4.3

15 Jun 09:49
@github-actions github-actions

Choose a tag to compare

[0.4.3] - 2026年06月15日

Theme follow-ups release (TP-F1–TP-F4, GitHub issues #159#163 ). Git tag 0.4.3.

Added

  • Theme folder watcher (TP-F1) — debounced Directory.watch on {appSupport}/themes/ auto-refreshes the registry when files are added, removed, or renamed.
  • Marketplace metadata (TP-F2) — optional manifest fields (homepage, license, preview, tags); theme picker shows author/tags; ExtensionManifest stub in lib/core/market/ for future Explore UI.
  • Visual theme editor (TP-F3) — Preferences section to tweak workbench colors with live preview and export querya.theme.v1 JSON.
  • Remote theme install (TP-F4)Install from URL... (HTTPS-only, public hosts, optional SHA-256); ThemeRemoteInstallService with checksum verify before import.
  • Docs / QA — remote install section in theme-import.md; 0.4.3 items in release-checklist.md.
  • Tests — file watcher, remote install policy/service, theme editor and metadata coverage.

Downloads

  • Linux: Querya-Desktop-0.4.3-linux.zip
  • Windows: Querya-Desktop-0.4.3-windows.zip
  • macOS: Querya-Desktop-0.4.3-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading

Querya Desktop 0.4.2

15 Jun 04:14
@github-actions github-actions

Choose a tag to compare

Querya Desktop 0.4.2

Downloads

  • Linux: Querya-Desktop-0.4.2-linux.zip
  • Windows: Querya-Desktop-0.4.2-windows.zip
  • macOS: Querya-Desktop-0.4.2-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading

Querya Desktop 0.4.1

13 Jun 18:40
@github-actions github-actions

Choose a tag to compare

Querya Desktop 0.4.1

Downloads

  • Linux: Querya-Desktop-0.4.1-linux.zip
  • Windows: Querya-Desktop-0.4.1-windows.zip
  • macOS: Querya-Desktop-0.4.1-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading

Querya Desktop 0.4.0

28 May 09:48
@github-actions github-actions

Choose a tag to compare

Querya Desktop 0.4.0

Downloads

  • Linux: Querya-Desktop-0.4.0-linux.zip
  • Windows: Querya-Desktop-0.4.0-windows.zip
  • macOS: Querya-Desktop-0.4.0-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading
ZhuchkaTriplesix reacted with laugh emoji
1 person reacted

Querya Desktop 0.3.0

28 May 09:33
@github-actions github-actions

Choose a tag to compare

Querya Desktop 0.3.0

Downloads

  • Linux: Querya-Desktop-0.3.0-linux.zip
  • Windows: Querya-Desktop-0.3.0-windows.zip
  • macOS: Querya-Desktop-0.3.0-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading

Querya Desktop 0.2.1

24 Apr 13:52
@github-actions github-actions

Choose a tag to compare

Querya Desktop 0.2.1

Downloads

  • Linux: Querya-Desktop-0.2.1-linux.zip
  • Windows: Querya-Desktop-0.2.1-windows.zip
  • macOS: Querya-Desktop-0.2.1-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading

Querya Desktop 0.1.4

24 Apr 10:39
@github-actions github-actions

Choose a tag to compare

Querya Desktop 0.1.3

Downloads

  • Linux: Querya-Desktop-0.1.4-linux.zip
  • Windows: Querya-Desktop-0.1.4-windows.zip
  • macOS: Querya-Desktop-0.1.4-macos.zip (unsigned .app in zip; right-click → Open on first launch)

Verify checksums: SHA256SUMS.txt

Build info

Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /