-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New version: 990aa.Kivixa version 0.4.0+4000 #355264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
990aa
wants to merge
1
commit into
microsoft:master
from
990aa:990aa.Kivixa-0.4.0+4000-0C12CF58EB0F4D988A8F0990B4EA9C03
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
manifests/9/990aa/Kivixa/0.4.0+4000/990aa.Kivixa.installer.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
60
manifests/9/990aa/Kivixa/0.4.0+4000/990aa.Kivixa.locale.en-US.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
| 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 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LicenseUrlpoints toblob/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).