v0.1.0
Pre-release
Pre-release
📦 Changelog - v0.1.0
🚀 Features
- Add ModelManager for centralized model control (3cd629d)
- Add shape_filter.return_father, check_schema, small_pic_filter (f24ec16)
- Add show_empty, shape.text fields for richer shape handling (231d084)
- Add validate_length utility (42edac1)
- Support single slide clustering and slide interactivity (2de6898)
- Support environment variable-based configuration (3a51a3e)
- Editable table support in slide editing (f2a0e39)
🛠 Fixes
- Fix pickle issue with Presentation (2c12347)
- Fix deepcopy and length factor bugs (732dfe0, 28c812c)
- Fix async agent ordering and markdown split issues (de4c5cb)
- Fix image deduplication, placeholder paths, shape ordering (2de6898)
- Fix backend import bugs, JSON parsing issues (03cedef, 3e0a57a)
- Fix CORS, inline styles, duplicate APIs (d0ccc40, 3000f8e, b191a54)
- Fix agent retry, logging levels (231d084)
🔧 Improvements
- Improve document parsing and chunk splitting via LLMs (8387aa3)
- Improve PPTGen, Font, ShapeElement handling (b1ed2ca, 3e0a57a)
- Parallelize slide induction process (498b8d7)
- Refine Document retrieval and structure (60dda0f)
- Improve assertions and logging (f3b52e6, cf34173)
🧪 Tests
🧱 Refactoring
📦 Chores