Releases: runkids/PackageFlow
Releases · runkids/PackageFlow
PackageFlow v0.3.5
✨ New Features
- Add web links support and extract terminal components (128f3cb)
🐛 Bug Fixes
- Add shared env config to prevent Volta/pnpm version mismatch (d0a40e7)
🔧 Maintenance
- Optimize terminal performance and refactor architecture (3fea4fb)
- Batch PTY output writes to prevent dev server blocking (ec3ac28)
Full Changelog: v0.3.4...v0.3.5
PackageFlow v0.3.4
🐛 Bug Fixes
- Set CI=true to prevent pnpm interactive prompts (560233a)
- Strip ANSI escape codes from terminal output display (cc06da2)
📚 Documentation
- Rewrite README tagline to focus on pain points and MCP (1136a66)
Full Changelog: v0.3.3...v0.3.4
PackageFlow v0.3.3
✨ New Features
- Add security audit log and webhook authentication (edf894d)
- Add lockfile validation for supply chain security (d7bedd7)
🐛 Bug Fixes
- Correct Claude CLI version parsing for new output format (68eb8ff)
- Add Markdown rendering for release notes in About panel (ef2dfcd)
🔧 Maintenance
- Add openspec/ to gitignore (4c78779)
Full Changelog: v0.3.2...v0.3.3
PackageFlow v0.3.2
✨ New Features
- Improve release notes display with Markdown rendering (5b02be0)
🐛 Bug Fixes
- Use compile-time env var for Netlify OAuth client ID (d8a2de4)
Full Changelog: v0.3.1...v0.3.2
PackageFlow v0.3.1
🐛 Bug Fixes
- Improve PTY height resize responsiveness (6b9ba82)
- Prevent 5-minute disconnection and improve connection stability (76baedc)
🔧 Maintenance
- Update README.md (43182c7)
Full Changelog: v0.3.0...v0.3.1
🎉 🤖 PackageFlow v0.3.0 🤖
Highlights
- Auto-capture an initial snapshot when a project is added for reliable baseline tracking.
- Major Time Machine redesign at the project level with smarter lockfile/dependency change detection.
- New Security Guardian capabilities: dependency integrity checks, offline rule-based analysis, and optional AI-powered insights.
- Deepened AI & MCP integration: CLI support (Claude Code / Codex / Gemini CLI), MCP Actions, and safer tool-calling execution.
- Improved stability with smart multi-instance management (heartbeat) and better background process synchronization.
✨ New Features
AI & Automation
- AI CLI integrations (Claude Code, Codex, Gemini CLI) with MCP Actions for tool-driven workflows.
- New workflow tools: atomic create_workflow_with_steps, batch add_workflow_steps, and list_projects.
- Searchable execution history plus safe replay, with snapshot capture + diff integrated into executions.
Time Machine & Security Guardian
- Project-level Time Machine architecture with lockfile-centric change detection.
- Security insights dashboard, snapshot-diff AI analysis, and improved AI Security Analysis UX.
- Pattern-based offline security analysis and dependency integrity verification.
UX / Settings / Workflow
- Settings and appearance redesign (System theme, Reduce Motion, improved hierarchy and scrolling behavior).
- Workflow/project UI refresh (cards, modals), improved Select dropdown behavior, and notification center enhancements.
- Better provider sync and stream reconnection.
🐛 Bug Fixes
- Smarter MCP build/sign flow (skip rebuild when possible; sign before Tauri bundling).
- Auto-inject project_id and cwd from session context.
- DB migration fixes, validation improvements, and UI polish.
- Safer path handling, UTF-8 truncation fixes, and Compact Paths applied consistently.
- Added process:allow-restart permission for auto-relaunch.
📚 Documentation
- Updated README, FAQs, tool reference, and settings documentation.
- Expanded feature documentation.
———
Full Changelog: v0.2.1...v0.3.0
PackageFlow v0.2.1
PackageFlow v0.2.0
✨ New Features
- Add Node.js toolchain conflict detection (017)
- Enhance Deploy UI with stats, progress, and animations
- Implement Cloudflare Pages Direct Upload API with encrypted token storage
- Add terminal selector with multiple app support
- Add Session export/import and improve Quick Switcher button
- Improve Session UI/UX with discoverability enhancements
- Complete worktree enhancements with grid view and batch operations
🐛 Bug Fixes
- Use path_resolver for proper PATH handling in macOS GUI apps
- Use Volta/Corepack wrapper for build command execution
- Change trash button to close session instead of clear output
- Wrap PTY terminal commands with Volta for correct Node.js version
- Support all volta config options (node/npm/yarn) in script execution
- Use Volta to execute scripts when project has volta config
- Remove duplicate version suffix in version warning dialog
- Refresh version badge on package.json change
- Use open -a to launch correct app on macOS
- Restore newlines in script output and recursively kill child processes
📚 Documentation
- Update README copy for all languages
📸 Screenshots
Full Changelog: v0.1.2...v.0.2.0
PackageFlow v0.1.2
✨ New Features
- Auto-generate release notes from commits in CI/CD
- Add Open in Editor dropdown to Project page
🐛 Bug Fixes
- Execute shell commands with pipes and special characters through /bin/sh
- Change PTY terminal trash button to clear output instead of closing tabs
📚 Documentation
- Add upgrade instructions for Homebrew
🔧 Maintenance
- Auto-update homebrew-tap on release
Full Changelog: v0.1.1...v0.1.2
