daux.io v0.4.0 Release Notes

Release Date: 2017-06-07 // almost 7 years ago
  • ๐Ÿ†• 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

Previous changes from v0.3.2

    • ๐Ÿ›  Fix mailto links in file resolution #433 #435, thanks @wiggisser for the fix
    • ๐Ÿ‘‰ Tweak search on mobile #432
    • ๐Ÿ“š Update documentation about windows support #180