Skip to content

Releases: L4TTiCe/BotForge

BotForge v1.3.3

18 Nov 17:00
Compare
Choose a tag to compare

Fixes

  • Allows changing models used for Chat Completions

Full Changelog: v1.3.2...v1.3.3

BotForge v1.3.2

08 May 19:57
3025ea3
Compare
Choose a tag to compare

Changes

  • Now supports selecting model to use for Chat
    • Allows using GPT-4 (if you have API access to GPT-4)
    • Available under Advanced API Settings
  • Better Snackbars to handle timeouts

Fixes

  • Prevent timeJob from being accessed before initialization

Full Changelog: v1.3.1...v1.3.2

BotForge v1.3.1

27 Apr 22:53
57c0a80
Compare
Choose a tag to compare

Changes

  • Usage Tracking now tracks # of Images generated
  • Now supports generating Image variants.
    • Tap the 'Refresh' Icon, with an Image already selected to generate variants of the selected Image
    • Allows upscaling or downscaling of images
  • Now has customizable Timeouts for API
    • Allows longer responses (No more timeouts, when the response takes longer than 30s)
      • default API timeout bumped from 30s -> 60s

Fixes

  • Fixed PersonaList nor deleting Personas Immediately

Full Changelog: v1.3.0...v1.3.1

BotForge v1.3.0

25 Apr 01:07
500f18a
Compare
Choose a tag to compare

What's Changed

  • Impl. Image Generation by @L4TTiCe in #13
    • Now supports Generating and Sharing Images using OpenAI API

Full Changelog: v1.2.8...v1.3.0

BotForge v1.2.8

20 Apr 03:24
24ab545
Compare
Choose a tag to compare

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

BotForge v1.2.7

17 Apr 00:55
69b13de
Compare
Choose a tag to compare

Changes

  • Now supports auto generating Saved/Bookmarked Chat titles
    • Defaults to On, can be disabled from Settings

Fixes

  • Fix an Multi line Bookmarked Chat Titles causing Delete icon to be hidden

Full Changelog: v1.2.6...v1.2.7

BotForge v1.2.6

14 Apr 23:56
c42ec83
Compare
Choose a tag to compare

Changes

  • Impl. Analytics
    • Allow Opt-out of Analytics from the Settings page

Full Changelog: v1.2.5...v1.2.6

BotForge v1.2.5

13 Apr 18:17
b1ead2a
Compare
Choose a tag to compare

What's Changed

  • Allow Exporting Chats by @L4TTiCe in #9
    • Now supports exporting chats as PDF or JSON
      • Export as JSON or PDF right from the Chat Screen
      • Has an Export option from the Bookmarks section to export bookmarked Chats as PDF
      • PDF export has limited Table support

Fixes

  • Fixes a bug that caused improper PDF rendering

Full Changelog: v1.2.3...v1.2.5

BotForge v1.2.3

12 Apr 16:53
4124dbb
Compare
Choose a tag to compare

Changes

  • Improve Community Bot Discoverability with the addition of
    • 'Most Recent' section with the most recently shared Bots
    • 'Explore' Section with randomized Bots to allow discovery

Full Changelog: v1.2.2...v1.2.3

BotForge v1.2.2

10 Apr 20:18
13953f4
Compare
Choose a tag to compare

Changes

  • Now supports a monochrome Icon
  • New List View for saved Personas
    • Supports searching through locally stored personas

Full Changelog v1.2.1...v1.2.2