Betty

Latest version: v0.4.13

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 15

0.4.0a13

What's Changed
* Test on Python 3.13 stable by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2077
* Fix an unawaited coroutine by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2087
* Fix a bug that caused Betty to always warn no theme was enabled by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2088
* Add a `private` decorator for items whose names cannot be prefixed with an underscore by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2090
* Add a `threadsafe` decorator by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2091
* Make `TemplateTestBase` internal until we've refactored it by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2092
* Deprecate `wait_to_thread()` and make it internal until we can remove it by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2093
* Improve test coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2094
* Improve `betty.ancestry` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2095
* Improve `betty.jinja2` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2096
* Improve `betty.render` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2097
* Improve `betty.date` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2098
* Simplify `TestCoverage` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2099
* Simplify `TestCoverage` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2100
* Improve `betty.app.config` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2101
* Improve `betty.app.App` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2102
* Remove `serde.dump.minimize()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2105
* Improve `betty.config` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2103
* Improve `betty.subprocess` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2107
* Fix a bug where assertion contexts were formatted in reverse by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2108
* Improve `betty.assertion` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2109
* Improve `betty.jinja2` coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2110
* Refactor `TemplateTestBase` for public consumption by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2111
* Remove the sleep from `RateLimiter` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2112
* Remove `Configuration.update()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2113
* Allow plugins to be ordered with respect to each other by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2114
* Organize the Demo extension by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2115
* Add copyright notices to all images downloaded from Wikipedia by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2116
* Fix a bug where ProxyPluginRepository would attempt to create new instances using the wrong factories by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2117
* Add SPDX licenses by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2078
* Remove `FamilyTreeConfiguration.__eq__()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2120
* Improve core component resource management by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2124
* Add images to the demonstration site by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2121


**Full Changelog**: https://github.com/bartfeenstra/betty/compare/0.4.0a12...0.4.0a13

0.4.0a12

What's Changed
* Fix a race condition in the caches by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2036
* Rename `enclosed_by` and `encloses` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2038
* Add types for required and optional associations by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2014
* Add `has_generated_entity_id()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2039
* Add a top-level Privacy API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2042
* Simplify the internal type variables used by the Association API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2044
* Add API methods to manage `Schema`'s title and description by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2045
* Automatically dump linked data for entity associations and static translations by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1946
* Simplify static translations by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2043
* Add license plugins by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2046
* Improve plugin test coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2047
* Add copyright notices and licenses to files by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2048
* Make core components emit warnings as well as raise exceptions by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2050
* Refactor Cotton Candy's Search API in preparation for expansions by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2051
* Add sources and notes to the search index by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2053
* Improve the DX of the Generate API's file helpers by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2052
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2054
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2056
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2059
* Test on Python 3.13.0rc3 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2061
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2062
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2064
* Be more specific than `BaseException` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2065
* Add `functools.passthrough()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2067
* Add `ensure_await()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2066
* Rename `Uniquifier` to `unique()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2068
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2069
* Remove `betty.asyncio.gather()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2058
* Revert "Remove `wait_to_thread()` usage" by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2070
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2072
* Remove `wait_to_thread()` usage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2073
* Make URL generators accept `MediaType` instead or raw media type strings by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2076
* Add a lock orchestrator by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2080
* Rename `LockOrchestrator` to `Ledger` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2081
* Refactor `betty.wikipedia`'s `Image` and `Summary` into dataclasses by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2082
* Remove `_LinkedDataObjectSchema` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2085


**Full Changelog**: https://github.com/bartfeenstra/betty/compare/0.4.0a11...0.4.0a12

0.4.0a11

Not secure
What's Changed
* Simplify Gramps configuration by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1955
* Finetune `betty.serde.dump`'s typing by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1958
* Improve `GrampsLoader` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1959
* Fix event type configuration by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1960
* Make presence roles configurable by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1957
* Make project names valid machine names by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1961
* Add place types by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1963
* Add genders by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1964
* Use `ShorthandPluginBase` everywhere by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1965
* Ensure Attrs are properly typed depending on whether they are required or optional by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1966
* Add a Serde Load API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1968
* Rename `UnknownEventType` to `Unknown` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1969
* Add predefined media types by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1971
* Add the Unknown presence role, and make it the fallback by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1970
* Remove dead code from `betty.job.Context` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1967
* Add copyright texts by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1973
* Meta event types must not extend `ShorthandPluginBase` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1976
* Improve docstring alterations by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1977
* Add `IndependentFactory` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1975
* Move `betty.generate` and `betty.load` under `betty.project` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1974
* Organize presence roles, and ensure all default Gramps roles can be loaded by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1979
* Organize concrete place type implementations into a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1982
* Organize concrete media type implementations into a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1980
* Organize concrete gender implementations into a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1981
* Organize concrete event type implementations into a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1983
* Organize privacy into a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1984
* Move `HasMediaType` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1986
* Move `HasDescription` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1988
* Make the Date API a top-level API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1989
* Move `HasLocale` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1987
* Move `HasDate` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1991
* Move `Name` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1990
* Organize links into a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1985
* Move `Note` and `HasNotes` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1993
* Move `HasFileReferences` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1994
* Move `HasCitations` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1995
* Move `Place` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1996
* Move `File` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1997
* Move `Person` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1998
* Move `Enclosure` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1999
* Move `Source` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2000
* Move `PersonName` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2001
* Move `FileReference` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2002
* Move `Event` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2003
* Move `Citation` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2004
* Move `Presence` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2006
* Move `HasNotes` to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2005
* Merge `betty.extension` into `betty.project.extension` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2007
* Do not include the file path when computing a file's content hash by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2010
* Remove `ConfigurationCollection`'s `to_key()`, `to_keys()`, `to_index()`, and `to_indices()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2011
* Remove the Attr API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2008
* Add a Repr(esentation) API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2012
* Upgrade to setuptools 75 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2013
* Lower the lifetime threshold to 123 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2015
* Add (de)serialization format plugins by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2016
* Rename `Copyright` to `CopyrightNotice` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2018
* Decouple `_Populator` from `Project` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2021
* Disambiguate the different factory methods by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2023
* Organize the URL API and decouple it from `Project` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2024
* Fix incorrectly documented plugin repositories by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2026
* Add a copyright notice for works in the public domain by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2027
* Test that plugins are public by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2028
* Allow the default Gramps plugin mappings to be overridden per key by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2030
* Add a copyright notice for Wikipedia contributors by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2029
* Fix a typo in the Dutch translations by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2031
* Make the Assets API asynchronous by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2032
* Make `TestCoverage` less verbose by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2034
* Fix a bug where the Assets API did not return the correct paths for files on disk by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2033
* Fix missing assets from distributions by bartfeenstra in https://github.com/bartfeenstra/betty/pull/2035


