Skip to content

Commit

Permalink
vb
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Feb 28, 2024
1 parent 45ec73a commit c9de9dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.2.2 -
0.2.2 - 2024-02-28
------------------

- Allow user to navigate through the prompt history in a chat.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following keyboard shortcuts are supported:

* <kbd>^ Ctrl</kbd>+<kbd>L</kbd> - switch to multiline input mode
* <kbd>^ Ctrl</kbd>+<kbd>P</kbd> - select an image to include with the next message
* <kbd>↑</kbd> - navigate through prompt history
* <kbd>↑</kbd> - navigate through history of previous prompts

While Ollama is inferring the next message, you can press <kbd>Esc</kbd> to cancel the inference.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oterm"
version = "0.2.1"
version = "0.2.2"
description = "A text-based terminal client for Ollama."
authors = ["Yiorgis Gozadinos <ggozadinos@gmail.com>"]
homepage = "https://github.com/ggozad/oterm"
Expand Down

0 comments on commit c9de9dd

Please sign in to comment.