Changelog
July 26, 2026 ยท View on GitHub
All notable changes to Codeg for iOS are recorded here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Add changes under ## [Unreleased] as you land them. When you cut a release,
scripts/release.sh moves that section under a new version heading and reuses
the text as the git tag message and the GitHub Release notes.
[Unreleased]
Added
Changed
- Apple signing now uses an ignored local configuration instead of a committed development team identifier.
Fixed
[1.0.1] - 2026-07-07
Added
- New agent types โ CodeBuddy, Kimi Code, and Pi.
- One-command release automation:
scripts/release.shbumps the version, files the release notes, tags, pushes, and creates a GitHub Release (with an optional--archiveApp Store Connect upload leg). - This
CHANGELOG.mdas the home for version notes.
Changed
- The app version is now single-sourced from
MARKETING_VERSION/CURRENT_PROJECT_VERSIONinproject.yml.
Fixed
- Streaming no longer rebuilds the entire transcript on every token, keeping long sessions smooth.
- The pending approval card is restored after a mid-turn stream reconnect.
Info.plistno longer hardcodesCFBundleShortVersionString, which had silently overriddenMARKETING_VERSIONso version bumps didn't take effect.
[1.0.0] - 2026-06-07
Added
- Initial Codeg for iOS release.