**Full Changelog**: https://github.com/bartfeenstra/betty/compare/0.4.0a10...0.4.0a11

0.4.0a10

Not secure
What's Changed
* Add data contexts to assertion errors by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1931
* Introduce a Factory API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1932
* Work around a regression introduced in Ruff 0.6.4 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1934
* Host Swagger UI locally by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1933
* Unpin the Ruff dependency by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1936
* Add a Factory interface by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1940
* Move project configuration to a submodule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1944
* Test on Python 3.13rc2 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1941
* Add commands to create and update translations for extensions by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1937
* Consistently type plugin IDs as machine names by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1945
* Fix two warnings about unclosed asynchronous generators by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1947
* Make `assert_mapping()` and `assert_sequence()` return mutable collections by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1948
* Finetune the CI testing schedule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1951
* Decouple `GrampsLoader` from `Project` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1950
* Use simple configuration naming for entity references by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1952
* Add project logo configuration by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1953
* Make event types configurable by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1699


**Full Changelog**: https://github.com/bartfeenstra/betty/compare/0.4.0a9...0.4.0a10

0.4.0a9

Not secure
What's Changed
* Improve performance of cache locks by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1895
* Remove unneeded code from the CLI documentation test by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1896
* Remove dead code by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1897
* Turn renderers into plugins by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1901
* Upgrade to setuptools 74 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1902
* Use Jinja2 to render to HTML only by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1904
* Improve test coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1905
* Fix a bug where bootstrap code wasn't called by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1906
* Improve test coverage of the project module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1907
* Improve test coverage of the project module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1908
* Reduce the Github Actions test timeout to 30 minutes by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1909
* Get Betty's version from its packaging metadata rather than a custom file by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1819
* Use job contexts for the Load API by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1910
* Remove `Name.__eq__()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1911
* Revert "Reduce the Github Actions test timeout to 30 minutes" by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1912
* Upgrade to Webpack 5.94 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1914
* Improve test coverage of the `betty.gramps.loader` module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1913
* Improve test coverage of the `betty.media_type` module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1919
* Improve test coverage of the `betty.locale.localizer` module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1918
* Add test coverage for `Extension.register_event_handlers()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1923
* Add test coverage for `Entity.label()` by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1924
* Ignore Sphinx integrations when computing code coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1925
* Clean up the test coverage baseline by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1926
* Improve a .coveragerc ignore rule by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1929
* Add test coverage for the `betty.ancestry.presence_role` module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1927
* Add test coverage for the `betty.ancestry.event_type` module by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1928


**Full Changelog**: https://github.com/bartfeenstra/betty/compare/0.4.0a8...0.4.0a9

0.4.0a8

Not secure
What's Changed
* Fix mypy violations by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1882
* Provide tools to build all our schemas dynamically, and expand schema metadata by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1880
* npm dependencies (development)(deps-dev): bump typescript-eslint from 7.18.0 to 8.1.0 by dependabot in https://github.com/bartfeenstra/betty/pull/1883
* Make ancestry mixin names consistent by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1885
* Ensure that a failed Project bootstrap still cleans up resources by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1886
* Introduce plugin identifiers by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1888
* Warn if no theme is enabled by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1889
* Remove references to paths on development machines by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1890
* Remove the Nginx extension so it can be moved to a separate software project by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1891
* Upgrade to pytest-asyncio 0.24 by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1892
* Add Python 3.13 compatibility by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1658
* Ignore `pass` when calculating code coverage by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1893
* Fix a bug where bootstrap code wasn't called by bartfeenstra in https://github.com/bartfeenstra/betty/pull/1894


**Full Changelog**: https://github.com/bartfeenstra/betty/compare/0.4.0a7...0.4.0a8

Page 5 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.