Changelog
Ideafy follows semantic versioning. Releases are cut from the public repository's main branch and tagged. This page is the user-facing summary — for the full commit log, see the GitHub releases page.
Note. This changelog is curated manually at release time. For bleeding-edge changes, check
git logon the public repo.
How to read this changelog
Each entry is organised under a version and date, with changes grouped:
- Added — new features
- Changed — behaviour or UI changes to existing features
- Fixed — bugs resolved
- Removed — features or APIs removed (with migration guidance)
- Security — security fixes (always take priority)
Template (for future releases)
## [1.2.0] — YYYY-MM-DD
### Added
- Feature X — one-line description
### Changed
- Behaviour Y now does Z
### Fixed
- Issue #123 — description
### Removed
- Deprecated API — migration steps
### Security
- CVE-YYYY-NNNN — description
[Unreleased]
Added
- User guide / documentation (you're reading it)
- Two editions: Public and Team — with separate DMG distribution
Changed
- (populated at release time)
Pre-launch notes
Ideafy is in pre-launch at the time this doc was written. The first user-facing release will include:
- Full Kanban board with six columns + Withdrawn
- Card modal with Detail / Opinion / Solution / Tests tabs
- MCP server with 14 tools
- Three bundled skills (
ideafy,human-test,product-narrative) UserPromptSubmithook for card context injection- Git worktree + dev server orchestration
- Three AI platforms (Claude Code, Gemini CLI, Codex CLI)
- Team edition: pool, my-queue, notifications, Stripe billing
- Team edition: opt-in remote device / job listener
Changelog entries will be added per release from version 1.0.0 onward.
Where to find past releases
- Public edition: GitHub releases page on the ideafy public repository
- Team edition: in the customer portal under "Releases" — your license has access to the Team download history
Prev: Keyboard shortcuts Up: User guide index