Skip to content

v 0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@qtinsider qtinsider released this 08 Jan 14:04
· 103 commits to main since this 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 from Stores.hpp.
  • Optimized list handling by replacing QList<qint64> with QVector<qint64>.
  • Resolved issues with displaying chat photos.