Skip to content

Releases: ggozad/oterm

0.1.22

01 Feb 16:16
Compare
Choose a tag to compare

What's Changed

  • Ability to cancel inference. by @ggozad in #56
  • oterm now lazy loads your chats and is fast to start.

Full Changelog: 0.1.21...0.1.22

0.1.21

24 Jan 13:40
Compare
Choose a tag to compare

What's Changed

  • Allow changing the root of the DirectoryTree in ImageSelect. by @ggozad in #53
  • Minor bug fixes. by @ggozad

Full Changelog: 0.1.20...0.1.21

0.1.20

14 Jan 16:59
Compare
Choose a tag to compare

What's Changed

  • Fix oterm crashing when run for the first time. by @ggozad in #48

Full Changelog: 0.1.19...0.1.20

0.1.19

11 Jan 09:09
Compare
Choose a tag to compare

What's Changed

  • Fix support for OLLAMA_URL and OLLAMA_HOST by @bbatsell in #44
  • Remember theme choices across runs. by @ggozad in #46
  • Patch TextArea and Markdown widgets to make them compatible with light theme. by @ggozad in #45

New Contributors

Full Changelog: 0.1.18...0.1.19

0.1.18

05 Jan 11:09
Compare
Choose a tag to compare

Bug fixes
[ggozad]

0.1.17

19 Dec 06:08
Compare
Choose a tag to compare
  • Support multimodal models, allow adding images to chat messages.
    [ggozad]

  • Change key bindings so that they can be invoked without loosing prompt focus.
    [ggozad]

  • Add key binding to switch to multiline input using ctrl+n.
    [ggozad]

0.1.16

07 Dec 15:55
Compare
Choose a tag to compare
  • Support markdown in chat messages.
    [ggozad]

  • Show db location with when running with --db.
    [ggozad]

0.1.15

07 Dec 10:01
Compare
Choose a tag to compare
  • Fix crash on renaming a chat.
    [ggozad]