Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ app-id (`ai.lemonade_server.Lemonade`) for the owned name
(`ai.lemonade_server.Lemonade.SingleInstance`) to be a permitted sub-name and
for single-instance / deep-link forwarding to actually work inside the sandbox.

The pinned release (v10.5.1) still uses `com.lemonade.app`. Upstream PR #1978
The pinned release (v10.7.0) still uses `com.lemonade.app`. Upstream PR #1978
moves the desktop app identifier to `ai.lemonade_server.Lemonade`, matching this;
once a lemonade release includes it, this patch can be dropped.
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<category>Utility</category>
</categories>
<releases>
<release version="10.7.0" date="2026-06-10">
<description>
<p>Introduces a cross-framework benchmarking command, expands CUDA/Vulkan compatibility across Windows and Linux, and adds a native Prometheus endpoint for real-time monitoring.</p>
</description>
</release>
<release version="10.6.0" date="2026-05-22">
<description>
<p>Adds support for Lemonade Omni multimodal models with custom omni model support in the GUI and CLI, improved custom-model downloads, and an updated llama.cpp backend.</p>
Expand Down