Skip to content

Releases: evilrender23/magicNovel

magicNovel 0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 16:30
Typewriter and UI sound feedback; tour card placement; dark hover fix

- WebAudio-synthesized sound feedback (no audio assets): typewriter
  keystrokes with per-key variation, space thock and carriage-return
  bell in the editor; soft ticks on every button, rounder clicks on
  switches; success/error cues for Muse replies and translations.
  Toggles and volume in Settings > Editor > Sound.
- Tour cards now place beside full-height panels (sidebar, Muse)
  instead of sliding off-screen; always clamped to the viewport.
- Dark mode: pill/send buttons no longer flip to black-on-black on
  hover (hover:bg-black -> theme-aware ink/85).

magicNovel 0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:53
v0.2.1

v0.2.1

magicNovel 0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:13
AI cover generation via Codex gpt-image-2

Right-click a novel in the library: "Generate cover with AI", unlocked
only when the codex CLI is detected. The app builds an art brief from
the novel itself (title, author, language, codex lore and locations,
first timeline events) and codex paints and saves the PNG inside its
workspace-write sandbox; the result is downscaled, re-encoded as JPEG
and set as the cover. The library now probes agents on mount.

magicNovel 0.1.6

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:57
v0.1.6

Coherent shortcuts, per-platform key labels, ghost model, built-in sk…

magicNovel 0.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:20
Timeline view and novel covers; v0.1.5

Timeline (Cmd+4): ordered story events with free-text moment, details
and a linked scene; fed to every AI prompt as STORY TIMELINE and
writable by agent mode via upsert_timeline_event with canonical
dedupe. Covers: right-click a book in the library to set a jpg/png
cover (downscaled, stored in the project, travels in .magik).