- Регистрация
- 13.01.2009
- Сообщения
- 2 285
- Благодарностей
- 2 732
- Баллы
- 113
New
[+] Added option Record -> “Insert project directory macro automatically ”. While recording {-Project.Directory-} macro will be used automatically if file placed in the same directory or its subdirectory where the project is.
[+] Added method instance.GetCookie, now you can get cookies for POST/GET requests using just 1-line c# snippet:
return instance.GetCookie(“example.com”, true);
[+] Added “critical” priority for tasks in ZennoPoster.
[+] Decaptcher module returns error codes correctly, instead of Object reference not set to an instance of an object error.
[+] Added helper class ZennoLab.CommandCenter.PhpHelper to syncronize threads in php projects of CodeCreator.
[+] Ability to edit input settings added to the task manager tab.
[+] Added check of incompatible software installed.
Bug fixes
[*] Fixed HTTP POST for casу with multipart/form-data and loading of binary files.
[*] Fixed error when was impossible to change settings for several proxy sources.
[*] “Unpacking error” fixed.
[*] Fixed some errors of php code execution.
[*] Fixed error of providing wrong UserAgent using SSL Handshake via http proxy. It works properly if 1 thread set per base. Do not worry end server never saw real user agent, only proxy in some cases.
[*] Running of internal program goes by bad end in case of failed run.
[+] Added option Record -> “Insert project directory macro automatically ”. While recording {-Project.Directory-} macro will be used automatically if file placed in the same directory or its subdirectory where the project is.
[+] Added method instance.GetCookie, now you can get cookies for POST/GET requests using just 1-line c# snippet:
return instance.GetCookie(“example.com”, true);
[+] Added “critical” priority for tasks in ZennoPoster.
[+] Decaptcher module returns error codes correctly, instead of Object reference not set to an instance of an object error.
[+] Added helper class ZennoLab.CommandCenter.PhpHelper to syncronize threads in php projects of CodeCreator.
[+] Ability to edit input settings added to the task manager tab.
[+] Added check of incompatible software installed.
Bug fixes
[*] Fixed HTTP POST for casу with multipart/form-data and loading of binary files.
[*] Fixed error when was impossible to change settings for several proxy sources.
[*] “Unpacking error” fixed.
[*] Fixed some errors of php code execution.
[*] Fixed error of providing wrong UserAgent using SSL Handshake via http proxy. It works properly if 1 thread set per base. Do not worry end server never saw real user agent, only proxy in some cases.
[*] Running of internal program goes by bad end in case of failed run.