Recomendable actualizar? Mejoras? Saludoss
4.6.2 02/10/2022
Removed diagnostic code that was inadverently left in the titlebar.inc file
in Seasons skin.
4.6.1 02/10/2022
Make the show_rss and show_reports flags work properly. Fixes issue #739.
Added $to_list() utility for use in Cheetah templates.
Fixed a few more untranslated fields in Seasons skin.
Observaton types that use the `sum` extractor are set to None if no LOOP
packets contributed to the accumulator. Fixes issue #737.
Added ppm as default group_fraction. Added default label string for ppm.
Added Norwegian translations. Thanks to user Aslak! PR #742.
Fixed problem that caused wee_database --check-strings/--fix-strings to fail on
TEXT fields. Fixes issue #738.
4.6.0 02/04/2022
Easy localization of all skins that come with WeeWX. Big thanks to user Karen,
who drove the effort! PR #665.
Allow options --date, --from, and --to to be used with wee_database --reweight.
PR #659. Thanks to user edi-x!
Added Cheetah helper functions $jsonize(), $rnd(), and $to_int().
The tag $alltime, formerly available as an example, is now a part of WeeWX core.
New SLE example $colorize(). New document on how to write SLEs.
Added conversions for unix_epoch_ms and unix_epoch_ns. Calculations in
celestial.inc now explicitly use unix_epoch.
Added almanac attribute "visible" and "visible_change". For example,
$almanac.sun.visible returns the amount of daylight, $almanac.sun.visible_change
the difference since yesterday.
Fixed problem that could cause weather xtypes services not to shut down
properly. PR #672. Thanks again to user edi-x!
Added Cheetah tag $filename, the relative path of the generated file. Useful
for setting canonical URLs. PR #671. Thanks again to user Karen!
XType get_scalar() and get_series() calls can now take extra keyword arguments.
PR #673.
Fixed problem where a bad clock packet could crash the WMR100 driver.
Davis documentation for LOOP2 10-minute wind gusts is wrong. The Vantage
actually emits mph, not tenths of mph. Changed driver so it now decodes the
field correctly. Fixes issue #686.
Sending a HUP signal to weewxd no longer causes the configuration file to be
reread.
Logging is not done until after the configuration file has been read. This
allows customized logging to start from the very beginning. Fixes issue #699.
Simplified the logging of Cheetah exceptions to show only what's relevant.
Fixes issue #700.
Include a requirements.txt file, for installing using pip. Thanks to user
Clément! PR #691.
Fixed problem where ConfigObj interpolation would interfere with setting
logging formats.
Added option --batch-size to the Vantage version of wee_device. See PR #693.
Slightly faster evaluation of the tag suffix 'has_data'.
New aggregation type 'not_null'.
A string in the database no longer raises an error. Fixes issue #695.
Added plot option 'skip_if_empty'. If set to True, and there is no non-null
data in the plot, then the plot will not be generated at all. If set to
a time domain (such as 'year'), then it will do the check over that domain.
See PR #702.
Parameterized the Seasons skin, making it considerably smaller, while requiring
less configuration. It now includes all types found in the wview-extended
schema. See PR #702.
New FTP option 'ftp_encoding' for oddball FTP servers that send their responses
back in something other than UTF-8.
Availability of the pyephem module and extended almanac data is now logged
during startup.
Added column for 'last contact' in the sensor status table in the Season skin
to help diagnose missing/flaky sensors.
Fix the weewx.debian and weewx-multi init scripts to work with non-root user.
Added sample tmpfiles configuration to ensure run directory on modern systems
when running weewx as non-root user.
Fixed bug that prevented the ssh port from being specified when using rsync.
Fixes issue #725.
Improved alphanumeric sorting of loop packet/archive record fields displayed
when WeeWX is run directly.
Added sample weewxd init file for 'service' based init on freebsd. Thanks to
user ryan.
Added i18n-report utility to help check skins for translated strings.