daux.io v0.4.0 Release Notes
Release Date: 2017-06-07 // almost 8 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
- ๐ New
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