Desde el día 4 de julio está disponible la versión 5.1 de Weewx.
La lista de cambios no es muy grande…..más bien pequeña solucionando problemas de la 5.0 y añadiendo alguna característica de idiomas mediante los locale
5.1.0 07/04/2024
If option lang is a valid locale, then it will be used to change locale as well as language. If it is not a valid locale, then the user's default locale will be used. For example, if lang=de_DE.utf8, then the German locale will be used. This allows locales to be set on a report-by-report basis. Addresses issue #867.
Allow country codes to be used in addition to a language code. For example, zh_CN would specify Chinese language, mainland China (Simplified Chinese), while zh_TW would specify Chinese language, Taiwan (Traditional Chinese).
Added translation file for Simplified Chinese (zh_CN.conf). Thanks to user Kranz!
Allow the utility weectl import to update old records in addition to importing new records. PR #930.
Include the effective user and group to the log. PR #934.
Allow extra command line options to be passed on to rsync. Fixes issue #951.
Return False from XTypes function has_data() if the type cannot be calculated. Thanks to Rich Bell! PR #929.
Allow calculation of xtype aggregate with missing constituents. Related to PR #929.
Fix bug in tag $tag.obstype where obstype is an XType that cannot be calculated. Related to PR #929.
Fix bug that caused the loop_on_init setting in weewx.conf to be ignored. PR #935.
Reinstate file weeutil/timediff.py. It's not used in WeeWX, but it is used by some extensions.
Fixed bug in station config where config_units would fail if there was no Defaults section specified in StdReport.
Use lower-case for the product and vendor codes in udev rules. Fixes issue #949.
Do not make group changes if identity of user doing the install cannot be determined. PR #952
For deb/rpm installs, set permissions on the configuration file to be not world-readable. PR #948