pandoc-tablenos 2.2.0 (2020-07-30)

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


pandoc-tablenos 2.1.1 (2019-09-26)

    * Warns about duplicate reference targets.


pandoc-tablenos 2.0.0 (2019-09-17)

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


pandoc-tablenos 1.4.2 (2019-05-17)

    * Support epub2 and epub3 targets; use id tag (Issue #13).


pandoc-tablenos 1.4.1 (2019-05-16)

    * Fixed links in epub output (pandoc-eqnos Issue #37).
    * Bug fix for table numbering by section for docx
      (pandoc-fignos Issue #58).
    * Can now use `pandoc-fignos --version` to get verson.


pandoc-tablenos 1.4.0 (2019-05-15)

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


pandoc-tablenos 1.3.2 (2019-05-15)

    * Enabled table numbering by section for docx (addresses
      pandoc-fignos Issue #59).


pandoc-tablenos 1.3.1 (2019-05-08)

    * Maintenance release for pandoc 2.7.2.


pandoc-tablenos 1.3.0 (2018-08-09)

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


pandoc-tablenos 1.2.0 (2018-01-14)

    * Added `tablenos-capitalise` meta variable.


pandoc-tablenos 1.1.0 (2018-01-13)

    * Updated to use pandoc-xnos 0.15


pandoc-tablenos 1.0.0 (2018-01-07)

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


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

    * Removed dependency on pandoc-attributes
      (pandoc-fignos Issue #42).


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

    * Release candidate updated for pandoc 2.0.


pandoc-tablenos 0.17.1 (2017-09-19)

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


pandoc-tablenos 0.16.1 (2017-09-12)

    * Documentation updates.


pandoc-tablenos 0.16 (2016-12-05)

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


pandoc-tablenos 0.15 (2016-11-30)

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


pandoc-tablenos 0.14.1 (2016-11-17)

    * Use custom caption name for tagged tables.
    * Python 2.7.3 bug addressed with pandoc-xnos 0.7.
    * Clarified purpose of this filter in README.md (Issue #4).


pandoc-tablenos 0.14 (2016-11-05)

    * Updated for pandoc 1.18 (pandoc-fignos Issue #30)


pandoc-tablenos 0.13 (2016-10-22)

    * Fixed metadata corruption bug (pandoc-fignos Issue #23).
    * Fixed python 2.7 install on Windows (pandoc-fignos Issue #27).
    * Require pandoc-xnos >= 0.5.


pandoc-tablenos 0.12.1 (2016-08-21)

    * Require pandoc-xnos >= 0.4.1.


pandoc-tablenos 0.12 (2016-08-21)

    * Support for unnumbered figures in TeX/pdf.


pandoc-tablenos 0.11 (2016-05-18)

    * Added tagged tables (Issue #3)
    * Changed caption separator from period to colon for html output
      to be consistent with TeX/pdf.
    * Added option to change the caption name.


pandoc-tablenos 0.10 (2016-05-15)

    * Added clever referencing.
    * Moved library code to pandocxnos project.
    * Fixed numbering of unreferenceable tables (Issue #1).
    * Fixed broken attribute parsing (Issue #2).
    * Improved pandoc version detection.


pandoc-tablenos 0.9 (2016-04-19)

    * Better pandoc version detection.
    * Significant refactoring.


pandoc-tablenos 0.8 (2016-04-05)

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


pandoc-tablenos 0.7.1 (2016-01-24):

    * Added regression tests.

    * Fixed bug discovered during regression testing for pandoc 1.15.


pandoc-tablenos 0.7 (2016-01-23)

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

    * More work on autolink_bare_uris processing.


pandoc-tablenos 0.6.1 (2016-01-13)

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

    * Fixed TypeError bug that occurred with pandoc < 1.16.


pandoc-tablenos 0.6 (2016-01-11)

    * Fixed problems when --autolink_bare_uris is used.


pandoc-tablenos 0.5 (2016-01-01)

    * Flush stdout before exiting.


pandoc-tablenos 0.4 (2015-12-30)

    * Fixed treatment of curly-braced references in lists.


pandoc-tablenos 0.3 (2015-07-17)

    * Construct links for html.


pandoc-tablenos 0.2 (2015-07-15)

    * Enforce pandoc's requirement of UTF-8.


pandoc-tablenos 0.1.1 (2015-06-07)

    * Fixed README.


pandoc-tablenos 0.1 (2015-06-07)

    * initial release.

