Skip to content

Releases: justinwalsh/daux.io

New style, better documentation

07 Jun 20:47
Compare
Choose a tag to compare

New Style

A new style giving more space to the actual documentation is the biggest feature in this release.

New features

  • New buttons option allows to add new buttons on the landing page, thanks @aidan-casey for the contribution (#444)
  • Jump buttons at the bottom of the page can now be disabled with a new jump_buttons option, thanks @eisbehr- for the contribution (#455, #459)

Documentation improvements

  • Clarify documentation, improve discoverability of features and options (#453)
  • Clarify which MarkDown flavor we use (#460)
  • Added another site as usage example (#450)
  • Fixed headings, thanks @bennyn for the contribution (#446)
  • Fix readme links (#457)

Bugfixes

  • Computed raw pages now send the correct mime type as a header
  • Fixed missing homeage title when auto_landing is disabled (#456)
  • Fix TOC links taht have the same name and with non-ascii characters (#461)
  • Fixed image embedding for confluence (#439)
  • Reduced memory usage by lazy-loading all content and removing it from memory when finished (#443)

Miscellaneous

  • Updated dependencies
  • Removed HHVM from test matrix
  • Removed PHP 5.5 support, minimum version is now 5.6

Bugfixes

06 Jun 21:29
Compare
Choose a tag to compare
  • Fix mailto links in file resolution #433 #435, thanks @wiggisser for the fix
  • Tweak search on mobile #432
  • Update documentation about windows support #180

Bugfixes

06 Jun 21:25
Compare
Choose a tag to compare
  • Fix multilanguage handling, #416
  • Fix current page detection, #420
  • Fix unicode support in Table of Contents, #423
  • Fix broken link #418

Many tweaks

18 Nov 12:18
Compare
Choose a tag to compare
Many tweaks Pre-release
Pre-release

New Features

  • the Confluence upload now does a configuration check to break early.
  • the "Edit on GitHub" feature is now expanded to support any other tool.
  • Allow to specify a custom themes directory, other than "themes"
  • Allow custom configuration and custom Processors in daux CLI

Updates

  • Updated to CommonMark 0.15, fixes a problem with list indentation
  • Update highlight.js to 9.7.0, add all possible languages

Fixes

  • Handle links with an anchor
  • Fix TOC generation

Allow Custom themes directories

18 Nov 11:57
Compare
Choose a tag to compare
Pre-release

Add a way to specify a custom themes directory, will be used in daux serve and daux generate

Various improvements

18 Nov 11:52
Compare
Choose a tag to compare
Various improvements Pre-release
Pre-release
  • Broken links appear in red in the documentation instead of breaking in daux serve

GitHub

  • Remove "fork on github" ribbon, add a link in footer instead
  • Add an "Edit on GitHub" link on all pages

Fixes in search

18 Nov 11:47
Compare
Choose a tag to compare
Fixes in search Pre-release
Pre-release

Fixed relative links and search integration

Added daux command

18 Nov 11:45
Compare
Choose a tag to compare
Added daux command Pre-release
Pre-release

Major changes

  • Added a daux cli command to run daux, either with daux generate or daux serve
  • Started to run unit tests in Travis-ci
  • Add automatic table of contents feature
  • Replace Twitter Bootstrap with home made styles, following the BEM convention
  • Removed PHP 5.4 support

Bugfixes

  • Front-matter wasn't working in some cases, use a real yaml parser

Initial release

18 Nov 10:45
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is a first version to depend on a version instead of a branch