Commit 6910c8ca authored by Lefebvre, Robert Alexander's avatar Lefebvre, Robert Alexander
Browse files

Merge branch 'Workbench-5.3.1' into 'master'

Workbench 5.3.1

See merge request !23
parents 75278e3a ed522210
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,6 +17,13 @@ Start the NEAMS Workbench.
>Note: The first time Workbench is started on your machine an install-specific environment is setup.
      This can take a few minutes, so please be patient. A message stating `Testing for python using ...` will be presented in the terminal from which Workbench has been launched.

## NEAMS Workbench 5.3.1

#### Fixed:
- Issue where TextEditor `View` button would fail to generate MOOSE mesh due to mesh file name being listed in a comment or lacked preceding whitespace to the file name
- Deprecated use of MOOSE `--no-color` command line argument that produced warning and stack trace and failed to turn off color codes in Workbench's Messages panel
- Missing command line echo when using TextEditor's `Run > Mesh-only` alternate MOOSE runtime invocation
- Issue where job return code was failing to propagate causing the opening of corrupt/incomplete results files to cause crash

## NEAMS Workbench 5.3.0
#### Added:
Loading