Releases: akshinmustafayev/EasyJob
Releases · akshinmustafayev/EasyJob
EasyJob 1.0.9
New:
- Now you can rename current tab
- Added new items to main menu
File-> Clear Events lists
Settings->Workflow->Remove current tab
Settings->Workflow->Rename current tab - New icons for the new Main Menu items
- Added 'Add tab' option context menu when right click on Tab item. Context menu changes according for the config.json
- Some code optimizations
- Changed icons for reorder window
- Fixed application crash when an item on the Reorder Tab window was not selected and pressed up or down button
EasyJob 1.0.8
New:
-
Now you can add Tab from the workflow menu
created by @oleitao -
Now you can add button from the workflow menu
-
New icons for the menu items
EasyJob 1.0.7
New Features
- Now you can reorder tabs from the workflow menu
Feature created by @oleitao
Fixes
- Fixed bug with black window on AnswerDialog
EasyJob 1.0.6
- Modified About Windows
- Added possibility to Add button from the GUI. You can block this functionality from the config file:
"block_buttons_add": true - Added icons
- Added Troubleshooting window
- Created PowerShell module EasyJobPS. You can implement input from your script using this module
- Fixed bug when falsely Job Error would show
EasyJob 1.0.5
Changes:
- Updated app with the new UI. Old UI was deleted. Decided not to invent a "bicycle" ;)
- Updated icons
New feature:
- Console will automatically scroll to the bottom. You will always see new and actual output
EasyJob 1.0.4
Added possibility to turn off Tab and Button context menu:
Parameter
"restrictions": {
"block_tabs_remove": false,
"block_buttons_remove": false
},
EasyJob 1.0.3
Added about window (made by oleitao)
EasyJob 1.0.2
New features:
- Now you can run BAT scripts
- Added powershell_arguments parameter to specify arguments for powershell. For example
"powershell_arguments": "-NoProfile -ExecutionPolicy Unrestricted" - Fixed bug with removing Buttons and Tabs with the same names
Thanks for suggestions and help!
EasyJob 1.0.1
New features made by oleitao:
- Now you can remove button. Right Mouse Click on the button, and then "Remove"
- Now you can remove Tab. Right Mouse Click on the tab, and then "Remove Tab"
Changes are saved automatically.
Easy Job 1.0
First release with PowerShell script examples