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
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<category>Utility</category>
</categories>
<releases>
<release version="10.8.0" date="2026-06-16">
<description>
<p>Adds cloud offload, Moonshine speech-to-text, and MCP integration, expands CUDA/ROCm hardware support, and introduces model pinning to prevent auto-eviction.</p>
</description>
</release>
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ modules:
- &lemonade-source
type: git
url: https://github.com/lemonade-sdk/lemonade.git
commit: 659807fc3eaa603e6e223b24a2a27dc4b86d7312 # v10.7.0
commit: 7a82a56fb16849c7defc2d4362022830b870f89a # v10.8.0
disable-lfs: true
- type: patch
path: 0001-fix-app-store-settings-under-user-config-dir.patch
Expand Down