Skip to content

v2.3.0

Compare
Choose a tag to compare
@philipws philipws released this 05 Jul 09:10
· 137 commits to main since this release
06a2f18

Additions

  • Common: Initial persistent user preferences
  • Common: Support light modes (light, dark, auto)
  • Readable: Add support for Titan text and Titan image models
  • Readable: Add support for Anthropic 3 Sonnet & Haiku models /closes #60
  • Translate: Add toggle to show expired (hidden by default)

Fixes

  • Readable: Print preview would fail when a row had no text
  • Readable: Display an error when no model definitions are found
  • Translate: Sort results from DDB with latest first

Other improvements

  • Add loading status to elements whilst data is pulled
  • Consolidate util functions
  • Use event driven service integrations instead of Lambdas.
  • Upgrade default Lambda runtime to NodeJS 18
  • Consolidate project variable validations for pipeline and app stacks
  • Replace callback workflow with modular stateless resume workflow