diff --git a/README.md b/README.md index 81a9a17..d8c433d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Check package.json for commands, I can't be bothered. ### Changelog +- 1.8: Handling for new prompt structure, new instructions - 1.7: Handling for nested XML character tags - 1.6: First message formatting, copy button for first message and other fields - 1.5: {{user}} substitution for user persona name diff --git a/src/app/page.tsx b/src/app/page.tsx index 6be4336..814eb02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,9 +191,9 @@ export default function Home() {
-

Sucker v1.7

+

Sucker v1.8

- Handles nested XML character tags now, let me know how it goes. + Handles the new prompt structure. See instructions below, you'll need it.