release: v0.2.32 - #1033
Conversation
Add a persisted composerSendKey setting so users can choose whether Enter or Shift+Enter sends from the chat composer, with the other key inserting a newline.
- Updated electron-builder configuration to include deb target for Debian-family installers. - Modified packaging scripts to ensure both AppImage and deb are built and validated. - Enhanced release scripts to handle deb assets in addition to AppImage, including evidence verification and download classification. - Updated documentation to reflect changes in Linux packaging requirements and testing procedures. - Ensured that all relevant tests are updated to account for the new deb packaging, including artifact collection and validation.
…ata migration - Introduced functions to validate and inspect extension registry documents. - Added logic to back up and rebase extension registry paths during migration. - Implemented checks for unsafe extension registry identities and paths. - Enhanced migration journal to track extension registry backup paths and rebased records. - Updated tests to cover new extension registry behaviors and edge cases.
# Conflicts: # src/main/index.ts # src/main/kun-process.ts # src/main/runtime/kun-runtime-config-service.ts # src/renderer/src/components/settings-section-agents.tsx # src/shared/app-settings-kun.ts # src/shared/app-settings-types.ts
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Windows NSIS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/30565575713
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Build Linux package
Run details: https://github.com/KunAgent/Kun/actions/runs/30567460573
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Windows NSIS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/30570792126
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Ad-hoc macOS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/30575347663
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Windows NSIS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/30576937979
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Windows NSIS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/30579681827
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Windows NSIS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/30579681827
Superseded by successful final release checks.
Summary
Release Kun v0.2.32 from
develop.Changes
release/release-v0.2.32.md.Tests
npm ci && npm --prefix kun cinpm run typecheck && npm --prefix kun run typechecknpm run lintnpm run audit:productionnpm run check:extensionsnpm run testnpm run test:tui-releasenpm run test:graph:platformnpm run build