Skip to content

Releases: TeselaGen/ove-electron

1.2.4

26 Jul 20:56
Compare
Choose a tag to compare

Adds back linux version

1.2.2

19 Jul 23:43
Compare
Choose a tag to compare

Allows for opening Teselagen .json sequence files

1.2.1

06 Jul 22:47
Compare
Choose a tag to compare
  • Adds new auto annotation functionality from CSV or APE file (#17)

1.1.1

26 Apr 18:00
Compare
Choose a tag to compare

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

27 Jan 20:14
Compare
Choose a tag to compare

Fixes missing package issue #15 (comment)

1.0.0

27 Jan 02:11
Compare
Choose a tag to compare

Update to fix github.com//issues/15; Upgrades to electron 11

Deprecated release (breaking! #15 (comment))

Hopefully a working patch will be out soon.

0.1.10

31 Jul 04:25
Compare
Choose a tag to compare

Fixes issues:

0.1.9

13 Apr 17:22
Compare
Choose a tag to compare
  • Fixes new feature note creation

0.1.8

10 Apr 21:07
Compare
Choose a tag to compare
  • Adds improved Annotation Notes UI and saving

0.1.6

18 Dec 03:35
Compare
Choose a tag to compare
v0.1.6

adding save functionality; bumping ove version to get multiple fixes-…