Releases: dungnt1312/dntspace-releases
Releases · dungnt1312/dntspace-releases
Release list
DntSpace v0.2.6
Fixes
- Launch update toast layout: clear spacing, plain-text notes (no raw markdown), readable version line
DntSpace v0.2.5
Features
- Product branding shows DntSpace (window title, installer name, UI labels, default prompts)
- Launch update toast checks on every app start (no 24h skip) so new versions are harder to miss
Notes
- App id stays
com.dntchat.appso existing installs, data, and update identity keep working - Workspace skill folder remains
.dntchat
DntSpace v0.2.4
Fixes
- Subagents panel is attached to the assistant turn (not fixed above the composer); remove Close action (interrupt remains for running agents)
DntSpace v0.2.3
Features
- Launch update notice is a small bottom-left toast (non-blocking) instead of a modal; Diagnostics still uses the full update dialog
DntSpace v0.2.2
Fixes
- Provider and chat model lists exclude image/video models (by catalog kind or name tokens); media models stay under Image/Video settings only
DntSpace v0.2.1
Fixes
- Image/video Settings pickers detect models by name (
image/videoin id or display name) and only list matching models, independent of chat enable/disable
DntSpace v0.2.0
Features
- DNT Hosted image & video — Settings media tools can use hosted aliases; plan quota meters image/video requests; video download via signed short-lived URLs
- BYOK policy on media — plans with BYOK off require DNT Hosted for image/video as well as chat
- Model aliases — hosted catalog prefers public alias codes with ordered failover
- Windows sandbox levels — Off / Workspace / Strict, network approval gate, Job Object runner for child processes
- Profile isolation — packs, skills, MCP, layout/notifications scoped per profile; wipe pack config on profile delete
- Workbench — open PDF/DOCX/binary previews, tab context menu, explorer single-click preview tabs
- In-app updates — signed Windows updates (launch check + Diagnostics); public channel remains dntspace-releases
- Branding — DntSpace icon/lockup assets in app and admin UI
Performance
- Faster chat streaming: virtualized turns, stream drafts without rewriting message lists, coalesced chunks
- Shorter SQLite lock scopes; license session cache on proxy hot path; progressive SSE metering
Fixes
- Stream cancel finalizes draft like done/error
- Soft-limit UI event listener restored
- Per-user NSIS only (no admin install path)
Distribution
- Public artifacts: per-user NSIS + checksums + signed updater packages
- Channel: dungnt1312/dntspace-releases
DntSpace v0.1.0 — local MVP
DntSpace v0.1.0 — local MVP
First public binary-only drop. Source remains private.
Install (Windows x64)
- Download NSIS
*_x64-setup.exe(recommended) or MSI. - Optional: verify SHA-256 using
SHA256SUMS.txt. - Run installer → start DntSpace.
Note: This build’s installer filenames may still use the pre-rebrand
dntchat_0.1.0_*basename. The product is DntSpace. Future builds useDntSpace_*names.
Highlights
- Local desktop agent workspace (profiles, modes, tools, approvals)
- OpenAI-compatible providers; keys in OS keychain when available
- Skills, MCP (stdio), packs & workflows (early)
- Path sandbox for file tools; heuristic shell policy (not an OS sandbox)
Docs
- User guide in this repo:
docs/guide/ - Changelog
Known limitations
- No in-app auto-update — install newer builds manually
- Unsigned installer may trigger SmartScreen
- Shell/MCP residual risk — use Ask before edit on untrusted folders
- Pre-release data paths may not migrate from older internal builds
Requirements
Windows 10/11 x64 + WebView2.