Skip to content

Releases: FransBouma/DocNet

v0.16.6

06 Mar 10:48
Compare
Choose a tag to compare

v0.16.6:

  • Fixes #92: When pressing Enter in search field on search page it directs to 404 page

v0.16.5:

  • Fixes #87: ConvertLocalLinks doesn't work

v0.16.4:

  • Fixes #84: If there's no header defined, no sub headers are added as links to the TOC

v0.16.3

07 Jun 14:23
Compare
Choose a tag to compare

Changes:

v0.16.3:

  • #80 - Add a StartingPageName setting

v0.16.1:

  • #78 - Fixes 3 issues, regarding links

v0.16.0:

  • #76 - Add docs for UrlFormatting contributed by Geert van Horrik (GeertvanHorrik)
  • #75 - Add UrlFormatting (defaults to None which is current behavior) contributed by Geert van Horrik (GeertvanHorrik)
  • #74 - Add docs for not found (404) page contributed by Geert van Horrik (GeertvanHorrik)
  • #73 - Create docs for StripIndexHtm & convert list to headers to make docs easier to read contributed by Geert van Horrik (GeertvanHorrik)
  • #72 - Generate 404 (Not Found) page in the root contributed by Geert van Horrik (GeertvanHorrik)
  • #71 - Add 'StripIndexHtm' feature (default = false) contributed by Geert van Horrik (GeertvanHorrik)
  • #70 - Fix file name typo contributed by Geert van Horrik (GeertvanHorrik)
  • #69 - Add docs for MaxLevelInToC feature contributed by Geert van Horrik (GeertvanHorrik)
  • #68 - Document PathSpecification feature contributed by Geert van Horrik (GeertvanHorrik)
  • #65 - Introduce PathSpecification contributed by Geert van Horrik (GeertvanHorrik)
  • #63 - List all headings and build a hierarchy of the headings inside a markdown file contributed by Geert van Horrik (GeertvanHorrik)
  • #61 - Fix name clashes for auto-generated index files when using the same name for subdirectories contributed by Geert van Horrik (GeertvanHorrik)
  • #60 - Add docs for the wildcard inclusion feature contributed by Geert van Horrik (GeertvanHorrik)
  • #58 - Support automatic inclusion of files using ** (e.g. reference/**) contributed by Geert van Horrik (GeertvanHorrik)

Commits: 613c584...537cd34

v0.14

18 Nov 12:58
Compare
Choose a tag to compare
  • Added @snippet support for including parts of files based on patterns. Based on ProjBook extractor plugins (included)
  • Added light theme.

v0.13.2

25 Oct 10:29
Compare
Choose a tag to compare

Small release, one bugfix: #37

v0.13.1

04 Aug 09:44
Compare
Choose a tag to compare

(0.13.0 contained outdated default theme css files. Please use this download if you downloaded 0.13.0)

  • #36 - Include permalink links in all headers
  • #34 - [wip] Add Handlebars support and escaping @@ tags in markdown code contributed by Vladimir Negacevschi (vladnega)
  • #32 - Add setting for configuring include folder
  • #31 - Added support for @@include tag which will allow embedding html/markdown files from the '_partial' folder contributed by Seemant Rajvanshi (seemantr)
  • #30 - The path on the generated __index replacement page isn't relative to the root
  • #29 - Do not encode targetUrl as it creates an issue when the home url contain a '/' contributed by Seemant Rajvanshi (seemantr)
  • #27 - Added support for @@include tag which will allow embedding html files from the '_partial' folder contributed by Seemant Rajvanshi (seemantr)
  • #26 - The auto-generated topic list on a missing __index contains a typo
  • #24 - [Ignore] Added support for @@include tag contributed by Seemant Rajvanshi (seemantr)
  • #23 - Implement Special attribute blocks for ExtraMode in markdown

Commits: d69c9f8...16961be

v0.10

29 Feb 11:39
Compare
Choose a tag to compare

Implemented more PHP Markdown extra extensions (#23), small bugfixes and tweaks in theme.

v0.9.0

17 Feb 10:57
Compare
Choose a tag to compare

Issues fixed: #9, #11, #12, #13, #14

This is the binary build with the themes ready to go. Unpack in a folder, visit http://fransbouma.github.io/DocNet/ and start generating great docs! Oh, you have to write the docs first of course, in markdown files ;).

v0.8.1

12 Feb 14:07
Compare
Choose a tag to compare

Bugs fixed: #4, #5, #6

This is the binary build with the themes ready to go. Unpack in a folder, visit http://fransbouma.github.io/DocNet/ and start generating great docs! Oh, you have to write the docs first of course, in markdown files ;).

v0.8.0

12 Feb 11:14
Compare
Choose a tag to compare

This is the binary build with the themes ready to go. Unpack in a folder, visit http://fransbouma.github.io/DocNet/ and start generating great docs! Oh, you have to write the docs first of course, in markdown files ;).

v0.7.2

10 Feb 13:40
Compare
Choose a tag to compare

This is the binary build with the themes ready to go. Unpack in a folder, read the readme.md (you need to!) and start generating great docs! Oh, you have to write the docs first of course, in markdown files ;).