Releases: jwflory/bw
v0.1.0: Add AsciiDoc support
This is a feature release that adds an option to choose between one of two formats for the converted text, either AsciiDoc (new) or Markdown (the previous default). This is useful for people in the Fedora Project, who are often converting wiki pages into AsciiDoc text files for inclusion in the official Fedora Documentation website.
v0.0.3: Fix deprecated Pandoc flag
This release is a minor bugfix to resolve a deprecation warning from Pandoc when using ATX headers. This also narrows down the use of the ATX headers to Markdown files exclusively, which will become relevant in the next feature release with AsciiDoc support.
v0.0.2: First proof-of-concept
This was an idea I experimented with back in November 2019, and decided
to revisit and pick back up in May 2020 because it was an interesting
project and would be more useful if made generic.
So instead of being specific and custom to the MetaBrainz Community, I
added better support for any MediaWiki site, provided you know the API
URL to query. This is usually easy enough to find.
The easiest way to get up and running with this locally:
git clone --branch v0.0.2 https://github.com/jwflory/bw.git
cd bw/
pipenv shell
pipenv update --dev
bw --help