Skip to content

Releases: TakNone/LiveProto

Stable

29 Dec 20:46

Choose a tag to compare

🎊 LiveProto V0.0.24

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.23...v0.0.24

Stable

20 Nov 09:20

Choose a tag to compare

🎊 LiveProto V0.0.23

  • Fixed Business Bot Callback Query
  • Set Fake Tls EOF

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.20...v0.0.23

Stable

14 Nov 08:28

Choose a tag to compare

🎊 LiveProto V0.0.22

  • Fixed Short Updates entity
  • Fixed Downloading & Uploading
  • FIxed DB

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.19...v0.0.22

Stable

13 Nov 22:01

Choose a tag to compare

🎊 LiveProto V0.0.21

  • Fixed Short Updates entity
  • Fixed Downloading & Uploading

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.19...v0.0.21

Beta

07 Nov 09:48

Choose a tag to compare

🎊 LiveProto V0.0.20

  • Fixed DC

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.18...v0.0.20

Stable

22 Oct 19:28

Choose a tag to compare

🎊 LiveProto V0.0.18

  • Fixed CPU usage

  • Fixed Local Peers

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.15...v0.0.18

Stable

16 Oct 23:28

Choose a tag to compare

🎊 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/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.15...v0.0.17

Stable

27 Sep 19:22

Choose a tag to compare

🎊 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/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.14...v0.0.15

Stable

13 Sep 11:56

Choose a tag to compare

🎊 LiveProto V0.0.14

  • Fixes

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.11...v0.0.14

Stable

12 Sep 16:01

Choose a tag to compare

🎊 LiveProto V0.0.13

  • Fixes
  • Add Checking

Install via Composer :

composer require taknone/liveproto

Install 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

TL : https://tl.liveproto.dev

Full Changelog : v0.0.11...v0.0.13