- Регистрация
- 22.01.2019
- Сообщения
- 1 570
- Благодарностей
- 3 794
- Баллы
- 113
Improved Information Value of the Action Browser → Setup
For settings with modes Enable or Disable, we added the current status indicator displayed in the bottom-right corner of the action icon. This will help the user quickly realize the action’s purpose without any unnecessary clicks.
New Project Names in Instance Previews
New Macros for Plugin Directory
From now on, when a plugin is executed, it receives project.Directory and project.Path from the parent project. To ensure access the path and directory where the plugin is located, we added a new macro
Added Collections of Global Variables in the Code
In the C# code, the object project.GlobalVariables now has a property
From now on, when a plugin is executed, it receives project.Directory and project.Path from the parent project. To ensure access the path and directory where the plugin is located, we added a new macro
{-Project.PluginDirectory-}
and properties project.PluginDirectory and project.PluginPath for working with plugins.Added Collections of Global Variables in the Code
In the C# code, the object project.GlobalVariables now has a property
IEnumerable<string> Namespaces
that allows obtaining a collection of global variables’ namespaces and indexer only accepting the namespace IEnumerable<IGlobalVariable> this[string nameSpace] for obtaining the collection of global variables by namespace.What’s New in 7.1.0.0
Added:
+ Improved Chrome stability
+ Added GPU rendering in Chrome
+ Improved random number generator in all the cubes using randomizing
+ Added new action: Directory -> Check Directory Existence
+ Action Go to Page now ends with an error if the page is not loaded in Chrome
+ Improved error notifications when running projects from the folder of purchases templates
+ Added new macro {-Project.PluginDirectory-} and properties project.PluginDirectory and project.PluginPath.
+ Added obtaining collections of global variables in the code
+ For the cube Browser -> Setup, Enable/Disable function is displayed
+ New project names in instance previews
+ Added auto-opening of settings for certain static blocks
+ Optimized POST/GET request window
+ Added new macros {-Project.PluginDirectory-} and properties project.PluginDirectory and project.PluginPath for plugins.
Fixed:
• Fixed reasons for ZennoPoster thread freezes
• Fixed the problem that led to errors of the Action Designer and obtaining Dom in Chrome
• Installing extension 50505*50505 that led to Chrome freezes is now forbidden
• Fixed operation of HTTP proxies in the alternative method of HTTP requests
• Fixed redetermination of the Host header when redirecting in the alternative method of HTTP requests
• Now the current-hour macro is included in the drop-down list with TimeNow macros
• Fixed the error of saving a template that was caused by certain symbols used in it
• Fixed Switch action design
• Fixed displaying of variables in the context menu “Set Value from Variable’
• Other improvements and fixes
• Fixed several errors of plugins and subprojects
• Fixed PM interface flickering when switching the browser mode
• Fixed search of an erroneous action in a subproject