|
| 1 | +2026-04-21 |
| 2 | +Version 6.1.0-beta1 |
| 3 | +* Update translations: da, es, fr, hr, nl, pl, pt_PT, sk, sv, zh_CN. |
| 4 | +* Improve Windows AIO `README.md`. |
| 5 | +* Skip bsddb tests on Windows. |
| 6 | +* Run unit test suite in AIO pipeline. |
| 7 | +* Call `self.close()` for ":memory:" DBs to avoid warnings. |
| 8 | +* Close database in `tearDownClass` method. |
| 9 | +* Avoid hard-coded paths and close the db at the end of the test. |
| 10 | +* Refactor media path tests to ensure environment restoration and database |
| 11 | + closure. |
| 12 | +* Skip tests which are locale dependent when the correct locale is not selected. |
| 13 | +* When running unittests make the environment invariant of the current users |
| 14 | + configuration. |
| 15 | +* Fix some translated strings. |
| 16 | +* Remove mingw64 entry from gitignore. |
| 17 | +* Fix local Windows AIO build. |
| 18 | +* Migrate Windows AIO to MSYS2 UCRT64 environment. Fixes #14149. |
| 19 | +* Replace hexlify with `getSortKey()` bytes, drop binascii import. Bug #10077. |
| 20 | +* Add config to allow ignore XML media flag. |
| 21 | +* Implement FamilySearch-Gramps Integration. |
| 22 | +* Pass an object rather than a handle to the note editor callback. |
| 23 | + Fixes #13702, #13884. |
| 24 | +* Add a HasNoteTag filter rule. |
| 25 | +* Add HasNoteType filters for Media and Repository objects. |
| 26 | +* Add a "References" tab to the family editor dialog. Fixes #13673. |
| 27 | +* Avoid opening a Citation when dragging or selecting an existing one. |
| 28 | +* Improve birth/death estimation. |
| 29 | +* Update the `INSTALL` file. |
| 30 | +* Add `tearDownClass` method to cleaup after unit test. |
| 31 | +* Fix ProbablyAlive ignoring fallback when birth event has no year. |
| 32 | +* Add non-sharable notes to media. Fixes #13922. |
| 33 | +* Add a favorites sidebar and all persistent sidebar. |
| 34 | +* Narrative web: Add an option to allow internet indexing. |
| 35 | +* Allow invalid dates in the relationship graph. Fixes #13672. |
| 36 | +* Calendar enhancements. Fixes #13754. |
| 37 | +* Add an Address option to the Individual Complete Report. Implements #14170. |
| 38 | +* Remove duplicated name formats. |
| 39 | +* Small one-line fixes mainly to comments and log messages. |
| 40 | +* Change the default gramps IDs to %05d. |
| 41 | +* Tidy up the add_row method in the PlaceDetails gramplet. |
| 42 | +* Move embedded URLs out of translated strings. |
| 43 | +* Add `AGENTS.md` with contributor and agent guidelines. |
| 44 | +* Update minimum python version. Python 3.9 reached EOL in October 2025. |
| 45 | +* Remove out of date comments. |
| 46 | +* Maintain compatibility with the directories used by Gramps 6.0. |
| 47 | +* Fix home directory location on Windows. |
| 48 | +* When writing a gramps XML file use the NS URI not the homepage URL. |
| 49 | +* Update http://developers.gramps-project.org. |
| 50 | +* Use https instead of http. |
| 51 | +* Fix spelling mistake in comment. |
| 52 | +* Fix code formatting. |
| 53 | +* Convert Windows AIO to use the new build process. |
| 54 | +* Provide a fallback for locale module without gettext support. |
| 55 | +* Decouple the core library code from GObject introspection. |
| 56 | +* Fix license issues in the `pyproject.toml` file. |
| 57 | +* Fix test path. |
| 58 | +* Dev version correctly reports the SHA of the local HEAD commit. |
| 59 | +* Rename apply to apply_to_one to reflect global change in v6.0. |
| 60 | +* Code improvements. |
| 61 | +* Unrelated formatting fixes. |
| 62 | +* Fix test directory location in unit tests. |
| 63 | +* Convert to using a `pyproject.toml` based build system. |
| 64 | +* Add a configuration option for the length of note previews. |
| 65 | +* Add mypy configuration. |
| 66 | +* Add `py.typed` to indicate the code base is (becoming) typed. |
| 67 | + |
1 | 68 | 2026-04-09 |
2 | 69 | Version 6.0.8 |
3 | 70 | * Update translations: cs, de_AT, en_GB, fa, fi, fr, ga, he, hr, it, mn, nl, pl, |
|
0 commit comments