Skip to content

Commit 9d73ccc

Browse files
boomzeroclaude
andcommitted
chore: bump to 1.0.0-rc.8
- Remove white background from app icon (SVG + regen all icon formats) - Add TWIG_SPEC.md documenting the .tb file format for AI generation - Add AI generation section to README - Update version badge in README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a74a55c commit 9d73ccc

20 files changed

Lines changed: 707 additions & 4 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.0-rc.8] - 2026-03-22
4+
5+
### Fixed
6+
7+
- Remove white background from app icon
8+
39
## [1.0.0-rc.7] - 2026-03-22
410

511
### Fixed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33

44
**twig** &nbsp;·&nbsp; a presentation editor that looks the same everywhere
55

6-
[![Version](https://img.shields.io/badge/version-1.0.0--rc.2-8b5cf6?style=flat-square)](https://github.com/boomzero/twig/releases)
6+
[![Version](https://img.shields.io/badge/version-1.0.0--rc.8-8b5cf6?style=flat-square)](https://github.com/boomzero/twig/releases)
77
[![License: GPL v3](https://img.shields.io/badge/license-GPLv3-blue?style=flat-square)](LICENSE)
88
[![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-555?style=flat-square)](#installation)
99

1010
</div>
1111
<img src="resources/demo.png" alt="twig demo" /><br/><br/>
12+
<img src="resources/demo2.png" alt="twig demo" /><br/><br/>
1213

1314
---
1415

@@ -57,6 +58,14 @@ npm run build:linux # package for Linux
5758

5859
---
5960

61+
## Generating presentations with AI
62+
63+
Because `.tb` files are plain SQLite databases with a simple, well-defined schema, AI agents can generate complete presentations directly — no GUI required.
64+
65+
The full format is documented in [TWIG_SPEC.md](TWIG_SPEC.md), including all element types, coordinate system, JSON column formats, animation structure, and a ready-to-run Python example. Point an AI at that file and ask it to produce a `.tb` for you.
66+
67+
---
68+
6069
## Contributing
6170

6271
PRs and issues welcome. See [CLAUDE.md](CLAUDE.md) for architecture notes and development patterns.

0 commit comments

Comments
 (0)