diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 00000000..2af58e07 --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,11 @@ +**GudPy Release 0.5.0** + +Large GudPy backend rework. + +- Project folder support for inputs and outputs +- All processes done safely in temporary directory +- Rework GUI threading process +- Encapsulate code to create full separation between frontend and backend +- Separate gui.core.mainWindow into controller and view +- Process execution responsibilities are now all are handed in core.gudpy +