Releases: akshinmustafayev/EasyJob
Releases · akshinmustafayev/EasyJob
EasyJob 1.1.9
- Refactored context menu code
- Added possibility to Copy buttons
- Added possibility to Paste copied buttons into any tab
- Added copy button restriction parameter
"block_buttons_copy": false
- Added paste button restriction parameter
"block_buttons_paste": false
- Added Help video for "Copy button" and "Paste button" restriction parameters
EasyJob 1.1.8
Fixed AnswerDialog answers UI.
Now it will show scrollbar when answers are way too many.
EasyJob 1.1.7
- Added Color tags window
- Added possibility to hide Color Tags menu item from the main menu
EasyJob 1.1.6
- Added select file dialog for button script on Add Button and Edit button dialogs
- Added accessible names to many controls and set focus to false for controls where it wasn't necessary to have keyboard access by @digitaldarragh
EasyJob 1.1.5
- Added play button on the Help Dialog
- Changed OK accent color to blue for the Answer window
- Added possibility to set output text color via tags
- Added "console_ignore_color_tags" parameter
- Added video manual for the console_ignore_color_tags parameter
- Cleaned unused classes for the WpfRichText control
- Refactored code for Context Menus
- Added "Rename tab" item to the Tab context menu
- Added "block_tabs_rename" restriction parameter
- Rewrited EasyJobPSTools powershell module and added into the project. Removed old powershell module
- Main Windows will not reload if nothing changed on "Reorder Tabs" and "Reorder Buttons" windows
- After button reordering, those Tab will be selected on which buttons are located
- Current tab name will be shown in the input box of the Rename Tab window
- Added color tags examples to the scripts
EasyJob 1.1.4
New features:
- Now there is colored console support. To add colored text to console use HTML. Example:
Write-Host "<span style=`"color:red;`">Some error</span>"
Write-Host "<span style=`"color:yellow;`">Some warning alert</span>"
Note: see example in the release
Fixes:
- Fixed bug when scrollbar would appear at the end of the inner text, not the control itself
Changes:
- Added blue color accent to Save button on "Edit button" window
- Some code cleanup
- Added help to all items on the Edit Button window
EasyJob 1.1.3
New features:
- Changed help window design. It is more flexible now
- Added help to all configuration items
- Added video help
Fixed:
- IMPORTANT: fixed bug when not all data would output to console
- Fixed bug when could not change script type from Bat to PowerShell
Small changes:
- Increased width of some windows
- Added blue color accent to buttons on some windows
- Refactored some functions
EasyJob 1.1.2
Changes:
- Updated license type from apache 2.0 to GNU GPLv3
- Fixed typo on Create new tab window
- Added help on Add button dialog. "?" button will show information about parameter with examples
- Added configuration window. You can configure all settings from the configuration window
- Added possibility to hide Configuration window:
"hide_menu_item_settings": false,
- Small code optimizations
EasyJob 1.1.1
- Now you can reorder buttons from the both context and main menu
- Now you can hide almost all menu items as well as items from the context menu. Added parameters:
"block_buttons_reorder": false,
"hide_menu_item_file_reload_config": false,
"hide_menu_item_file_open_app_folder": false,
"hide_menu_item_file_clear_events_list": false,
"hide_menu_item_settings": false,
"hide_menu_item_settings_workflow": false,
"hide_menu_item_settings_workflow_reorder_tabs": false,
"hide_menu_item_settings_workflow_add_tab": false,
"hide_menu_item_settings_workflow_remove_current_tab": false,
"hide_menu_item_settings_workflow_rename_current_tab": false,
"hide_menu_item_settings_workflow_add_button_to_current_tab": false,
"hide_menu_item_settings_workflow_reorder_buttons_in_current_tab": false,
"hide_menu_item_help": false,
"hide_menu_item_help_troubleshooting": false,
"hide_menu_item_help_about": false
EasyJob 1.1.0
- Now you can edit buttons from the context menu. Settings are saved automatically
- Added icons to context menu