Skip to content

Commit 3303d2e

Browse files
Lunamosclaude
andcommitted
release: v0.1.8
Market v2: covers now load (the cover host was wrong — switched to the storage CDN with resized thumbnails), the market opens to a real ranking with Popular / Trending / Newest sorts, tag / OC / lorebook / NSFW filters, download-and-like badges, and "load more" paging. Each card opens a read-only preview — cover, stats, persona — before you add it to the deck. Faithful card import: paste a foreign card's JSON into the create box, or drag a .json or .png card in, and it imports verbatim (persona, greeting, lorebook, macros) with no model call. A tavern card's art becomes the character's key visual and sprite — the avatar, stickers and background are left for you to generate. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9ec4aa9 commit 3303d2e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lunamoth-web",
33
"private": true,
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"type": "module",
66
"description": "LunaMoth desktop renderer — a React SPA, built to src/lunamoth/front/webui and served by the Python supervisor (Electron points at it locally; a browser reaches it remotely).",
77
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lunamoth"
7-
version = "0.1.7"
7+
version = "0.1.8"
88
description = "LunaMoth: a local-first agentic character tavern."
99
license = "Apache-2.0"
1010
requires-python = ">=3.11"

src/lunamoth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.7"
1+
__version__ = "0.1.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)