···5566## [Unreleased]
7788+## [0.4.6] - 2026-03-30
99+1010+### Added
1111+- Added P2P chat sync in [#109](https://github.com/tilesprivacy/tiles/pull/109)
1212+ - Commands for chat syncing
1313+ - `tiles sync` - Starts listening for a sync request from the linked peers.
1414+ - `tiles sync <DID>` - Initiates the syncing with the peer using the peer's linked DID (which one can get from `tiles link list-peers`).
1515+- Added at rest encryption for local databases in [#110](https://github.com/tilesprivacy/tiles/pull/110)
1616+1717+### Fixed
1818+- Fixed the loading issue of qwen 3.5 series in [#111](https://github.com/tilesprivacy/tiles/pull/111)
1919+820## [0.4.5] - 2026-03-23
9211022### Added