Release Notes - v0.8.5.2

Release Date: February 6, 2026 Type: Bug Fix Release


Summary

This release focuses on fixing critical alpha testing bugs related to chat persistence, date formatting, and calendar integration. Also includes model/database alignment fixes for timezone-aware datetimes.


Bug Fixes

Critical Fixes

Additional Fixes


Features

History Sidebar Differentiation (#786)

The History sidebar now uses monthly grouping (January, February, etc.) instead of the same Today/Yesterday/This Week grouping as the Conversation List. Search functionality has been wired up to filter conversations by title.


Issues Closed


Known Issues


Technical Notes

Database Migration Required

If upgrading from v0.8.5.1, ensure the timestamptz migration has been applied:

alembic upgrade head

This converts all timestamp columns to timestamptz (timezone-aware).

Breaking Changes

None

Compatibility


Upgrade Instructions

  1. Pull the latest code from the production branch
  2. Apply database migration: alembic upgrade head
  3. Restart the server

Full Changelog: v0.8.5.1…v0.8.5.2