Releases: TeselaGen/ove-electron
1.2.4
1.2.2
1.2.1
1.1.1
Fixes saving issue #18
A few notes:
Unfortunately I am unable to publish a linux version of the tool to snapcraft due to snapcraft m1 incompatibilities (https://forum.snapcraft.io/t/not-able-to-run-snapcraft-login-on-mac-m1/24001/3). I think the AppImage should still work for linux though?
I refactored how the main process and the renderer interact to adhere to new electron best practices. The code should be cleaner and more future proof now.
Due to changes in how I initialize the renderer process it's possible VERY large sequences wouldn't work with OVE electron but it is unclear to me whether there is a limit here or not (https://stackoverflow.com/questions/38335004/how-to-pass-parameters-from-main-process-to-render-processes-in-electron/59347064#comment118661293_59347064)
I wasn't able to find an easy way to test native dialog interactions on electron and so have suspended the push to do so. I think it could be done by stubbing all the functionality of the native dialogs but it seems like a lot of effort to do it so I am holding off for now.
This release includes a native m1 version of the app (ARM mac download) and boy is it snapppppy!
Cheers!
1.0.1
Fixes missing package issue #15 (comment)
1.0.0
Update to fix github.com//issues/15; Upgrades to electron 11
Deprecated release (breaking! #15 (comment))
Hopefully a working patch will be out soon.