Difference between revisions of "Template:Releases/5.2.4/de"
From Gramps
Leonhaeuser (talk | contribs) (new) |
Leonhaeuser (talk | contribs) |
||
| Line 3: | Line 3: | ||
Das Gramps-Team veröffentlicht Version '''5.2.4''', eine '''neue Zwischenversion'''. | Das Gramps-Team veröffentlicht Version '''5.2.4''', eine '''neue Zwischenversion'''. | ||
| − | * | + | * Übersetzungen: |
| − | ** | + | ** Aktualisierte Übersetzungen: bg, cs, da, de, de_AT, en_GB, es, fa, fi, fr, he, hr, hu, id, ko, mk, nb, nl, pl, pt_PT, sk, sl, sv, ta, tr, uk, zh_CN, zh_HK, zh_TW. |
| − | ** | + | ** Tamil aus dieser Version entfernen. |
| − | ** | + | ** Übersetzungsvorlage für neue Version aktualisiert. |
| − | ** | + | ** Liste der unvollständigen Übersetzungen aktualisiert. |
| − | ** | + | ** Deutschen Datumsmodifikator "ab" hinzugefügt. |
| − | ** {{bug|13312}}: | + | ** {{bug|13312}}: Korrektur des deutschen Datums-Handlers für Berichte. |
| − | ** | + | ** Hinzufügen eines zusätzlichen „about“-Modifikators zum Hebräischen Datums-Handler. |
| − | ** | + | ** Koreanische Übersetzung hinzugefügt. |
| − | ** | + | ** Fixe Datumsmodifikatoren für sl. |
| − | * {{bug|13555}}: | + | * {{bug|13555}}: Die Fundstellen-Gramplet wurde verbessert, um Fundstellen von Ereignisreferenzen zu erkennen. |
| − | * {{bug|13495}}: | + | * {{bug|13495}}: Behebung einer Ausnahme bei der Suche nach der Beziehung zur Hauptperson. |
| − | * | + | * Die Scrollrichtung der Maus in der Stammbaumansicht wurde korrigiert. |
* Fix incorrect usage of exec. As of PEP558, locals() is not populated by exec(). This change means that this call is broken on Python 3.13. | * Fix incorrect usage of exec. As of PEP558, locals() is not populated by exec(). This change means that this call is broken on Python 3.13. | ||
* Remove some usage of globals(). | * Remove some usage of globals(). | ||
| Line 45: | Line 45: | ||
** Improve grammar. | ** Improve grammar. | ||
** Ensure library.zip is generated by cx_freeze. | ** Ensure library.zip is generated by cx_freeze. | ||
| − | ** | + | ** Copyright-Datum aktualisiert. |
** Use a virtual python environment. This allows pip to work correctly. | ** Use a virtual python environment. This allows pip to work correctly. | ||
** Prefer to use base_exec_prefix. | ** Prefer to use base_exec_prefix. | ||
| Line 51: | Line 51: | ||
** Remove references to lib2to3 (deprecated). | ** Remove references to lib2to3 (deprecated). | ||
** Reduce log output from build.sh so errors and warnings are easier to spot. | ** Reduce log output from build.sh so errors and warnings are easier to spot. | ||
| − | ** | + | ** README bereinigen. |
** Prevent debug plugins loading for Gramps AIO. | ** Prevent debug plugins loading for Gramps AIO. | ||
** Reduce output in log files for easier parsing. | ** Reduce output in log files for easier parsing. | ||
Revision as of 21:03, 17 January 2025
Gramps 5.2.4 veröffentlicht.
2025.01.12
Das Gramps-Team veröffentlicht Version 5.2.4, eine neue Zwischenversion.
- Übersetzungen:
- Aktualisierte Übersetzungen: bg, cs, da, de, de_AT, en_GB, es, fa, fi, fr, he, hr, hu, id, ko, mk, nb, nl, pl, pt_PT, sk, sl, sv, ta, tr, uk, zh_CN, zh_HK, zh_TW.
- Tamil aus dieser Version entfernen.
- Übersetzungsvorlage für neue Version aktualisiert.
- Liste der unvollständigen Übersetzungen aktualisiert.
- Deutschen Datumsmodifikator "ab" hinzugefügt.
- 13312: Korrektur des deutschen Datums-Handlers für Berichte.
- Hinzufügen eines zusätzlichen „about“-Modifikators zum Hebräischen Datums-Handler.
- Koreanische Übersetzung hinzugefügt.
- Fixe Datumsmodifikatoren für sl.
- 13555: Die Fundstellen-Gramplet wurde verbessert, um Fundstellen von Ereignisreferenzen zu erkennen.
- 13495: Behebung einer Ausnahme bei der Suche nach der Beziehung zur Hauptperson.
- Die Scrollrichtung der Maus in der Stammbaumansicht wurde korrigiert.
- Fix incorrect usage of exec. As of PEP558, locals() is not populated by exec(). This change means that this call is broken on Python 3.13.
- Remove some usage of globals().
- Remove unnecessary use of exec.
- 13431: Test current_date being an empty date in probably alive function.
- Improve warning message in date_test.py when 3 tests are skipped.
- 13415,13423: Correctly assign sortval to 0 when a date is EMPTY.
- Fix unicode conversion bug when upgrading from schema 16 to 17.
- 13428: Correct the documentation for the match() method of the Date class. Also added more detail to documentation in 3 other cases.
- 12285: Gramps version output now reports OS rather than Platform.
- 13464: Downgrade upgrade messages from warning to informational level.
- 13448: Fix list size option in the top surnames gramplet. Allow users to specify how many surnames appear in the list from 10 to 1000.
- Correct misleading description of GUI element placement.
- 13403: Use the preferred calendar for new dates only in the date editor.
- Fix docs typo in INSTALL file.
- 12804: Fix printing of Books.
- 13417: Render reports with styled notes containing subscript and strikethrough.
- 13152: Remove broken link to svn2cl package in the About dialog.
- 13370: Improve media performance in the narrative web report.
- Mac:
- 13514: Replace gtkspell3 with gspell.
- Upgrade json-glib to fix a build failure with recent glib versions.
- Windows AIO:
- 13402: Restore AIO console executable's icon.
- Fix spelling in a comment.
- Remove UPX compression of exectuable files.
- Remove commented out line.
- List packages in alphabetical order for easier maintenance format document.
- Improve grammar.
- Ensure library.zip is generated by cx_freeze.
- Copyright-Datum aktualisiert.
- Use a virtual python environment. This allows pip to work correctly.
- Prefer to use base_exec_prefix.
- Changes required due to updating MSYS2 environment.
- Remove references to lib2to3 (deprecated).
- Reduce log output from build.sh so errors and warnings are easier to spot.
- README bereinigen.
- Prevent debug plugins loading for Gramps AIO.
- Reduce output in log files for easier parsing.
- Downgrade cx_Freeze in Windows AIO to 6.15.9
Siehe das Changelog.
