beets/docs
Adrian Sampson 9840964f51 Fix #2562: avoid crash with newlines in templates
Turns out! The $ character in Python regexes also matches before the last
newline at the end of a string, not just at the end of a string. The \Z entity
does what we really want: the *real* end of the string.
2017-05-16 14:00:10 -04:00
..
dev Add option to hardlink when importing 2017-02-19 15:56:13 -06:00
guides Brevity/clarity improvements for #2464 2017-03-03 10:17:49 -06:00
plugins Recompress png file (#2552) 2017-05-05 19:52:55 +01:00
reference Merge pull request #2509 from mattmurch/Issue549 2017-04-16 08:56:22 -04:00
changelog.rst Fix #2562: avoid crash with newlines in templates 2017-05-16 14:00:10 -04:00
conf.py Version bump: 1.4.4 2017-01-09 10:40:06 -05:00
faq.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
index.rst Try linking to the Discourse 2016-12-16 21:56:46 -05:00
Makefile Add new livereload server for docs 2016-01-25 13:19:26 -08:00
serve.py add coding: utf-8 magic comment to every .py file 2016-08-07 04:09:17 -04:00