Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
- 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.
- Transitioned from QMake to CMake for build configuration.
- Added new strings and improved localization.
- Renamed Chats Component to FilterChats, updated the component name for clarity.
- Improved message processing and introduced a settings class.
- Cleaned up code for better readability and maintainability.
- Added contribution guidelines and contact information.
- Resolved the login issue reported in issue #6.
- Improved translations and fixed localization bugs.
- Cleaned up the UI by removing the MoreIndicator component.
- Organized files for better management.
  • Loading branch information
qtinsider committed Aug 19, 2024
1 parent dfa4970 commit 03b7a1c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ set_target_properties(meegram PROPERTIES AUTOMOC ON AUTORCC ON)
target_compile_options(meegram PRIVATE -Wall -Wextra -pedantic $<IF:$<CONFIG:Debug>, -Werror, -Wno-psabi>)

target_link_libraries(meegram PRIVATE
rlottie::rlottie
Td::TdJson
rlottie::rlottie
Qt4::QtCore
Qt4::QtDBus
Qt4::QtDeclarative
Expand Down
2 changes: 1 addition & 1 deletion debian/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Debian Package meegram
----------------------------

Telegram client for Nokia N9 (used tdlib)
Telegram Client for Nokia N9 (Uses TDLib)

-- Chukwudi Nwutobo <nwutobo@outlook.com> Mon, 08 Mar 2021 04:33:16 +0100
30 changes: 22 additions & 8 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
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.
* Replaced QMake with CMake.
* Implemented localization support with new strings.
* Renamed Chats component to FilterChats.
* Enhanced message handling and introduced a settings class.
* Added additional strings for localization.
* Updated README file with contribution guidelines and contact information.
* Resolved issues with the authentication process at #6.
* Removed MoreIndicator component from chat list for a cleaner UI.

-- Chukwudi Nwutobo <nwutobo@outlook.com> Mon, 19 Aug 2024 10:09:00 +0100

meegram (0.1.4) unstable; urgency=low

* Upgraded the Telegram Database Library (TDLib) to version 1.8.1 for better functionality and stability.
* Applied squircle (rounded square) masks to avatars for a more polished look.
* Implemented a feature to display the mention count in the chat list.
* Upgraded TDLib to version 1.8.1 for improved functionality and stability.
* Applied rounded square (squircle) masks to avatars for a cleaner appearance.
* Added mention count display in the chat list.

-- Chukwudi Nwutobo <nwutobo@outlook.com> Wed, 02 Feb 2022 23:07:46 +0100

meegram (0.1.3) unstable; urgency=low

* Added a menu option to mute chats directly from the chat list.
* Various bug fixes and optimizations for better performance.
* Added option to mute chats directly from the chat list.
* Implemented various bug fixes and performance optimizations.

-- Chukwudi Nwutobo <nwutobo@outlook.com> Fri, 07 Jan 2022 19:47:26 +0100

meegram (0.1.1) unstable; urgency=low

* Various bug fixes and optimizations for better performance.
* Applied various bug fixes and performance enhancements.

-- Chukwudi Nwutobo <nwutobo@outlook.com> Tue, 04 Jan 2022 11:34:35 +0100

meegram (0.1.0) unstable; urgency=high

* Upgraded the Telegram Database Library (TDLib) to version 1.8.0 for enhanced functionality.
* Upgraded TDLib to version 1.8.0 for enhanced functionality.
* Updated OpenSSL to version 1.1.1m for improved security and compatibility.
* Various bug fixes and optimizations for better performance.
* Implemented various bug fixes and performance improvements.

-- Chukwudi Nwutobo <nwutobo@outlook.com> Mon, 03 Jan 2022 14:57:19 +0100

Expand Down

0 comments on commit 03b7a1c

Please sign in to comment.