Skip to content

Releases: qtinsider/meegram2

v 0.1.5

19 Aug 11:21
Compare
Choose a tag to compare
  • Replaced QMake with CMake
  • Implemented localization support with new strings.
  • Renamed the Chats component to FilterChats.
  • Enhanced message handling and introduced a settings class.
  • Refactored code for better readability and maintainability.
  • Added additional strings for localization.
  • Updated the README file to include contribution guidelines and contact information.
  • Resolved the login issue reported in issue #6.
  • Corrected localization issues and improved translations.
  • Corrected typos in the code and documentation.
  • Removed the MoreIndicator component from the chat list for a cleaner UI.
  • Renamed files for better organization.

v 0.1.4

05 Feb 22:41
Compare
Choose a tag to compare
  • Introduced mutexes to prevent race conditions.
  • Added support for the openUser parameter in service message content.
  • Added mention bubbles to the chat list for better user interaction.
  • Updated the nlohmann JSON library to the latest version from upstream.
  • Upgraded the TDLib library to version 1.8.1 for enhanced features and stability.
  • Corrected issues with message sorting and other related bugs.
  • Various minor bug fixes for improved performance.

v 0.1.3

10 Jan 11:55
Compare
Choose a tag to compare
v 0.1.3 Pre-release
Pre-release
  • Added the option to lock the portrait orientation on the chat list.
  • Introduced a mute button and a section delegate for improved user control.
  • Removed unnecessary images from the resource file.
  • Removed the busy indicator from the splash screen for a cleaner startup experience.
  • Corrected issues with displaying and interacting with the message list and view.
  • Addressed issues with the previous implementation of the message list and view.
  • Resolved issues with the sorting position of messages.

v 0.1.1

08 Jan 14:04
Compare
Choose a tag to compare
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 from Stores.hpp.
  • Optimized list handling by replacing QList<qint64> with QVector<qint64>.
  • Resolved issues with displaying chat photos.

v 0.1.0

03 Jan 14:32
Compare
Choose a tag to compare
  • Added a funding configuration file.
  • Updated the license with the correct name.
  • Added a README file with project information.
  • Included a Debian folder for packaging the application.
  • Improved user interface design.
  • Added font files for better visual consistency.
  • Added a splash image for the application startup.
  • Included icons for the application and desktop.

Initial release

13 Apr 05:54
7a94ca0
Compare
Choose a tag to compare
  • Added support for code info, user registration, password management, and phone number verification.
  • Added chatListArchive, chatListFilter, and chatListMain for better chat organization.
  • Implemented support for sending and receiving text messages only.