1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
#+title: backlog/release-notes
#+author: ardumont
* DONE 0.1.5 [100%]
CLOSED: [2020-05-17 Sun 14:32]
- [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
* DONE 0.1.4 [100%]
CLOSED: [2020-05-02 Sat 09:30]
- [x] Replace back s-replace-regexp to replace-regexp-in-string
* DONE 0.1.3 [100%]
CLOSED: [2020-04-28 Tue 18:47]
- [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
* DONE 0.1.2 [100%]
CLOSED: [2016-07-25 Mon 13:55]
- [X] Make markdown-toc-header-toc-* customizable - Closes #26
- [X] Update version
- [X] Release notes
* DONE 0.1.1 [100%]
CLOSED: [2016-07-20 Wed 11:40]
- [X] Update version
- [X] Fix the problem when generating TOC for document with UTF-8 characters - Closes #24
- [X] Release notes
* DONE 0.1.0 [100%]
CLOSED: [2016-02-27 Sat 11:16]
- [X] Update dependencies (markdown-mode)
- [X] Update version
- [X] Add template for issues
- [X] Add markdown-toc-bug-report command
- [X] Release notes
* DONE 0.0.9 [100%]
CLOSED: [2015-12-23 Wed 11:59]
- [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
* DONE 0.0.8 [100%]
CLOSED: [2015-07-15 Wed 17:12]
- [X] Add test coverage
- [X] Improve CI code
- [X] Respect elisp conventions
- [X] Update version
- [X] Update version dependencies
- [X] Release notes
* DONE 0.0.7 [100%]
CLOSED: [2014-12-15 Mon 23:31]
- [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
* DONE 0.0.6 [100%]
CLOSED: [2014-06-30 Mon 13:10]
- [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
* DONE 0.0.5 [100%]
CLOSED: [2014-06-13 Fri 17:39]
- [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
* DONE 0.0.4 [100%]
CLOSED: [2014-05-25 Sun 18:56]
- [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
* DONE 0.0.3 [100%]
CLOSED: [2014-05-25 Sun 09:36]
- [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
* DONE 0.0.2 [100%]
CLOSED: [2014-05-24 Sat 23:09]
- [X] Prepare filesystem to deploy to melpa (avoid having tests files with the file to package)
- [X] Upgrade version + package
- [X] Release notes
- [X] Deploy to Melpa -> make recipe + PR to them - https://github.com/ardumont/melpa/blob/add-markdown-toc/recipes/markdown-toc
* DONE 0.0.1 [100%]
CLOSED: [2014-05-24 Sat 22:58]
- [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
|