Skip to content

Latest commit

 

History

History
121 lines (110 loc) · 3.76 KB

todo.org

File metadata and controls

121 lines (110 loc) · 3.76 KB

backlog/release-notes

0.1.5 [100%]

  • [X] Provide a markdown-toc minor mode
  • [X] Follow link in toc: M-x markdown-toc-follow-toc-link-at-point
  • [X] Allow user space indentation customization

0.1.4 [100%]

  • [x] Replace back s-replace-regexp to replace-regexp-in-string

0.1.3 [100%]

  • [X] Update ci tools
  • [X] Update tools using pinned nix-shell
  • [X] Take back control on the old 0.1.3 branch
  • [X] Deal properly with heading containing `_` - Closes #43
  • [X] markdown-imenu-create-nested-index function definition is void - Closes #29

0.1.2 [100%]

  • [X] Make markdown-toc-header-toc-* customizable - Closes #26
  • [X] Update version
  • [X] Release notes

0.1.1 [100%]

  • [X] Update version
  • [X] Fix the problem when generating TOC for document with UTF-8 characters - Closes #24
  • [X] Release notes

0.1.0 [100%]

  • [X] Update dependencies (markdown-mode)
  • [X] Update version
  • [X] Add template for issues
  • [X] Add markdown-toc-bug-report command
  • [X] Release notes

0.0.9 [100%]

  • [X] Permit user-custom function to manipulate toc some more - #16
  • [X] Improve testing
  • [X] Clean some code
  • [X] Update version
  • [X] Clean up tests
  • [X] Release notes

0.0.8 [100%]

  • [X] Add test coverage
  • [X] Improve CI code
  • [X] Respect elisp conventions
  • [X] Update version
  • [X] Update version dependencies
  • [X] Release notes

0.0.7 [100%]

  • [X] Add prefix argument to `markdown-toc/generate-toc’ to replace existing TOC at the same location #10
  • [X] Simplify tests launcher
  • [X] Add itest on toc generation when using modifier [2/2]
    • [X] Use ert to simplify tests output reading in case of error
    • [X] Add test on the new use case from #10
  • [X] Update README.md
  • [X] Update version
  • [X] Release notes

0.0.6 [100%]

  • [X] Fix typo on the markdown header information
  • [X] Strip non-ASCII characters from heading links, to be consistent with GitHub.
  • [X] Update version
  • [X] Release notes

0.0.5 [100%]

  • [X] Deploy to Marmalade
  • [X] Use directly markdown-toc, no need to require anything
  • [X] Update documentation about installation procedure (marmalade)
  • [X] Update version
  • [X] Update release notes

0.0.4 [100%]

  • [X] If melpa recipe is accepted, update the README.md about how to install
  • [X] Add COPYING file + licence inside markdown-toc.el
  • [X] Simplify packaging (no need to use tarball nor *-pkg.el file)
  • [X] Upgrade version
  • [X] Release notes

0.0.3 [100%]

  • [X] Update an existing TOC
    • [X] Create a section around TOC
    • [X] Find if a TOC is already present in buffer
    • [X] Remove old TOC
    • [X] Create new one
  • [X] Reference markdown-toc version
  • [X] Reference the inspiration from doctoc
  • [X] Upgrade version
  • [X] Release notes

0.0.2 [100%]

0.0.1 [100%]

  • [X] Initialize Project
  • [X] Initialize github repository
  • [X] Cask
  • [X] Generate a TOC at point
  • [X] Update header documentation
  • [X] Update README.md about use case
  • [X] Makefile
  • [X] Tests
  • [X] Travis-ci
  • [X] Upgrade version + package
  • [X] Release notes