Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions manifests/9/990aa/Kivixa/0.4.0+4000/990aa.Kivixa.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: 990aa.Kivixa
PackageVersion: 0.4.0+4000
InstallerLocale: en-US
InstallerType: inno
Scope: machine
InstallerSwitches:
Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
ProductCode: '{D37F2C99-F354-4632-A626-68E2F29D6E5A}_is1'
ReleaseDate: 2026-04-04
AppsAndFeaturesEntries:
- DisplayVersion: 0.4.0
ProductCode: '{D37F2C99-F354-4632-A626-68E2F29D6E5A}_is1'
ElevationRequirement: elevatesSelf
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\Kivixa'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/990aa/kivixa/releases/download/v0.4.0+4000/Kivixa-Setup-0.4.0.exe
InstallerSha256: 19841730EE9491BF971ABA8C6CF197FD0B5ABD8CE07C3B84F10859F32603D81F
ManifestType: installer
ManifestVersion: 1.12.0
60 changes: 60 additions & 0 deletions manifests/9/990aa/Kivixa/0.4.0+4000/990aa.Kivixa.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: 990aa.Kivixa
PackageVersion: 0.4.0+4000
PackageLocale: en-US
Publisher: 990aa
PublisherUrl: https://github.com/990aa
PublisherSupportUrl: https://github.com/990aa/kivixa/issues
PackageName: Kivixa
PackageUrl: https://github.com/990aa/kivixa
License: MIT
LicenseUrl: https://github.com/990aa/kivixa/blob/HEAD/LICENSE.md
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LicenseUrl points to blob/HEAD/..., which is not version-specific. The manifest schema guidance recommends that if this links to an OSS license file, it should be pinned to the package version/tag so the license content can’t change over time (e.g., link to the v0.4.0+4000 tag/commit).

Suggested change
LicenseUrl: https://github.com/990aa/kivixa/blob/HEAD/LICENSE.md
LicenseUrl: https://github.com/990aa/kivixa/blob/v0.4.0+4000/LICENSE.md

Copilot uses AI. Check for mistakes.
ShortDescription: A privacy-first cross-platform productivity workspace for notes, sketching, planning, and local AI assistance
Tags:
- browser
- calendar
- canvas
- clock
- flutter
- local-ai
- math
- mcp
- notes-app
- productivity-tool
- rust
- version-control
ReleaseNotes: |-
Kivixa v0.4.0
Changed
- AI and MCP chat composers now support prompt history recall with keyboard arrows:
- Arrow Up walks backward through previously sent user prompts.
- Arrow Down walks forward through prompt history and restores draft text at the end.
- Applies to both main chat pages and floating assistant chat/MCP windows.
- AI and MCP chat composers now include a left-side + attachment action:
- Supports multi-file selection with all file types.
- Shows attachment preview chips above the composer before sending.
- Each attachment chip now has a remove (x) action.
- Attachment context is now injected into model-bound user messages across AI and MCP controllers, including extracted text (when available) and binary metadata previews.
- Chat export payloads now include attachment metadata for user prompts.
Added
- Added shared attachment processing service (ChatAttachmentService) to normalize file metadata and build model-ready attachment context.
- Added detailed regression coverage for:
- AI composer attachment add/remove/send behavior and prompt-history keyboard navigation.
- MCP composer attachment add/remove/send behavior and prompt-history keyboard navigation.
- Floating assistant integration path (AI and MCP) for attachment-capable composer availability.
- Attachment serialization/unit behavior and model payload injection.
Downloads
Windows:
- Kivixa-Setup-0.4.0.exe - Windows Installer
- .msix package included (if build successful) - Modern Windows Package
Android:
- Kivixa-Android-0.4.0-arm64.apk - ARM64 (most modern devices)
- Kivixa-Android-0.4.0-armv7.apk - ARMv7 (older devices)
- Kivixa-Android-0.4.0-x86_64.apk - x86_64 (emulators)
Alternative Downloads
- F-Droid: Add our repo at https://990aa.github.io/kivixa/repo
ReleaseNotesUrl: https://github.com/990aa/kivixa/releases/tag/v0.4.0+4000
ManifestType: defaultLocale
ManifestVersion: 1.12.0
8 changes: 8 additions & 0 deletions manifests/9/990aa/Kivixa/0.4.0+4000/990aa.Kivixa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser using komac v2.16.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: 990aa.Kivixa
PackageVersion: 0.4.0+4000
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0
Loading