diff --git a/content/en/blog/releases/0.8.0.md b/content/en/blog/releases/0.8.0.md index 7029c71..b427694 100755 --- a/content/en/blog/releases/0.8.0.md +++ b/content/en/blog/releases/0.8.0.md @@ -2,10 +2,49 @@ --- title: "Version 0.8.0 Release" linkTitle: "0.8.0" -date: 2023-01-30 -draft: true +date: 2023-02-09 description: > - Unreleased yet + Digital Ocean support, new setup UI, and more! --- -![Release banner showcasing new UI](/images/releases/0.8.0-banner.png) \ No newline at end of file +![Release banner showcasing new UI](/images/releases/0.8.0-banner.png) + + +## Changes +### Server setup: +- Added support for Digital Ocean as server provider +- You can now choose server region +- You can now choose server tier +- Server installation UI has been refreshed +- Fields now have more specific error messages + +### Common UI: +- New app bar used in most of the screens + +### Services: +- Services are now sorted by their status + +### Server settings: +- Timezone search screen now has a search bar +- Fixed job creation when switching the setting multiple times +- Server destruction now works + +### Jobs: +- Jobs panel now should take slightly less space + +### Auth: +- Recovery key page can now be reloaded by dragging down + +### Logging: +- Log console now has a limit of 500 lines +- GraphQL API requests are now logged in the console +- Networks errors are better handled + +### For developers: +- App now only uses GraphQL API to communicate with the server. All REST API calls have been removed. +- Server can now be deployed with staging ACME certificates +- Language assets have been reorganized + +### Translations: +- Added translation for Ukrainian +- Also activated unfinished translations for German, French, Spanish, Czech, Polish, Thai diff --git a/content/ru/_index.html b/content/ru/_index.html index 7514ab9..c92ebcb 100644 --- a/content/ru/_index.html +++ b/content/ru/_index.html @@ -53,7 +53,7 @@ linkTitle = "SelfPrivacy" }}"> - Download + Скачать diff --git a/content/ru/blog/releases/0.8.0.md b/content/ru/blog/releases/0.8.0.md index 7029c71..fa0e2b5 100755 --- a/content/ru/blog/releases/0.8.0.md +++ b/content/ru/blog/releases/0.8.0.md @@ -2,10 +2,48 @@ --- title: "Version 0.8.0 Release" linkTitle: "0.8.0" -date: 2023-01-30 -draft: true +date: 2023-02-09 description: > - Unreleased yet + Поддержка Digital Ocean, обновленный интерфейс и многое другое --- -![Release banner showcasing new UI](/images/releases/0.8.0-banner.png) \ No newline at end of file +![Release banner showcasing new UI](/images/releases/0.8.0-banner.png) + +## Изменения +### Установка сервера: +- Добавлена поддержка Digital Ocean в качестве провайдера сервера +- Теперь можно выбрать регион сервера +- Теперь можно выбрать тарифный план сервера +- Интерфейс установки сервера был обновлен +- Поля ввода токенов теперь имеют более конкретные сообщения об ошибках + +### Общие изменения интерфейса: +- Новая панель приложения используется на большинстве экранов + +### Сервисы: +- Сервисы теперь отсортированы по их статусу + +### Настройки сервера: +- Экран выбора часового пояса теперь имеет строку поиска +- Исправлена ошибка создания задачи при переключении настроек несколько раз +- Уничтожение сервера теперь работает + +### Задачи: +- Панель задач теперь должна занимать немного меньше места + +### Авторизация: +- Страница восстановления ключа теперь может быть обновлена жестом pull-to-refresh + +### Консоль: +- Вывод консоли теперь ограничен 500 строками +- GraphQL запросы теперь выводятся в консоли +- Ошибки сети теперь обрабатываются лучше + +### Для разработчиков: +- Приложение теперь использует только GraphQL API для связи с сервером. Все REST API вызовы были удалены. +- Сервер теперь может быть развернут с тестовыми ACME сертификатами +- Файлы переводов реорганизованы + +### Переводы: +- Приложение теперь доступно на украинском языке +- Также активированы незавершённые переводы для немецкого, французского, испанского, чешского, польского и тайского языков diff --git a/content/ru/docs/_index.md b/content/ru/docs/_index.md index e2e5c7c..ad7374c 100755 --- a/content/ru/docs/_index.md +++ b/content/ru/docs/_index.md @@ -1,7 +1,7 @@ --- -title: "Documentation" -linkTitle: "Documentation" +title: "Документация" +linkTitle: "Документация" weight: 20 menu: main: @@ -9,6 +9,7 @@ menu: --- {{% pageinfo %}} -Welcome to the SelfPrivacy documentation! +Добро пожаловать в документацию SelfPrivacy! {{% /pageinfo %}} + diff --git a/i18n/ru.toml b/i18n/ru.toml index 84bdf02..93aae99 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -53,7 +53,7 @@ other = "F-Droid" other = "Google Play" [footer_download_apk] -other = "APK file" +other = "APK файл" [footer_download_desktop] other = "Для компьютера"