@@ -9,6 +9,16 @@ All notable changes to this project will be documented in this file.
99The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
1010and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
1111
12+ ## [ 2.6.0] - 2025-12-09
13+
14+ ### Added
15+
16+ - Ship OLMo 3 model
17+
18+ ### Fixed
19+
20+ - Update dependencies
21+
1222## [ 2.5.0] - 2025-11-21
1323
1424### Fixed
@@ -39,7 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3949
4050## [ 2.4.0] - 2025-04-22
4151
42- ### New
52+ ### Added
4353
4454- feat(chatwithtools): Use bare prompts instead of llama.cpp-builtin tool calling
4555
@@ -71,17 +81,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7181
7282- fix: Update dependencies
7383
74-
7584## [ 2.3.1] -2025-02-20
7685
7786### Fixed
7887
7988- fix(ChatProcessor): Fix attribute access
8089
81-
8290## [ 2.3.0] -2025-02-18
8391
84- ### New
92+ ### Added
8593
8694- enh: Always use the chat method
8795- feat: add changetone provider
@@ -91,7 +99,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9199
92100- fix: Rework task_processor loading to wait until model is loaded
93101
94-
95102## [ 2.2.2] - 2024-12-20
96103
97104### Fixed
@@ -108,10 +115,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
108115
109116- fixed failed import
110117
111-
112118## [ 2.2.0] - 2024-12-12
113119
114- ### New
120+ ### Added
115121
116122- enh(summarize): Try to make it use bulleted lists for longer texts
117123- enh: Implement chatwithtools task type
@@ -125,44 +131,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
125131
126132## [ 2.1.4] - 2024-09-12
127133
128- ### Fix
134+ ### Fixed
129135
130136- update docker image version
131137
132-
133138## [ 2.1.3] - 2024-09-11
134139
135- ### Fix
140+ ### Fixed
136141
137142- update context size for llama 3.1
138143
139-
140144## [ 2.1.2] - 2024-08-26
141145
142- ### Fix
146+ ### Fixed
143147
144148- filename of the llama3.1 model in config
145149- catch JSONDecodeError for when server is in maintenance mode
146150
147- ### Change
151+ ### Changed
148152
149153- better app_enabled handling
150154
151-
152155## [ 2.1.1] - 2024-08-23
153156
154- ### Fix
157+ ### Fixed
155158
156159- compare uppercase COMPUTE_DEVICE value (#27 )
157160
158-
159161## [ 2.1.0] - 2024-08-22
160162
161- ### Fix
163+ ### Fixed
162164
163165- Catch network exceptions and keep the loop going
164166
165- ### Change
167+ ### Changed
166168
167169- Migrate default config to llama compatible config
168170- Use COMPUTE_DEVICE to determine gpu offloading
@@ -173,7 +175,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
173175
174176## [ 2.0.1] - 2024-08-14
175177
176- ### Fix
178+ ### Fixed
177179
178180- Disable ContextWrite chain as it does not work with Llama 3 / 3.1
179181
@@ -183,7 +185,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
183185
184186- Requires Nextcloud 30 and AppAPI v3
185187
186- ### New
188+ ### Added
187189
188190- feat: Update prompts and add new task types
189191- feat: Add task processing API
0 commit comments