|
9 | 9 | **One format to generate documents, slides, sheets, charts, diagrams, and more** |
10 | 10 |
|
11 | 11 | [](https://opensource.org/licenses/MIT) |
12 | | -[](./RELEASE_NOTES.md) |
| 12 | +[](./RELEASE_NOTES.md) |
13 | 13 | [](./docs/TESTING.md) |
14 | 14 | [](./P%23_REVIEW_CLEAN_SUMMARY.md) |
15 | 15 | [](./RELEASE_NOTES.md) |
|
22 | 22 |
|
23 | 23 | --- |
24 | 24 |
|
25 | | -## 🎉 v1.2.0 Released - Tables, Includes, and Enterprise-Grade Security! |
| 25 | +## 🎉 v1.3.0 Released - Export Parity, Blockquotes, and Preview Alignment! |
26 | 26 |
|
27 | | -OmniScript Format v1.2.0 brings **major new features and security hardening**: |
| 27 | +OmniScript Format v1.3.0 brings **export parity, richer previews, and tighter UX alignment**: |
28 | 28 |
|
29 | 29 | ### 🆕 New Features |
30 | 30 |
|
31 | | -- ✨ **@table** - Markdown-style tables with alignment, captions, and styling |
32 | | -- ✨ **@include** - Modular documents with file composition |
33 | | -- 🏗️ **Refactored Architecture** - 85-91% code reduction, highly modular |
34 | | -- 📊 **130 tests** - 70% more test coverage including 19 security tests |
| 31 | +- ✨ **@table export parity** - Tables render across PDF/DOCX/PPTX/XLSX |
| 32 | +- ✨ **Blockquote styling** - Consistent quotes in exports and preview |
| 33 | +- ✨ **Preview alignment** - Playground/exports now render the same |
| 34 | +- 🧪 **Stability polish** - Alignments and bug fixes across renderers |
35 | 35 |
|
36 | 36 | ### 🔒 Security (Grade A+) |
37 | 37 |
|
@@ -174,11 +174,11 @@ const result = await converter.convert(doc); |
174 | 174 |
|
175 | 175 | | Package | Version | Description | Status | |
176 | 176 | | ---------------------------------------------------- | ------- | -------------------------------- | ----------- | |
177 | | -| [**omniscript-parser**](./omniscript-core/parser) | 1.2.0 | TypeScript parser engine | ✅ Stable | |
178 | | -| [**omniscript-converters**](./omniscript-converters) | 1.2.0 | PDF, DOCX, PPTX, XLSX converters | ✅ Stable | |
179 | | -| [**omniscript-cli**](./omniscript-core/cli) | 1.2.0 | Command-line tools | ✅ Stable | |
180 | | -| [**omniscript-vscode**](./omniscript-vscode) | 0.1.0 | VSCode extension | ✅ Stable | |
181 | | -| [**omniscript-examples**](./omniscript-examples) | 1.2.0 | Professional examples | ✅ Complete | |
| 177 | +| [**omniscript-parser**](./omniscript-core/parser) | 1.3.0 | TypeScript parser engine | ✅ Stable | |
| 178 | +| [**omniscript-converters**](./omniscript-converters) | 1.3.0 | PDF, DOCX, PPTX, XLSX converters | ✅ Stable | |
| 179 | +| [**omniscript-cli**](./omniscript-core/cli) | 1.3.0 | Command-line tools | ✅ Stable | |
| 180 | +| [**omniscript-vscode**](./omniscript-vscode) | 0.2.0 | VSCode extension | ✅ Stable | |
| 181 | +| [**omniscript-examples**](./omniscript-examples) | 1.3.0 | Professional examples | ✅ Complete | |
182 | 182 |
|
183 | 183 | ### Package Details |
184 | 184 |
|
@@ -275,6 +275,7 @@ npm install -g omniscript-cli |
275 | 275 |
|
276 | 276 | ### Specification |
277 | 277 |
|
| 278 | +- [v1.2 Specification](./omniscript-core/spec/v1.2/README.md) - Current OSF spec |
278 | 279 | - [v1.0 Specification](./omniscript-core/spec/v1.0/osf-spec.md) - Complete OSF |
279 | 280 | v1.0 spec |
280 | 281 | - [v0.5 Specification](./omniscript-core/spec/v0.5/osf-spec.md) - Legacy spec |
|
0 commit comments