Skip to content

Storyboard Studio v0.1.1

Choose a tag to compare

@OthmaneBlial OthmaneBlial released this 26 Aug 17:26
· 61 commits to main since this release

Storyboard Studio v0.1.1

A verified installation and CI reliability patch for the first public release.

Fixed

  • Every documented make target now uses the .venv created by make setup. A new clone can install, run, test, lint, format-check, and export without relying on globally installed project dependencies.
  • CI now exercises that exact documented workflow, builds a distributable wheel, and uses current GitHub Action runtime releases.

Quick start

git clone https://github.com/OthmaneBlial/Storyboard-Studio.git
cd Storyboard-Studio
make setup
make run

Open http://127.0.0.1:8000, add a brief, review the outline, and export an editable PowerPoint deck. For a non-interactive example, run make export-sample.

Validation

  • A fresh public clone completed make setup and make export-sample successfully.
  • The release commit passed CI, covering the Make-based development workflow, wheel build, tests, formatting, linting, and PPTX export.
  • The live Storyboard Studio showcase remains available for the public product walkthrough.

Compatibility

No breaking API or export changes. v0.1.1 is a drop-in update for v0.1.0 users.

Important note

The repository intentionally has no open-source license yet; reuse rights are not granted until the owner selects one.