chore: 2.2

This commit is contained in:
Severian
2026-01-30 18:22:16 +08:00
parent 549d94fe85
commit d35d704ce1
15 changed files with 739 additions and 275 deletions

View File

@@ -1,5 +1,14 @@
# Sucker
### Environment Variables
Add these to your `.env.local` file (optional):
```bash
# Disable Discord community banner (defaults to showing banner)
NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true
```
### Usage
Pull this repostory and build with `npm run build`. You can start the server with `node ./.next/standalone/server.js`
@@ -8,6 +17,7 @@ You can also build and run Sucker as a Docker container with `docker compose bui
### Changelog
- 2.2: Added support for directly inputting webp file names or character image links when creating PNG character cards
- 2.1: updated deps, note about image fetching, list of mirrors
- 2.0: from Tui: Multimessage support! Tracks changes to character descriptions and scenarios across multiple extractions. Shows version badges, message counts, and provides detailed change history viewer.
- also 2.0: V2 charcard format and alternate greetings.