Releases: TakNone/LiveProto
Stable
🎊 LiveProto V0.0.24
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.23...v0.0.24
Stable
🎊 LiveProto V0.0.23
- Fixed Business Bot Callback Query
- Set Fake Tls EOF
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.20...v0.0.23
Stable
🎊 LiveProto V0.0.22
- Fixed Short Updates entity
- Fixed Downloading & Uploading
- FIxed DB
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.19...v0.0.22
Stable
🎊 LiveProto V0.0.21
- Fixed Short Updates entity
- Fixed Downloading & Uploading
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.19...v0.0.21
Beta
🎊 LiveProto V0.0.20
- Fixed DC
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.18...v0.0.20
Stable
🎊 LiveProto V0.0.18
-
Fixed CPU usage
-
Fixed Local Peers
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.15...v0.0.18
Stable
🎊 LiveProto V0.0.17
-
Add support multi connection for uploading
-
Add some custom methods
-
Optimizing memory ( RAM ) usage
-
Add auto cache of peers
-
Fix business connection
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.15...v0.0.17
Stable
🎊 LiveProto V0.0.15
-
Add support TLS fake handshake for MTProxy
-
Add some custom methods
-
Optimizing memory ( RAM ) usage
-
Add support socks4 proxy with TLS for all proxies
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.14...v0.0.15
Stable
🎊 LiveProto V0.0.14
- Fixes
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.11...v0.0.14
Stable
🎊 LiveProto V0.0.13
- Fixes
- Add Checking
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.phar')){
require_once 'liveproto.phar';
} else {
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
require_once 'liveproto.php';
}Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.11...v0.0.13