Changes in version 0.1.0
Added a dedicated editor for objects of type PathRef object.
Major parts of the S2GOS controller packages have been generic with respect to the primary interface used between the client and the gateway server, which is the OGC API - Processes. Hence, S2GOS components can theoretically be used to work with any OGC-compliant processing service. Also, the old package names s2gos-xxx were hard to remember and imply a special context as well was the name "S2GOS" hard-coded into the package code, see #39.
In consequence, we moved the existing repo to a new, dedicated GitHub organisation eo-tools and a new repo Eozilla and gave credits to the S2GOS project, which made Eozilla possible. We renamed the original packages so they are easy to remember and convey a clear, general meaning and refactor out the S2GOS-specific parts.
The new Eozilla packages are
appligator(application packaging),cuiman(client user interfaces),gavicore(common core components),procodile(process dev framework),wraptile(gateway server that wraps processing systems).
The S2GOS controller package s2gos-client now uses the Eozilla package cuiman and s2gos-server now uses the Eozilla package wraptile.
Full Changelog: v0.0.5...v0.1.0