Merge remote-tracking branch 'origin/main'

This commit is contained in:
CherretGit
2025-10-30 21:42:50 +07:00
3 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
# zaprett
## О приложении
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/CherretGit/zaprett-app/total)
![GitHub Downloads (all assets, latest release)](https://img.shields.io/github/downloads/CherretGit/zaprett-app/latest/total)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/CherretGit/zaprett-app/workflow.yml)
Приложение разработано для работы с модулем [zaprett](https://github.com/egor-white/zaprett)
> [!IMPORTANT]
> 📢 [Официальный Telegram-канал приложения](https://t.me/zaprett_module)

View File

@@ -1,4 +1,4 @@
1) Добавлена поддержка ipset
2) JNI **полностью переписан** на Rust
3) Добавлен подбор стратегии
4) Исправлены баги
Список изменений:
1) Более подробный подбор старатегий
2) Исправление JNI
3) Исправление ошибок

View File

@@ -1,6 +1,6 @@
{
"version": "2.10",
"versionCode": 22,
"downloadUrl": "https://github.com/CherretGit/zaprett-app/releases/download/2.10.0/app-release.apk",
"version": "2.11",
"versionCode": 23,
"downloadUrl": "https://github.com/CherretGit/zaprett-app/releases/download/2.11.0/app-release.apk",
"changelogUrl": "https://raw.githubusercontent.com/CherretGit/zaprett-app/refs/heads/main/changelog.md"
}