Skip to content

Releases: CameronD73/529renew

V2.0.0 - all webSQL code removed.

07 Nov 08:04
Compare
Choose a tag to compare
  • Has no webSQL code.
  • Sqlite-WASM v 3.44.0
  • Does not work fully because 23andMe have disabled segment display.
  • Bug in V1.9.x fixed = "finalise" button did not do what was expected, also had applied ICWscanned to too many relatives.
  • Most functionality restored, some new features.
  • Sqlite DB file can be backed up and restored.
  • Some code to manipulate the page appearance depending on DB information.
  • Settings/Options changed:
  1. BaseAddressRounding - has been removed - always zero.
  2. RelativesPixelPadding - change the padding above and below each person on the relatives list
  3. NotesLength - display Notes on DNARelatives list page.
  4. Star means have-triangulated - If you previously use the star to indicate that you had triangulated.
  5. Action for duplicate imports - whether csv imports update older values or not.

V1.9.1 - fix bug in 529 CSV import

13 Oct 12:56
Compare
Choose a tag to compare

I had used the old routine, so import was being written back into the webSQL db instead of the new one. Must have related to a change in loading order of the files after I tested the new rioutine.

V1.9.0 - migration from WebSQL to sqlite3-wasm

11 Oct 02:23
Compare
Choose a tag to compare

This is an interim release to permit migration of data stored using the deprecated webSQL api to one based on sqlite3-wasm.
Its only function is to permit migration before webSQL to removed entirely.
Normal functionality is suspended

V1.3.0 - Fix for yes/no changing to Compare in DNA overlaps

11 Sep 09:51
Compare
Choose a tag to compare
  • 23 and Me recently changed the table for "relatives in common" so that the "DNA Overlap" no longer indicates "yes" or "no". Instead both are replaced by "Compare". This version supports this change.
  • Added a whatsnew page that pops up when the update is done, to explain how the changes affect the operation fo 529renew.
  • modified the meaning of "minimum shared DNA (pct)" option to fit with the new process.

V1.2.6 - added to Chrome store 2023-04-13

13 Apr 07:42
Compare
Choose a tag to compare

Update to resolve inconsistencies in file names on case-sensitive systems.

V1.2.5 - added to Store 2023-01-16

16 Jan 08:14
Compare
Choose a tag to compare
  • Fixed a problem where a test no longer worked for a user failing to select "find relatives in common" before triangulation
  • Improved detection of missing results tab (no longer hangs)
  • modifications to segment match tables.

V1.2.1 - to Chrome store Jan 2023

14 Jan 15:16
Compare
Choose a tag to compare
  • Fixed recording of "lastCSVExport" date - program was ignoring "all chromosome" requests but incorrectly recording when data for a single chromosome was exported.
  • Transferred general settings to popup page
  • Added debug settings to popup UI. (settings storage object changed from version 0 to 1)
  • Removed the "get 23andMe comparison" button from overlapping segments table (results tab) because it never seemed to do anything.
  • Implemented the minimum segment overlap operation, to remove segments that only just touch each other. Improved efficiency of segment match code
  • Add user setting for minimum non-overlap saving. When using shift-click on triangulate, segments between matches that do not overlap are also stored.
    This setting allows the user to limit this operation to only cases that have at least a certain percentage shared. Also added option
    "Always Save", so that you do not have to remember to use the shift key.
  • Added option: closeTabImmediate - if set to true, then the tab will be closed as soon as the triangulation completes.
  • Save all percentage shared DNA values listed in the relatives-in-common table. Not used in any way yet, but may have value later.

reduce duplicated segment loading

22 Oct 04:52
Compare
Choose a tag to compare

Fixed logic flaw where segments were unconditionally retrieved froim 23andMe, even if we had them already.
Added option to force segment reload.

V1.0.0 - first working extension in Chrome Store

19 Oct 08:56
Compare
Choose a tag to compare

first public release in the Chrome Store