Skip to content

Releases: dauxio/daux.io

Dependencies updates and Bugfixes

08 Aug 12:26
Compare
Choose a tag to compare
  • Update dependencies
  • Fix mimeType guesser, #119 #121 thanks @DragoonBoots for the fix

Dependencies updates and Bugfixes

09 Jul 19:29
Compare
Choose a tag to compare
  • Update dependencies for PHP and NPM
  • Sanitize directory names for usage in urls, merged #108

Dependencies updates and Bugfixes

28 May 20:56
Compare
Choose a tag to compare
  • Update dependencies for PHP and NPM
  • Sanitize filenames for usage in urls, fixes #86

Fix missing variable

22 May 07:45
d02ebe0
Compare
Choose a tag to compare
0.9.1

Fix missing variable

Dependencies updates

04 Mar 09:33
Compare
Choose a tag to compare

Highlights

  • Move Docker image back to Debian
  • Document that we don't support php < 7.1.3 anymore
  • Improve German translation

Multilanguage mode improvements

01 Oct 20:37
Compare
Choose a tag to compare

Highlights

  • Add Italian translation
  • Update league/commonmark to 0.17
  • Translate interface in multilanguage mode
  • Search only in current language when in multilanguage mode

Less bugs, more translation

23 Sep 19:19
Compare
Choose a tag to compare

Highlights

  • Many small bugfixes
  • Remove default command #60
  • Add translations of modified_at, using php-intl #24
  • Add translations for search #39
  • Fix single page generation #30

Bugfixes

  • Allow daux to work from sub-directories, #58
  • Fix TOC template overriding #67

Other

  • Remove HHVM specific code
  • Add suggestions if the format is incorrect on CLI

Add Cache, fix serve

20 Sep 18:37
59a9dd5
Compare
Choose a tag to compare

Highlights

  • Add caching for compilation, should speed up on identical pages #51
  • Add clear-cache command
  • Fix Call to undefined method Symfony\Component\Process\ ProcessUtils::escapeArgument() (#61, #64)

Internal improvements

  • call getFrontMatter only once per file (#55)

Some new features

05 Jun 21:13
Compare
Choose a tag to compare
  • Raw files beginning with numbers are kept as-is (For example 22.png was converted to .png, now stays 22.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

Bugfixes and small features

05 Jun 18:56
Compare
Choose a tag to compare
  • Upgrade to Symfony 4.0 #43
  • Removed support for PHP 5.0 and 7.0 (7.1 and 7.2 only now) #43
  • Fixed PHP Notice #47
  • daux -V now correctly displays the version
  • daux -v outputs more verbose information on generation

Thanks to @eadart and @kalixi for their contributions