v0.8.0
These are the release notes for GPTMe version v0.8.0.
Contributors
Thanks to everyone who contributed to this release:
Changelog
Changes since v0.7.0:
📦 gptme
✨ Features (4)
- feat: improved web UI responsiveness, added checkbox to toggle hiding initial system messages (
a01c442
) - feat: added ability to send messages and generate replies in web UI, refactored commands (
4e9ff47
) - feat: added wip web UI for conversations (
19567d4
) - feat: added rename and fork commands, refactor commands and tabcomplete (
6eb763c
)
🐛 Fixes (7)
Click to expand
- fix: show convo metadata in web UI, remember conversation on page reload using window.location.hash (
b2adcc6
) - fix: save timestamps in logs, show correct 'created' timestamp in web UI, improvements to web UI (
8dd938c
) - fix: fixed root route handler (
b504280
) - fix: fix invalid writing of None to config (
d4d0c82
) - fix: check for common datascience packages, added them as optional deps, warn if not available (
9fcaab2
) - fix: attempt at fixing test caused by tabcomplete (
b02804b
) - fix: refactor summarize, added /save command (
a78cc91
)
🔨 Misc (1)
- docs: document server/web UI usage (
b3053b2
)
Full Changelog: v0.7.0...v0.8.0