Skip to content

Releases: StaticRocket/seva

v0.2.3

09 Nov 16:53
Compare
Choose a tag to compare
seva-launcher: Skip url redirect

So long as the web interface is being generated with flutter we can skip
the redirect and go straight to /#/ .

Signed-off-by: Randolph Sapp <[email protected]>

v0.2.2

07 Nov 23:03
Compare
Choose a tag to compare
seva-launcher: Fix the container ID being lost

If this is the first time a user is launching a container then the noise
from the pull command's output will break the container ID grabbing
mechanism.

Signed-off-by: StaticRocket <[email protected]>

v0.2.1

07 Nov 22:28
Compare
Choose a tag to compare
seva-web: Use card view for application selection

Purely aesthetic changes.

Signed-off-by: StaticRocket <[email protected]>

v0.2.0

07 Nov 08:42
Compare
Choose a tag to compare
all: Rework websocket interfaceo

Rework the websocket interface to be a little more stateless, using
command + arguments in a single JSON burst and echoing that back with
the results. Not that it really matters since we only allow one
connection at at time.

Signed-off-by: StaticRocket <[email protected]>

v0.1.3

02 Nov 22:13
Compare
Choose a tag to compare
seva-web: Makefile: Don't rely on external JS

Change web renderer to html so that external JS isn't pulled at runtime.
This helps with speed and will be necessary when offline support is
added.

Signed-off-by: Randolph Sapp <[email protected]>

v0.1.2

02 Nov 05:00
Compare
Choose a tag to compare
seva-launcher: Replace all fatal logs

Replace all fatal log exits with normal log and graceful exit.

Signed-off-by: StaticRocket <[email protected]>

v0.1.1

01 Nov 20:41
Compare
Choose a tag to compare
seva-launcher: Makefile: Cross compile properly

Signed-off-by: StaticRocket <[email protected]>