Skip to content

Releases: akshinmustafayev/EasyJob

EasyJob 1.0.9

10 Oct 17:31
f5169dd
Compare
Choose a tag to compare

New:

  1. Now you can rename current tab
  2. Added new items to main menu
    File-> Clear Events lists
    Settings->Workflow->Remove current tab
    Settings->Workflow->Rename current tab
  3. New icons for the new Main Menu items
  4. Added 'Add tab' option context menu when right click on Tab item. Context menu changes according for the config.json
  5. Some code optimizations
  6. Changed icons for reorder window
  7. Fixed application crash when an item on the Reorder Tab window was not selected and pressed up or down button

EasyJob 1.0.8

10 Oct 08:42
2b738fa
Compare
Choose a tag to compare

New:

  1. Now you can add Tab from the workflow menu
    created by @oleitao

  2. Now you can add button from the workflow menu

  3. New icons for the menu items

EasyJob 1.0.7

09 Oct 16:07
f5ddd7b
Compare
Choose a tag to compare

New Features

  1. Now you can reorder tabs from the workflow menu
    Feature created by @oleitao

Fixes

  1. Fixed bug with black window on AnswerDialog

EasyJob 1.0.6

09 Oct 14:49
d32bae5
Compare
Choose a tag to compare
  1. Modified About Windows
  2. Added possibility to Add button from the GUI. You can block this functionality from the config file:
    "block_buttons_add": true
  3. Added icons
  4. Added Troubleshooting window
  5. Created PowerShell module EasyJobPS. You can implement input from your script using this module
  6. Fixed bug when falsely Job Error would show

EasyJob 1.0.5

07 Oct 17:59
870f79b
Compare
Choose a tag to compare

Changes:

  1. Updated app with the new UI. Old UI was deleted. Decided not to invent a "bicycle" ;)
  2. Updated icons

New feature:

  1. Console will automatically scroll to the bottom. You will always see new and actual output

EasyJob 1.0.4

06 Oct 17:13
076fe27
Compare
Choose a tag to compare

Added possibility to turn off Tab and Button context menu:
Parameter

"restrictions": {
    "block_tabs_remove": false,
    "block_buttons_remove": false
  },

EasyJob 1.0.3

05 Oct 17:21
b77af0c
Compare
Choose a tag to compare

Added about window (made by oleitao)

EasyJob 1.0.2

04 Oct 16:57
14de570
Compare
Choose a tag to compare

New features:

  1. Now you can run BAT scripts
  2. Added powershell_arguments parameter to specify arguments for powershell. For example
    "powershell_arguments": "-NoProfile -ExecutionPolicy Unrestricted"
  3. Fixed bug with removing Buttons and Tabs with the same names

Thanks for suggestions and help!

EasyJob 1.0.1

04 Oct 07:16
03b2925
Compare
Choose a tag to compare

New features made by oleitao:

  1. Now you can remove button. Right Mouse Click on the button, and then "Remove"
  2. Now you can remove Tab. Right Mouse Click on the tab, and then "Remove Tab"

Changes are saved automatically.

Easy Job 1.0

02 Oct 14:33
d888b2f
Compare
Choose a tag to compare

First release with PowerShell script examples