Skip to content

Tags: MrDemonWolf/wolfwave

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nathanialhenniges Nathanial Henniges
docs: add v1.2.0 changelog entries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: WolfWave v1.1.0 (#12)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
nathanialhenniges Nathanial Henniges
fix: remove test that triggers @observable malloc crash on CI

testReInstantiatingAfterCompletionStartsAtWelcome causes a double-free
in @observable's internal tracking when completeOnboarding() writes to
UserDefaults during test teardown. Known framework issue on CI runners.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from MrDemonWolf/release/v1.0.1

v1.0.1: Production readiness — Apple Silicon, macOS 26, code review fixes

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
nathanialhenniges Nathanial Henniges
ci: switch release build to manual signing

Xcode's automatic signing conflicts with Developer ID Application
identity override. Set CODE_SIGN_STYLE=Manual and clear provisioning
profile to allow CI signing with the imported certificate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>