-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Migrated from TdLib JSON to TdLib C++ interface for better performance. - Added QR code authentication and improved error handling. - Redesigned authentication UI for better user flow and feedback. - Updated ChatsPage layout with a Ripple component for flexibility. - Fixed UI alignment issues (#4). - Added language code mapping and integrated language pack loading. - Fixed locale management (#8).
- Loading branch information
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
meegram (0.1.6) unstable; urgency=medium | ||
|
||
* Migrated from TdLib JSON to TdLib C++ interface for better performance. | ||
* Added QR code authentication and improved error handling. | ||
* Redesigned authentication UI for better user flow and feedback. | ||
* Updated ChatsPage layout with a Ripple component for flexibility. | ||
* Fixed UI alignment issues (#4). | ||
* Added language code mapping and integrated language pack loading. | ||
* Fixed locale management to use mapping for improved performance (#8). | ||
|
||
-- Chukwudi Nwutobo <[email protected]> Tue, 01 Jan 2025 09:05:35 +0100 | ||
|
||
meegram (0.1.5) unstable; urgency=low | ||
|
||
* Updated Device with GCC 14.2, OpenSSL 1.1.1w, TDLib 1.8.35, zlib 1.3.1, the latest nlohmann JSON library, and enhanced rlottie support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters