Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z80maniac committed Jun 15, 2024
1 parent 574c394 commit 81b477f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Neodim Chat - CHANGELOG


## v0.11.0 (June 15, 2024)

- Added: handling llama.cpp errors
- Changed: after continuing the message, retry only the generated part
- Changed: the settings page
- Improved: continuing a message
- Improved: auto-formatting
- Improved: help page now have icons for button reference
- Fixed: zero length repetition penalty did not select the entire text for penalty when using llama.cpp


## v0.10.0 (February 24, 2024)

- Added: searching conversations by name
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Added: handling llama.cpp errors
- Changed: after continuing the message, retry only the generated part
- Changed: the settings page
- Improved: continuing a message
- Improved: auto-formatting
- Improved: help page now have icons for button reference
- Fixed: zero length repetition penalty did not select the entire text for penalty when using llama.cpp

Full changelog: https://github.com/alkatrazstudio/neodim-chat/blob/master/CHANGELOG.md
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: neodim_chat
description: Neodim chat
version: 0.10.0+14
version: 0.11.0+15

environment:
sdk: ^3.4.3
Expand Down

0 comments on commit 81b477f

Please sign in to comment.