Releases: qtinsider/meegram2
Releases · qtinsider/meegram2
v 0.1.5
- Replaced QMake with CMake
- Implemented localization support with new strings.
- Renamed the
Chats
component toFilterChats
. - 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
- 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
- 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
- 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.
v 0.1.0
- 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
- Added support for code info, user registration, password management, and phone number verification.
- Added
chatListArchive
,chatListFilter
, andchatListMain
for better chat organization. - Implemented support for sending and receiving text messages only.