The second Alpha release of Thor GUI.
Fixed the following bugs:
- The 'Begin Odin protocol' button does not change after a session is running. Should read: 'End Odin protocol' and send command "end", when session is already running.
- Some lines of output text are not colored. For example 'Successfully began an Odin session!'. (For now. I'm sure that there are more :smile:)
Technical changes:
- The top three buttons (Starting with "Start Thor") simply run one of two commands now. For example, the "Connect" button runs either "connect" or "disconnect". This is better then having them run a function, because now a user may choose to run a command, say "end", from the "Send Command" entry instead, and it will still work as expected.
- The "Options" tab's functionality has now been improved.