You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. Such a change is technically semver major. I'm in the middle of major changes for 2.0, so I can definitely make this change in 2.0, but that won't be ready for a long time. For now it might be better to just patch in Lectrote's formats.js?
Lectrote is also a couple versions behind. I'll make a PR sometime soon.
curiousdannii
changed the title
Changes for the updated GlkOte, GiLoad, etc
Update API to match Quixe
Dec 29, 2020
These follow the changes in erkyrath/glkote#46 , erkyrath/quixe#48 .
In zvm.js, the lines:
...must be changed to
ZVM.prepare() is now an obsolete name; you call ZVM.init(image, opts) first. ZVM.start() is now correctly named and doesn't have to be changed.
(I have made this change in the lectrote repo; see erkyrath/lectrote@ad7f87a .)
Also, in dispatch.js:
...should now look like
(In the Lectrote repo, I handled this with a patch line in zplay.html.)
The text was updated successfully, but these errors were encountered: