Difference between revisions of "Template:Releases/5.2.4/de"

From Gramps
(new)
 
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'''.  
  
* Translations:
+
* Übersetzungen:
** Updated translations: 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.
+
** 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.
** Remove Tamil from this release.
+
** Tamil aus dieser Version entfernen.
** Update translation template for new release.
+
** Übersetzungsvorlage für neue Version aktualisiert.
** Update list of incomplete translations.
+
** Liste der unvollständigen Übersetzungen aktualisiert.
** Add German date modifier "ab".
+
** Deutschen Datumsmodifikator "ab" hinzugefügt.
** {{bug|13312}}: Fix German date handler for reports.
+
** {{bug|13312}}: Korrektur des deutschen Datums-Handlers für Berichte.
** Add extra "about" modifier to Hebrew date handler.
+
** Hinzufügen eines zusätzlichen „about“-Modifikators zum Hebräischen Datums-Handler.
** Add Korean translation.
+
** Koreanische Übersetzung hinzugefügt.
** Fix date modifiers for sl.
+
** Fixe Datumsmodifikatoren für sl.
* {{bug|13555}}: Fix Citations gramplet to recognize event reference citations.
+
* {{bug|13555}}: Die Fundstellen-Gramplet wurde verbessert, um Fundstellen von Ereignisreferenzen zu erkennen.
* {{bug|13495}}: Fix exception when finding relationship to home person.
+
* {{bug|13495}}: Behebung einer Ausnahme bei der Suche nach der Beziehung zur Hauptperson.
* Fix mouse scroll direction in pedigree view.
+
* 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.
** Update copyright date.
+
** 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.
** Cleanup README.
+
** 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.
Gramps-release.png
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.