Release v0.20.1
Changes for v0.20.1
- Fixed a bug where a testing extension's version and abstract was not properly indexed when there was no stable extension (and also unstable would not be indexed if there was no testing).
- Fixed a bug where a user's JSON file was not updated for a testing release when there were no previous stable releases, or for an unstable release when there wer not previous testing releases.
- The indexer now recognizes plain text files ending in
.txt
or.text
as documentation files to be indexed. They're parsed by the default Text::Markup::None parser, which wraps their contents in a<pre>
block (#13).