Releases: DavidMStraub/gramps-gedcom7
Releases · DavidMStraub/gramps-gedcom7
v0.3.0
This release is a huge step towards complete GEDCOM 7 import coverage, as far as the Gramps data model allows. Moreover, the addition of a standalone web app for converting GEDCOM 7 files to Gramps XML files, that can be run locally or accessed in the cloud, allows using the library even without running Gramps or Gramps Web.
Enhanced GEDCOM 7 Structure Support
- Place Hierarchy: Added support for full place hierarchy (#17)
- Individual Structures: Implemented ASSO (association) and ALIA (alias) structures (#15)
- Media Type Phrases: Implemented phrase support in media type (#16)
- Family Phrases: Added PHRASE handling in family structures (#14)
- Event Time: Implemented event time handling (#13)
- Date Phrases: Added support for date phrase structures
- Attributes: Added attribute handling in family and individual records (#12)
- Repository Addresses: Implemented address handling in repositories (#11)
- Submitter: Added submitter handling (#10)
- Media Reference Titles: Implemented title support in media references
- Citation Events: Added event handling in citation structures (#9)
- Sex Values: Fixed treatment of unknown sex values (#8)
- RESN Structure: Fixed bug in treatment of RESN (restriction) structure (#7)
Web App
- Streamlit App: Added a Streamlit web application for GEDCOM processing
v0.2.0
What's Changed
- feat: Add support for contact fields (PHON, EMAIL, FAX, WWW) by @glamberson in #3
- feat: Add support for external IDs (EXID and REFN) by @glamberson in #4
- feat: Add support for event attributes (AGNC, RELI, CAUS) by @glamberson in #5
New Contributors
- @glamberson made their first contribution in #3. Thank you! 🎉
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the first version that's worth testing.
See the TODO comments in the source code to see what's missing.
v0.0.3
This release is created to test the PyPI deploy workflow.
v0.0.2
This release is created to test the PyPI deploy workflow.
v0.0.1
This release is created to test the PyPI deploy workflow.