Skip to content

BotForge v1.2.8

Compare
Choose a tag to compare
@dheshanm dheshanm released this 20 Apr 03:24
· 36 commits to master since this release
24ab545

What's Changed

  • Reformat and Reorganise Codebase by @L4TTiCe in #11
    • Move to using Flows when possible
    • Avoid tight coupling
      • Removed the God Object AppViewModel and replaced it with a much leaner AppState
    • Fix Crashes and other undefined behavior
      • Usage calculations requiring API 29
      • OpenAI Exceptions not being handled etc.
    • Fix PDF not efficiently using space, when blocks were large
      • Fixed by breaking large blocks before rendering, instead of rendering the block at once

Full Changelog: v1.2.7...v1.2.8