Bump to 0.3.1

This commit is contained in:
Jody Doolittle 2025-07-06 16:36:42 -07:00
parent f57aaa8df6
commit adbfa01235
4 changed files with 19 additions and 6717 deletions

2
.gitignore vendored
View file

@ -28,3 +28,5 @@ vite.config.ts.timestamp-*
# TODO
/launcher.sh
package-lock.json

View file

@ -4,7 +4,15 @@
> **⚠️ Serene Pub is in alpha! Expect bugs and rapid changes. This project is under heavy development.**
- [Official Discord](https://discord.gg/3kUx3MDcSa)
<p align="center">
<b><a href="https://github.com/doolijb/serene-pub">Repo</a>
<a href="https://github.com/doolijb/serene-pub/wiki/Home">Wiki</a>
<a href="https://github.com/doolijb/serene-pub/releases">Downloads</a>
<a href="https://github.com/doolijb/serene-pub/issues">Issues</a>
<a href="https://discord.gg/3kUx3MDcSa">Discord</a>
<a href="https://buymeacoffee.com/serenepub">Buy Me a Coffee</a></b>
</p>
---
@ -13,6 +21,7 @@
- [Screenshots](#-screenshots)
- [Features](#-features)
- [Quick Start / Download](#-quick-start)
- [Installation & Setup](#installation--setup)
- [Documentation & Help](#-documentation--help)
- [Planned Features](#-planned-features)
- [Considered Features](#-considered-features)
@ -114,7 +123,7 @@ Linux, MacOS and Windows are supported!
5. Open [http://localhost:3000](http://localhost:3000) in your browser
6. Add your first AI connection and start chatting!
### Build from Source
### Source Code
#### Requirements
@ -124,10 +133,10 @@ Linux, MacOS and Windows are supported!
#### Steps
1. Clone this repo
2. `bun i` to install dependencies
3. `bun run db:migrate` to set up the database
4. `bun run dev` to start the dev server
5. Visit [http://localhost:5173](http://localhost:5173)
2. `npm i` to install dependencies
3. `npm run dev` to start the dev server, or `npm run dev:host`
4. Visit [http://localhost:5173](http://localhost:5173)
---
@ -269,7 +278,6 @@ Serene Pub supports a variety of AI model connections, both local and cloud-base
- 📅 Lorebooks+ features: custom calendars, "eras" historical categories, and more
- 🕹️ Text adventure & narrator modes
- 🖼️ Image generation
- Monte Carlo tree search
---
@ -293,6 +301,4 @@ Serene Pub is community-driven! Bug fixes, features, and feedback are welcome. P
AGPL-3.0. See [LICENSE](LICENSE) and [NOTICE.md](NOTICE.md) for details.
<p align="center"><b>Serene Pub — Play more, tweak less. 100% open source.</b></p>
<p align="center"><b>Serene Pub — Play more, tweak less. 100% open source.</b></p>

6706
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "serene-pub",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"license": "AGPL-3.0",
"bin": "build/index.js",