-
Notifications
You must be signed in to change notification settings - Fork 54
Dev/1.2.4 #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev/1.2.4 #34
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0e32693
Добавить поддержку байтов в файлах, рефактор транспортов и метод read…
ink-developer 6601d94
Фикс корунтин и остальной ахинеи
ink-developer 607fd77
Добавил обработку уведомлений и обновил версию приложения до 25.12.14
ink-developer 51e8ec5
Фикс доков
ink-developer 18a0902
Добавил поддержку ua-generator и обновил константы для устройств, экр…
ink-developer 947a38c
Добавил методы для извлечения версии из JavaScript кода и получения т…
ink-developer b5d08a7
Фикс доков, добавил проверку device_type, добавил возможность переиме…
ink-developer 8b0413c
Фикс докстрингов + бамп версии
ink-developer 7f272b4
Фикс инита и ошибок
ink-developer 193699e
Обновление ссылок на репозиторий и авторов, удаление конфигурации mkd…
ink-developer 5054fd9
Вопросы?
ink-developer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| Release Notes v1.2.3 | ||
| ==================== | ||
|
|
||
| Новые функции | ||
| ------------- | ||
|
|
||
| **Загрузка фотографий профиля** | ||
| Профиль теперь может быть обновлен с загрузкой новой фотографии через метод ``change_profile()``. | ||
|
|
||
| **Разрешение групп по ссылке** | ||
| Группы теперь могут быть разрешены (получены) прямо по их ссылке через метод ``resolve_group_by_link()``. | ||
|
|
||
| **Поддержка контактов в сообщениях** | ||
| Сообщения теперь поддерживают вложения типа контакта с информацией о контакте (ContactAttach). | ||
|
|
||
| **Список контактов клиента** | ||
| Клиент теперь ведет список всех контактов пользователя через свойство ``client.contacts``. | ||
|
|
||
| Новые методы | ||
| ------------ | ||
|
|
||
| MaxClient.resolve_group_by_link(link: str) -> Chat | None | ||
| Разрешает группу по ссылке. Возвращает объект чата группы или None, если не найдено. | ||
|
|
||
| MaxClient.change_profile(first_name, last_name, description, photo) | ||
| Изменяет информацию профиля текущего пользователя, включая загрузку новой фотографии. | ||
|
|
||
| Новые типы | ||
| ---------- | ||
|
|
||
| ContactAttach | ||
| Представляет контакт в сообщении. Содержит информацию о контакте (ID, имя, фамилия, фото). | ||
|
|
||
| Измененные типы | ||
| --------------- | ||
|
|
||
| Message | ||
| Теперь поддерживает вложения типа ContactAttach в список attaches. | ||
|
|
||
| Names | ||
| Улучшен для работы с различными форматами имен пользователя. | ||
|
|
||
| StickerAttach | ||
| Улучшено представление стикеров в сообщениях. | ||
|
|
||
| Photo | ||
| Улучшено для работы с фотографиями профиля. | ||
|
|
||
| AttachType | ||
| Добавлено значение CONTACT для контактов. | ||
|
|
||
| Новые параметры | ||
| --------------- | ||
|
|
||
| MaxClient.contacts: list[User] | ||
| Список контактов текущего пользователя. | ||
|
|
||
| Версия | ||
| ------ | ||
|
|
||
| **1.2.3** - выпущена 24 декабря 2025 г. |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.