forked from ggozad/oterm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
153 lines (102 loc) · 2.58 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
Changelog
=========
0.1.21 - 2024-01-24
-------------------
- Allow changing the root of the filesystem tree when selecting an image.
[ggozad]
- Minor bug fixes.
[ggozad]
0.1.20 - 2024-01-12
-------------------
- Minor bug fixes.
[ggozad]
0.1.19 - 2024-01-11
-------------------
- Introduce AppConfig saved to json file. Save theme setting for the time being.
[ggozad]
- Fix TextArea and Markdown widgets to work with light theme.
[ggozad]
0.1.18 - 2024-01-05
-------------------
- Bug fixes.
[ggozad]
0.1.17 - 2023-12-19
-------------------
- 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 - 2023-12-07
-------------------
- Support markdown in chat messages.
[ggozad]
- Show db location with when running with `--db`.
[ggozad]
0.1.15 - 2023-12-07
-------------------
- Fix crash on renaming a chat.
[ggozad]
0.1.14 - 2023-12-06
-------------------
- Automate pypi releases through github actions.
[ggozad]
- Minor bug fixes.
[ggozad]
0.1.13 - 2023-12-04
-------------------
- Forgotten db upgrade.
[ggozad]
0.1.11 - 2023-11-29
-------------------
- Syntax highlighting for json responses.
[ggozad]
- Support for `format` parameter in Ollama (essentially json for the time being).
[ggozad]
0.1.10 - 2023-11-14
-------------------
- Prompt widget improvements.
[ggozad]
- When pasting multiline text to the singleline input, switch to multiline textarea
[ggozad]
- Disable SSL verification via OTERM_VERIFY_SSL.
[huynle]
0.1.9 - 2023-11-04
------------------
- Introduce FlexibleInput, an input that can be multiline.
[ggozad]
0.1.8 - 2023-11-03
------------------
- Remove distutils dependency, make oterm compatible with python 3.12.
[denehoffman]
0.1.7 - 2023-11-01
------------------
- Allow customizing the system and template of models.
[ggozad]
- DB migrations.
[ggozad]
0.1.5 - 2023-11-01
------------------
- Fix whitespace bug in model selection screen.
[ggozad]
0.1.4 - 2023-10-18
------------------
- Show template, system, and params in the model selection screen.
[ggozad]
- Click to copy to clipboard.
[ggozad]
0.1.3 - 2023-10-17
------------------
- Remove pydantic and as a result, the rust dependency & build in homebrew.
[ggozad]
- Show discreet info on running model.
[ggozad]
0.1.2 - 2023-10-17
------------------
- Ability to rename chats.
[ggozad]
0.1.0 - 2023-10-15
------------------
- Initial release.
[ggozad]