Skip to content

Open Dungeon 0.3.1: connect a server + custom openings

Choose a tag to compare

@newideas99 newideas99 released this 12 Jun 16:39
· 21 commits to main since this release

Connect a server, and write your own openings.

  • One provider for any backend. Text Model now has just two choices: Local (Ollama) and Connect a server. The latter talks to any OpenAI-compatible server, with the URL, model, and an optional key entered right in the app, plus one-tap presets for OpenRouter, LM Studio, llama.cpp, and Ollama. OpenRouter is now reached this way (the preset fills the URL); its attribution headers and OPENROUTER_* env fallbacks still apply.
  • Write the story's opening yourself. The New Story dialog lets you either let the narrator open the scene (with an optional hint) or type the first passage yourself, used verbatim with no generation.
  • Fix: custom-backend chats could not be saved in 0.3.0 (the chat API rejected the new provider). They persist correctly now. If you tried a custom server on 0.3.0, this release fixes it.

Install: open the DMG, drag Open Dungeon to Applications, and open it (right-click then Open the first time, since it is unsigned). Apple Silicon. The local default needs Ollama.

Full changelog: v0.3.0...v0.3.1