OVE Electron Changelog

What's new in OVE Electron 1.5.4

Dec 1, 2022
  • Download the .exe file
  • Choose to keep the file (if it warns you it might be malicious)
  • Open it (it should start the installer)

New in OVE Electron 1.2.6 (Aug 31, 2021)

  • Releasing with updated deps.

New in OVE Electron 1.2.5 (Aug 19, 2021)

  • Fixes #31 and updates to the latest deps

New in OVE Electron 1.2.4 (Jul 27, 2021)

  • Adds back linux version

New in OVE Electron 1.2.2 (Jul 20, 2021)

  • Allows for opening Teselagen .json sequence files

New in OVE Electron 1.2.1 (Jul 6, 2021)

  • Adds new auto annotation functionality from CSV or APE file (#17)

New in OVE Electron 1.1.1 (Apr 26, 2021)

  • 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!

New in OVE Electron 1.0.1 (Jan 28, 2021)

  • Fixes missing package issue #15

New in OVE Electron 1.0.0 (Jan 27, 2021)

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

New in OVE Electron 0.1.10 (Jul 31, 2020)

  • Fixed:
  • OVE not opening files with 'open file'.
  • Ove-electron cannot save feature notes in genbank files.

New in OVE Electron 0.1.9 (Apr 13, 2020)

  • Fixes new feature note creation

New in OVE Electron 0.1.8 (Apr 11, 2020)

  • Adds improved Annotation Notes UI and saving

New in OVE Electron 0.1.6 (Feb 24, 2020)

  • adding save functionality; bumping ove version to get multiple fixes-…
  • - drag fix -- window resize fix