Skip to content

Releases: unicef/adt-studio

ADT Studio v0.6.0

26 Feb 04:10
f1ec9d4

Choose a tag to compare

Add AGPL license and UNICEF attribution (#129)

ADT Studio v0.5.1

26 Feb 04:10
f1ec9d4

Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.5.1

ADT Studio v0.5.0

25 Feb 02:38
ada6107

Choose a tag to compare

ADT Studio v0.4.8

22 Feb 05:35
690bfc2

Choose a tag to compare

What's Changed

  • fix: stabilize step status and unify retry defaults by @nicpottier in #107

Full Changelog: v0.4.7...v0.4.8

ADT Studio v0.4.7

22 Feb 03:48
ada6107

Choose a tag to compare

ADT Studio v0.4.5

22 Feb 03:47
6baec6c

Choose a tag to compare

ADT Studio v0.4.1

21 Feb 22:40
ba6ff8d

Choose a tag to compare

ADT Studio v0.4.0

21 Feb 22:12
c1bef5a

Choose a tag to compare

What's Changed

  • Add apply_body_background config toggle and XSS fix by @elasticsounds in #101
  • Enhance page navigation and UI across pipeline stages by @elasticsounds in #104
  • Explicit step completion tracking and unified stage status by @nicpottier in #102
  • Remove proof/master runners, epub export, and storyboard acceptance by @nicpottier in #105

Full Changelog: v0.3.0...v0.4.0

ADT Studio - v0.3.0

20 Feb 21:15
f6265ef

Choose a tag to compare

What's Changed

  • Add quiz section types configuration by @nicpottier in #79
  • Fix release notes generation in release workflow by @nicpottier in #82
  • Add book summary pipeline step by @nicpottier in #81
  • Align extract completion with book summary and expose summary prompt controls by @nicpottier in #83
  • Add LLM image meaningfulness filtering to extract pipeline by @nicpottier in #84
  • Use book summary context for captioning and add wiring tests by @nicpottier in #85
  • V2 storyboard editing improvements by @amoghbanta in #86
  • Add LLM image cropping support across pipeline and Studio by @nicpottier in #87
  • Refactor pipeline to stage/step model with shared PIPELINE definition by @nicpottier in #88
  • Storyboard UX polish: navigation guard, toolbar flip, SelectValue fix, re-render feedback, sidebar redesign by @amoghbanta in #89
  • Remove legacy Studio UI and consolidate book routing by @nicpottier in #90
  • Provides the ability to use a docker image to run the studio by @gbergengruen in #38
  • feat: image gen prompt settings + sticky generating pill by @amoghbanta in #92
  • fix: storyboard page height, navigation race conditions, and image selectability by @amoghbanta in #95
  • feat: pass original page image as visual context to AI section editor by @amoghbanta in #97
  • fix: strip pre-release suffix from version for MSI/WiX by @amoghbanta in #93
  • Unify top bar across books pages by @nicpottier in #91
  • feat: image segmentation pipeline and UI by @elasticsounds in #96
  • Add image cropping/segmentation toggles and min-side filter by @elasticsounds in #98
  • feat: per-book step run queue with serialized API calls by @nicpottier in #99
  • feat: unify stage sidebar and stage color system by @nicpottier in #100

New Contributors

Full Changelog: v0.2.0...v0.3.0

ADT Studio v0.2.0

19 Feb 17:31
8199932

Choose a tag to compare

What's Changed

  • Add @adt/pdf package with PDF extraction and CLI viewer by @nicpottier in #1
  • Add pipeline runner and harden extraction storage/CLI validation by @nicpottier in #2
  • Add image classification, metadata extraction, and LLM pipeline by @nicpottier in #3
  • Add page sectioning, web rendering and replace Listr2 with cli-progress by @nicpottier in #4
  • Add app layer scaffolding: Hono API + React SPA by @amoghbanta in #5
  • Add pipeline execution with SSE progress streaming by @amoghbanta in #6
  • Add storyboard view with page grid and detail preview by @amoghbanta in #7
  • Merge storyboard view into main by @amoghbanta in #8
  • Fix pipeline SSE delivery, add LLM timeout, redesign progress tiles by @amoghbanta in #9
  • Increment 5: Pipeline UX + storyboard editing by @amoghbanta in #11
  • LLM logging, model upgrade, image serving by @nicpottier in #12
  • Increment 5: Debug panel, UI overhaul, enriched book cards by @amoghbanta in #13
  • Add template render type with per-section model resolution by @nicpottier in #14
  • Add pipeline UX, config editor, debug panel, and book wizard by @amoghbanta in #15
  • Add integration test for full pipeline with LLM cache fixtures by @nicpottier in #16
  • Storyboard review page with inline re-render and UX improvements by @amoghbanta in #17
  • Introduce UNICEF blue as primary brand color by @amoghbanta in #18
  • Add storyboard acceptance and book export by @amoghbanta in #19
  • Add activity rendering and direct PDF raster extraction by @nicpottier in #20
  • Section editor, activity answers, and UX improvements by @amoghbanta in #21
  • Add API key setup dialog on app launch by @amoghbanta in #22
  • Add Tauri desktop app scaffolding by @amoghbanta in #23
  • Update README with Tauri desktop setup instructions by @amoghbanta in #24
  • Add translation step with progress and error reporting by @nicpottier in #30
  • Show image thumbnails in page view by @amoghbanta in #31
  • Simplify text/image views — reduce visual clutter by @amoghbanta in #32
  • Replace explicit edit mode with inline per-element editing by @amoghbanta in #33
  • Show inline image thumbnails in LLM log detail view by @amoghbanta in #34
  • Add pop-out debug panel to separate window by @amoghbanta in #35
  • Update ConfigEditor for render strategies + editing language by @amoghbanta in #36
  • Hide API key bar when key is already set by @amoghbanta in #37
  • Bundle API server as Tauri sidecar with Windows release pipeline by @amoghbanta in #39
  • Add image captioning proof step with per-page LLM batching by @nicpottier in #40
  • Add proof phase frontend integration by @amoghbanta in #42
  • Add spread mode feature for merging facing pages by @nicpottier in #41
  • Add glossary feature with dynamic translation step hiding by @nicpottier in #43
  • Add proof-stage quiz generation and expose quizzes in Studio by @nicpottier in #44
  • Add TTS generation to master phase by @nicpottier in #45
  • Add ADT web packaging flow and runtime assets by @nicpottier in #46
  • Replace language picker with searchable dropdown by @amoghbanta in #48
  • Add two-column story template and render strategy selector by @elasticsounds in #50
  • Unify storyboard and page edit into single screen by @amoghbanta in #49
  • Unified storyboard experience with phase tracking by @amoghbanta in #51
  • Add advanced layout editor with preset integration by @elasticsounds in #52
  • Add ADT preview mode and bundle export by @amoghbanta in #53
  • Add EPUB export format with dropdown selector by @amoghbanta in #55
  • Add v2 step-based book editing UI with preview and pipeline improvements by @nicpottier in #56
  • Redirect book creation to v2 with extract+storyboard steps by @nicpottier in #57
  • Route books list to v2 and tighten step-run invalidation by @nicpottier in #58
  • Add image complexity filter to prune blank/simple images by @nicpottier in #59
  • Show page thumbnails, lightbox, and reasoning on quiz cards by @nicpottier in #60
  • Normalize locale handling and improve language picker UX by @nicpottier in #61
  • Move spread mode toggle to advanced layout panel by @elasticsounds in #63
  • Remap legacy FM Sinhala fonts to Unicode during PDF extraction by @nicpottier in #62
  • Add text content validation to prevent LLM mutations by @nicpottier in #64
  • Migrate V2 Book View to shadcn components by @amoghbanta in #65
  • Add per-page filtering for step views by @amoghbanta in #66
  • Add styleguide system and fix code review issues by @elasticsounds in #69
  • Fix ADT packaging, v2 preview cache-busting, and asset migration by @nicpottier in #70
  • Preload fonts and hide unused ADT UI features by @nicpottier in #71
  • Add AI section editing and enhanced storyboard detail by @amoghbanta in #72
  • Add Activity Rendering tab with comprehensive management by @elasticsounds in #74
  • Add page-by-page sectioning mode and fix validation issues by @elasticsounds in #75
  • Add sectionId and use data-section-id on section elements by @nicpottier in #77
  • shuffle quiz answer order by @ewheeler in #68
  • Add Activity Rendering tab with comprehensive management by @elasticsounds in #73
  • Preserve section text IDs across sectioning and rendering by @nicpottier in #78
  • Add Azure Speech TTS provider support with multi-provider routing by @elasticsounds in #76
  • Switch release workflow from deploy branch to tag-triggered by @nicpottier in #80

New Contributors

Full Changelog: https://github.com/unicef/adt-studio/commits/v0.2.0