5 Commits
6.4.0 ... main

Author SHA1 Message Date
CherretGit
9fe7810374 Update update's.json and changelog 2026-01-20 16:24:09 +00:00
CherretGit
84389db3a0 Update print statement from 'Hello' to 'Goodbye' 2026-01-20 23:15:59 +07:00
CherretGit
349e55a968 fix zaprett-hosts 2026-01-20 22:06:43 +07:00
egor-white
0dabe2f4e7 migrate tv version to default package 2026-01-19 16:15:10 +03:00
CherretGit
389e350746 Update update's.json and changelog 2026-01-18 18:46:36 +00:00
8 changed files with 3407 additions and 234 deletions

View File

@@ -56,6 +56,7 @@ jobs:
mkdir -p zaprett/zaprett/lists/include
mkdir -p zaprett-hosts/system/bin
mkdir -p zaprett-hosts/system/etc
mkdir -p zaprett-hosts/zaprett/bin
mkdir -p zaprett-hosts/zaprett/lists/include

View File

@@ -56,6 +56,7 @@ jobs:
mkdir -p zaprett/zaprett/lists/include
mkdir -p zaprett-hosts/system/bin
mkdir -p zaprett-hosts/system/etc
mkdir -p zaprett-hosts/zaprett/bin
mkdir -p zaprett-hosts/zaprett/lists/include

View File

@@ -1 +1 @@
Список изменений: 1. Использование команды restart 2. Исправление customize.sh 3. Обновление hosts-файла
1. Исправление hosts версии 2. Обновление hosts файла

File diff suppressed because it is too large Load Diff

View File

@@ -38,4 +38,7 @@ mv $MODPATH/system/bin/$zaprett_bin $MODPATH/system/bin/zaprett
rm $MODPATH/system/bin/zaprett-*
mkdir $MODPATH/tmp
ui_print "Cleaning temp files..."
rm -rf $MODPATH/zaprett
ui_print "Installation done. Join us in Telegram: https://t.me/zaprett_module"

View File

@@ -1,6 +1,6 @@
{
"version": "6.3",
"versionCode": 63,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.3.0/zaprett-hosts.zip",
"version": "6.5",
"versionCode": 65,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.5.0/zaprett-hosts.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}

View File

@@ -1,6 +1,6 @@
{
"version": "6.0",
"versionCode": 60,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.0.0/zaprett.zip",
"version": "6.4",
"versionCode": 100,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.4.0/zaprett.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}

View File

@@ -1,6 +1,6 @@
{
"version": "6.3",
"versionCode": 63,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.3.0/zaprett.zip",
"version": "6.5",
"versionCode": 65,
"zipUrl": "https://github.com/egor-white/zaprett/releases/download/6.5.0/zaprett.zip",
"changelog": "https://raw.githubusercontent.com/egor-white/zaprett/refs/heads/main/changelog.md"
}