You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+20
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Список изменений
2
2
3
+
## Версия 2.2.0
4
+
5
+
**24.12.2023**
6
+
7
+
* Добавлена поддержка Python 3.12 by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/628
8
+
* Добавлен fallback до `None` или пустого списка при данных неправильного типа by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/612
9
+
* Обновлён HTTP заголовок версии приложения by @glebliutsko in https://github.com/MarshalX/yandex-music-api/pull/592 and @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/635
10
+
* Исправлен метод `fetch_lyrics_async` by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/627
11
+
* Исправлен тип поля `items_uri` в классе `Cover` by @Rirusha in https://github.com/MarshalX/yandex-music-api/pull/603
12
+
* Исправлена аннотация типа `de_list` и тесты на пустой список by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/612
13
+
14
+
Ведение проекта:
15
+
* Переезд на `ruff` и `ruff format` by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/625 and https://github.com/MarshalX/yandex-music-api/pull/632
16
+
* Добавлен GitHub Actions Workflow для проверки актуальности генерируемого кода by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/624
17
+
* Упрощены GitHub Actions Workflow by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/623
18
+
* Удалено использование dev ветки by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/622
19
+
* Улучшены аннотации типов by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/626
20
+
* Исправление ошибок в `README` by @json1c in https://github.com/MarshalX/yandex-music-api/pull/599 and @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/629
21
+
* Обновлена структура документации by @MarshalX in https://github.com/MarshalX/yandex-music-api/pull/633
0 commit comments