v3.7.1 #81
svdC1
announced in
Announcements
v3.7.1
#81
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This release makes the packaged desktop
GUIread theModal-hosted app'slogs without needing a
Pythoninterpreter on the machine, and makesdeletions feel instant on a hosted deployment by removing rows optimistically
instead of waiting for the server round trip. It has no breaking changes
Fixed
Launcher→ Reading theModal-hosted app's logs from the packageddesktop
GUIfailed with aNo Python Interpretermessage because the logswere the one
Modalaction that still shelled out to themodalCLI.Logs are now read through the
SDKin-process like the stop and volume actions,with the
CLIkept as a fallback, and a followed stream polls in-process when noCLIcan be spawnedFrontend→ Deleting a file, transcript, or clip only updated theinterface after the delete and a follow-up list refetch had both completed,
which on a hosted deployment left the row visible for noticeable time after
the click. Rows now leave the list immediately and are restored if the
delete turns out to have failed
This discussion was created from the release v3.7.1.
All reactions