-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
const String changelogString = '''Версия 0.2.2: | ||
const String changelogString = // | ||
'''Версия 0.2.3: | ||
- Переделана система навигации приложения | ||
- Добавлена возможность выбора начальной страницы в настройках | ||
- Изменён дизайн страницы настроек | ||
- Переделана загрузка постов в ленте | ||
- Добавлена подгрузка изображений для начальных экранов | ||
- Добавлена возможность автозаполнения пароля (работает не на всех устройствах) | ||
- Незначительно изменён дизайн экрана авторизации | ||
- Исправлен баг с очисткой кэша | ||
- Добавлена возможность скачать файл в ленте по-новой при удержании пальца на названии файла | ||
Версия 0.2.2 bugfix 1: | ||
- Исправлен баг с историей поиска в расписании | ||
- Исправлена ошибка с TLS сертификатами Портала | ||
Версия 0.2.2: | ||
- Добавлена зачётная книжка | ||
- Добавлена возможность поставить реакцию к посту | ||
- Исправлены некоторые баги'''; |
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