v 0.1.1
Pre-release
Pre-release
- Added a chat filter feature to the top header for easier chat navigation.
- Removed
[[nodiscard]]
attribute where it was not needed. - Cleaned up unused
Q_INVOKABLE
methods fromStores.hpp
. - Optimized list handling by replacing
QList<qint64>
withQVector<qint64>
. - Resolved issues with displaying chat photos.