The new version of vsmlist, the very simple mailing list, is out now.
From the ChangeLog:
Changes:
Coding style rework and code cleanup.
Changed the string formatting from the old-style %-formatting to str.format().
Using named variable references in email templates instead of %%s.
Fixes:
Fixed sending emails to multiple vsmlist-hosted mailing lists.
Using named variable references in the text patterns requires the config files to be updated. Please have a look at the new default ini file to see how the new format works.
I just uploaded the new release of gpx2svg, the GPX to SVG converter. There's only one change, but it should increase speed and lower memory consumption a lot: when the drawing instructions for a segment are created, we don't assemble one probably huge single string containing it, but use a generator function instead.
Been a long time since the last release (back in 2012!). So it was about time: I just uploaded the new version of serienbrief, the LaTeX form letter creator. From the ChangeLog:
New feature (it's only one ;-):
Added the possibility to define custom output file names via the newly introduced "--outpattern" option.
Bugfixes/Changes:
Skip empty lines in the database file.
Fixed problems with Windows style line ends in database files on Windows.
Overall code cleanup/sanitization.
Thanks to Thorsten Grothe for bug reporting and beta testing!