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 @@ -47,6 +47,11 @@
<category>Utility</category>
</categories>
<releases>
<release version="11.5.0" date="2026-07-22">
<description>
<p>Introduces the Lemonade Router and text classification endpoint, ModelScope model search, a server-side job engine, and stdio MCP client host integration.</p>
</description>
</release>
<release version="11.0.0" date="2026-07-15">
<description>
<p>Introduces major new capabilities including 3D generation, Text-to-Speech, ModelScope support, alongside smart model routing and significant security and hardware enhancements.</p>
Expand Down
4 changes: 2 additions & 2 deletions ai.lemonade_server.Lemonade/ai.lemonade_server.Lemonade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ modules:
- &lemonade-source
type: git
url: https://github.com/lemonade-sdk/lemonade.git
tag: v11.0.0
commit: 230c50e3aa28a801249802d38ab8167928d5a51f
tag: v11.5.0
commit: a78f12f88f2bb6807917cca3f679f9296181bae5
disable-lfs: true
- type: patch
path: 0001-fix-app-store-settings-under-user-config-dir.patch
Expand Down