# v0.8.0

These are the release notes for gptme version v0.8.0.

## Contributors

Thanks to everyone who contributed to this release:

@erikbjare

## Changelog

Changes since v0.7.0:


## 📦 gptme

### ✨ Features (4)

 - feat: improved web UI responsiveness, added checkbox to toggle hiding initial system messages ([`a01c442f`](https://github.com/gptme/gptme/commit/a01c442f))
 - feat: added ability to send messages and generate replies in web UI, refactored commands ([`4e9ff475`](https://github.com/gptme/gptme/commit/4e9ff475))
 - feat: added wip web UI for conversations ([`19567d41`](https://github.com/gptme/gptme/commit/19567d41))
 - feat: added rename and fork commands, refactor commands and tabcomplete ([`6eb763c6`](https://github.com/gptme/gptme/commit/6eb763c6))

### 🐛 Fixes (7)
<details><summary>Click to expand</summary>
<p>

 - fix: show convo metadata in web UI, remember conversation on page reload using window.location.hash ([`b2adcc62`](https://github.com/gptme/gptme/commit/b2adcc62))
 - fix: save timestamps in logs, show correct 'created' timestamp in web UI, improvements to web UI ([`8dd938c6`](https://github.com/gptme/gptme/commit/8dd938c6))
 - fix: fixed root route handler ([`b5042800`](https://github.com/gptme/gptme/commit/b5042800))
 - fix: fix invalid writing of None to config ([`d4d0c820`](https://github.com/gptme/gptme/commit/d4d0c820))
 - fix: check for common datascience packages, added them as optional deps, warn if not available ([`9fcaab23`](https://github.com/gptme/gptme/commit/9fcaab23))
 - fix: attempt at fixing test caused by tabcomplete ([`b02804b1`](https://github.com/gptme/gptme/commit/b02804b1))
 - fix: refactor summarize, added /save command ([`a78cc91c`](https://github.com/gptme/gptme/commit/a78cc91c))

</p>
</details>

### 🔨 Misc (1)

 - docs: document server/web UI usage ([`b3053b24`](https://github.com/gptme/gptme/commit/b3053b24))

*(excluded 3 less relevant [commits](https://github.com/gptme/gptme/compare/v0.7.0...v0.8.0))*

**Full Changelog**: https://github.com/gptme/gptme/compare/v0.7.0...v0.8.0
