Releases: D-Jeffrey/gedcom-to-visualmap
Releases · D-Jeffrey/gedcom-to-visualmap
v0.2.7.2
Improved
Improved GUI layout and adjustable font family and size
Faster lookup with an extremely high degree of success (95-97%) turning an address into a GPS location
Periodic autosaving cache
Update images and documentation
Fixed
Various bug fixes
What's Changed
- Pulling all the changed to current level by @D-Jeffrey in #39
- Geocache save sooner at end of parsing by @colin0brass in #42
- Font options settings for InfoBox by @colin0brass in #40
- Rolling up to release by @D-Jeffrey in #43
- Fix/info box font options by @D-Jeffrey in #44
- Fix/gedcom save cache at end by @D-Jeffrey in #45
- Devmerge by @D-Jeffrey in #46
Full Changelog: v0.2.7.1...v0.2.7.2
v0.2.7.1
Release 0.2.7.1
- Better feedback during load and geocode
- regrouped and fix GUI layout issues
- save addressbook perodically during long load and lookup
- Midlife events are in HTML and KML again
- Time remaining estimation improved
- Traceback on complex errors
What's Changed
- Merge devmerge by @colin0brass in #31
- Release 0.2.7.1 by @D-Jeffrey in #36
New Contributors
- @colin0brass made their first contribution in #31
Full Changelog: v0.2.7.0.3...v0.2.7.1
Major release & Upgrade 0.2.7.0.3
Combined together several weeks of effort
New
- new KML approach to rendering
- built a new version for looking up addressing, much better lookup results
- YAML configuration file for address resolving
- added the output and plotting of born and death stats in a matrix
- added fonts selection for the application (pick your family and size to fit your screen)
Improved
- removed need for global variables
- QA
- regrouped rendering options
- many bug fixes
V0.2.6.9.2
bug fixes for Popen
change to Person from Human
v0.2.6.9
This is a major code change as the core classes are renamed.
Improved
- improved options stats
- About
Refactor and Change
- refactor Pos with LatLon
- refactor Human into Person and humans into people
- preparing for replacement modules from @colin0brass
v0.2.6.8
KML Improvements
Improved
- Enriched Balloon in KML with proper linked to children and parents
- Add folders to KML
- Add children to Person Dialog
- Add age checking (problems flag in yellow for the lineage people)
- Dynamic KML/HTML options
- Refactored long standing inconsistency related to drawing the first person in KML
Full Changelog: v0.2.6.7...v0.2.6.8
v0.2.6.7
Improved
- Input/Output as Buttons
- Updates Samples output
- Fixed issue when loading GED with missing children records
Improved KML
- Added Balloon FlyTo and added children to KML and improve features and labels - idea: @colin0brass
- Added FlyTo, Line Weigth & Trace cmdline to configuration
- Working on KML functions and reworking GUI.
- optional timeline
Improved HTML
- Fix HTML to use markers properly
v0.2.6.3
v0.2.6.2
Added
- Added new naming utilities for better name processing, including Soundex and name simplification.
- person attributes age in PersonDialog,
- Fixed age calc in Person dialog for parents, scroll grid on parents, click on a parent to bring up their details in a seperate window
- Improved last Name grouping on Folium maps, added soundex matching option
Improved
- @colin0brass - Fixes to make it work properly on a Mac as well as a number of other pure programmer errors identified
- address caching mechanism in GEDComGPSLookup to prevent unnecessary saves.
- functionality to open parent details from the FamilyPanel.
- Enhanced PersonDialog to display titles and fetch photos from URLs or local paths.
- Adjusted for variation in BC or negative dates
Updated
- Updated FamilyPanel to include additional columns for Description and ID, and enhanced age calculation logic.
- Create dymanic legend on HTML
- Various minor bug fixes and code cleanups across multiple files.
v0.2.6.0
v0.2.6.0
New
- :main program gv.py
- Cluster markers in html
Improved
- bumped folium version
- Added a dynamic Legend to replace the static pixely image
- Large refactored of FoliumExp, including:
- Readablity
- Tiles selection (move to GUI for selection),
- Added Cluster Markers,
- Additional icons for location types
Fixed
-
- fixed the logging level settings and reapply of log settings