Releases: dauxio/daux.io
Releases · dauxio/daux.io
Remove jQuery in most of the theme and small bugfixes
- We now have a theme that doesn't require html5shiv or jQuery (except in search, this will be solved in a future release) #125
- Fix localStorage access failures when accessing files directly #122
- Include print stylesheet correctly #123
Thanks to @JKingweb and @dustinwilson who contributed all these changes
Dependencies updates and Bugfixes
Dependencies updates and Bugfixes
- Update dependencies for PHP and NPM
- Sanitize directory names for usage in urls, merged #108
Dependencies updates and Bugfixes
- Update dependencies for PHP and NPM
- Sanitize filenames for usage in urls, fixes #86
Fix missing variable
0.9.1 Fix missing variable
Dependencies updates
Highlights
- Move Docker image back to Debian
- Document that we don't support php < 7.1.3 anymore
- Improve German translation
Multilanguage mode improvements
Highlights
- Add Italian translation
- Update
league/commonmark
to0.17
- Translate interface in multilanguage mode
- Search only in current language when in multilanguage mode
Less bugs, more translation
Add Cache, fix serve
Some new features
- Raw files beginning with numbers are kept as-is (For example
22.png
was converted to.png
, now stays22.png
) #26 - Folder names can now be changed using front matter from the index page inside. #27
- Documented how you can use the docker image to serve the documentation. #37
- Fix breadcrumb when multiple folders have the same name. #54