Release v0.2.1-rc1
Pre-release[0.2.1-rc1] - 2026-07-20
Features
-
Editable results with modification detection and DB commit(71bba3e)
-
Double-click table generates SELECT * FROM query(a069a5d)
-
Restructure database tree to DBeaver-style IRIS hierarchy(818d408)
-
Pixel-accurate DBeaver dark theme GUI redesign(67065ff)
-
Switch vision model to Qwen3-VL-8B-Instruct(4ed4cfc)
-
DBeaver-inspired GUI redesign - line numbers, tab bar, separators(173cd58)
Styling
- Fix ruff format in test_gui_widgets(517dcd9)
Testing
- Automated GUI testing with pyautogui + emy vision(66c996d)
[0.2.1-beta11] - 2026-07-19
Features
- Add Prism logo window icon + fix database tree sidebar(f4d0f5b)
[0.2.1-beta10] - 2026-07-19
Bug Fixes
Documentation
Features
-
Tkinter GUI SQL editor with DBeaver-inspired dark theme(59b6685)
-
Add interactive WebSocket terminal mode for
prism ws(#55)(a17e91e)
Miscellaneous
- ci: Remove changelog workflow that caused non-fast-forward push failures(7326672)
Release
[0.2.1-beta1] - 2026-07-16
Features
Release
[0.2.0] - 2026-07-16
Bug Fixes
-
PyInstaller fastmcp metadata crash + add --version flag (#39)(28347e1)
-
Consolidate pre-release commits in stable release notes (#36)(19c5805)
-
Remove changelog workflow, generate notes on release instead (#35)(7e35f9a)
-
ci: Inno Setup installer + changelog on dev push + typer dep (#30)(2602442)
Features
-
Add Prism logo icons to Windows builds + minimal installer (#37)(495b6f7)
-
Add prism index for token-efficient code indexing (#32)(3639b68)
-
Add prism cast — custom command plugin system (#33)(a44b029)
Sync
Testing
Merge
- Sync main into development(f519de5)
Release
[0.2.0-beta.1] - 2026-07-15
Bug Fixes
-
ci: Add Inno Setup installer to Windows build(5cf3971)
-
ci: Changelog workflow creates PR instead of pushing to main(ab0a26e)
-
Add typer to dependencies (was missing from pyproject.toml)(06bec4e)
-
Move _connect inside try/except for license error retry (#14)(95b96f2)
-
Resolve PyInstaller runtime issues with iris native API and terminal(c29e482)
CI/CD
-
Bump actions/upload-pages-artifact from 3 to 5 (#4)(ef7882c)
-
Add GitHub Actions workflows for testing and releases (#1)(3cbbff5)
-
Add security policy, dependabot, issue/PR templates(f3296ff)
-
Add GitHub Pages workflow for MkDocs documentation(e1cb8cc)
-
Add GitHub Actions workflow for lint and tests(d4778ab)
Dependencies
-
deps: Bump python-multipart from 0.0.22 to 0.0.31 (#11)(8b635d0)
-
deps: Bump GitHub Actions and pydantic-settings (#17)(9d094d5)
Documentation
-
Review and update documentation, add integration tests (#21)(bc33d4f)
-
Add comprehensive testing guide(23060ea)
-
Add PowerShell quoting guide to prism-iris-tools skill(9182867)
Features
-
config: Expand
prism configwith full setting coverage and reset modes(d1aaf5a) -
Add TOON output format support for CLI and MCP tools(1c8c799)
Miscellaneous
-
Bump version to 0.2.0(7cda0a2)
-
Update PyInstaller build script for iris native modules(24d9004)
-
Bump version to 0.1.5(26174b2)
Refactoring
- Consolidate settings on pydantic-settings(210fb4a)
Sync
Testing
- Add Vagrant Windows integration test suite(f6052ed)
Deps
Merge
- Resolve conflict in terminal.py (keep conn=None guard from development)(4a6b301)