pandoc-fignos 2.3.1 (2020-07-31)

    * Require pandoc-xnos 2.4.2 (bug fix release).


pandoc-fignos 2.3.0 (2020-07-30)

    * Updated to work with pandoc 2.10.
    * Fixed figure number reset problem for html, docx (Issue #76).


pandoc-fignos 2.2.0 (2019-10-27)

    * Added html/epub subfigures support (Issue #50).


pandoc-fignos 2.1.2 (2019-10-27)

    * Documented LaTeX subfigures support (Issue #50).


pandoc-fignos 2.1.1 (2019-09-26)

    * Warns about duplicate reference targets.


pandoc-fignos 2.0.0 (2019-09-17)

    * A warnings system has been added.
    * Meta variable names have been updated.
    * TeX codes have been completely overhauled.
    * TeX `\label` location is left up to pandoc.
    * Html/epub figures are now enclosed in a `<div>`.
    * Epub support is generally improved.
    * Support for section number offsets in table numbers (Issue #47).
    * Support for disabling links on selected references (Issue #54).
    * Support for custom caption separators (Issue #67).
    * Better handling of missing references.
    * Changed `fignos-number-sections` and `xnos-number-sections`
      options to `fignos-number-by-section` and
      `xnos-number-by-section`

pandoc-fignos 1.4.2 (2019-05-16)

    * `pandoc-fignos --version` now gives the verson.


pandoc-fignos 1.4.1 (2019-05-16)

    * Bug fix for figure numbering by section for docx (Issue #58).


pandoc-fignos 1.4.0 (2019-05-15)

    * Support for references in bracketed spans (Issue #58).


pandoc-fignos 1.3.2 (2019-05-15)

    * Enabled figure numbering by section for docx (addresses
      Issue #59).


pandoc-fignos 1.3.1 (2019-05-08)

    * Maintenance release for pandoc 2.7.


pandoc-fignos 1.3.0 (2018-08-09)

    * Require pandoc-xnos>=1.1,<2 to ensure API compatibility
      (Issue #46).
    * Gives more helpful error message regarding acceptable
      boolean metadata values (Issue #51).
    * Removed blank line before caption in docx output
      (pandoc-tablenos Issue #6).


pandoc-fignos 1.2.0 (2018-01-14)

    * Added `fignos-capitalise` meta variable (pull request #44).


pandoc-fignos 1.1.0 (2018-01-13)

    * Update for compatibility with pandoc-xnos 0.15.


pandoc-fignos 1.0.0 (2018-01-07)

    * Version number bumped to 1.0.0.
    * Put span around html caption label (e.g., "Fig. 1") to
      allow styling.


pandoc-fignos 1.0.0rc3 (2017-12-16)

    * Fixed a corner case attributes processing bug (Issue #41).
    * Removed dependency on pandoc-attributes
      (pandoc-fignos Issue #42).


pandoc-fignos 1.0.0rc1 (2017-11-18)

    * Release candidate updated for pandoc 2.0.


pandoc-fignos 0.21.1 (2017-09-19)

    * Fixes for beamer (pandoc-fignos Issue #38).


pandoc-fignos 0.20.1 (2017-09-12)

    * Documentation updates.


pandoc-fignos 0.20 (2016-12-05)

    * Added numbering figures by section for html and pdf
      (pandoc-eqnos Issue #15).


pandoc-fignos 0.19 (2016-11-30)

    * Clickable internal links for docx (Issue #25).


pandoc-fignos 0.18.2 (2016-11-17)

    * Python 2.7.3 bug addressed with pandoc-xnos 0.7 (Issue #32).
    * Clarified purpose of this filter in README.md (Issue #31).


pandoc-fignos 0.18.1 (2016-11-06)

    * Fixed incorrect labelling of tagged figures.


pandoc-fignos 0.18 (2016-11-05).

    * Updated for pandoc 1.18 (Issue #30)


pandoc-fignos 0.17.1 (2016-10-22)

    * Fixed bug for filenames with spaces (Issue #23).
    * Fixed metadata corruption bug (Issue #23).
    * Fixed python 2.7 install on Windows (Issue #26).
    * Fixed cleveref bug for textless doc (Issue #27).
    * Require pandoc-xnos >= 0.5.


pandoc-fignos 0.15 (2016-08-21)

    * Support for unnumbered figures in TeX/pdf (Issue #15).
    * Removed anchors and ids in output for unreferenceable figures.


pandoc-fignos 0.14 (2016-05-18)

    * Added figure tags.
    * Changed caption separator from period to colon for html output
      to be consistent with TeX/pdf.


pandoc-fignos 0.13 (2016-05-15)

    * Added clever referencing (Issue #13).
    * Moved library code to pandocxnos project.


pandoc-fignos 0.12 (2016-04-27)

    * Support reference links for pandoc < 1.16 (Issue #14).


pandoc-fignos 0.11 (2016-04-19)

    * Bug fix to allow for attributed (non-figure) images.
    * Better pandoc version detection.


pandoc-fignos 0.10 (2016-04-09)

    * Added figure-name customization (Issue #12).


pandoc-fignos 0.9 (2016-04-05)

    * Fixed broken installation in Win 10 (pandoc-eqnos Issue #6).


pandoc-fignos 0.8.1 (2016-04-02)

    * Fixed hang for Windows users (Issue #11).


pandoc-fignos 0.8 (2016-03-25)

    * Updated to work with pandoc 1.17.
    * Added regression tests.


pandoc-fignos 0.7.6 (2016-01-23)

    * Fixed autolink_bare_uris processing that got accidentally broke.


pandoc-fignos 0.7.5.1 (2016-01-23)

    * Fixed MANIFEST.in which listed wrong files.


pandoc-fignos 0.7.5 (2016-01-22)

    * Attempted Replacement for pypi release that had missing files.


pandoc-fignos 0.7.4 (2016-01-22)

    * Fixed AttributeError bug that occurred for links
      emphasized [*like this*](http://example.com/) (Issue #8).


pandoc-fignos 0.7.3 (2016-01-13)

    * Fixed TypeError bug that occurred with pandoc < 1.16.


pandoc-fignos 0.7, 0.7.1 and 0.7.2 (2016-01-09)

    * Fixed problems when pandoc's autolink_bare_uris is used
      (Issue #6).


pandoc-fignos 0.6 (2016-01-01)

    * Flush stdout before exiting (Issue #5).


pandoc-fignos 0.5 (2015-12-30):

    * Update to work with pandoc 1.16 that is currently in
      development (Issue #7).

      If you are using pandoc < 1.16 then everything should work
      as it did before.

      Pandoc 1.16 introduces image attributes.  The new syntax does
      not allow a space between an image and its attributes.  Please
      update your markdown accordingly.

    * Fixed curly-brace references in lists (Issue #6).


pandoc-fignos 0.4 (2015-07-16)

    * Construct links for html (Issue #5).
    * Removed fignos-keepattr option.


pandoc-fignos 0.3 (2015-07-15)

    * Enforce pandoc's requirement of UTF-8 (Issue #4).


pandoc-fignos 0.2.2 (2015-06-07)

    * Added README.md and LICENSE to MANIFEST.in so that they
      get distributed via pip.


pandoc-fignos 0.2.1 (2015-06-03)

    * Included missing install dependency in MANIFEST.in.
    * Updated documentation.


pandoc-fignos 0.2 (2015-06-01)

    * Permit generic figure labeling (e.g., {#fig:}).
    * Fixed crash that occurs when reference info is contained in
      the yaml header.
    * Updated documentation.
    * Made release available through pypi.


pandoc-fignos 0.1 (2015-03-14)

    * initial release.

