Skip to content

Releases: dauxio/daux.io

Bugfix

05 May 15:12
Compare
Choose a tag to compare

HTML Rendering

  • Added powered_by option to change copyright / footer text

Internal

  • Auto deploy documentation on push
  • Use Crafty to build CSS / JS instead of custom made configuration.
  • Convert theme from Less to Scss/PostCSS

Bugfixes

11 Dec 21:30
Compare
Choose a tag to compare
  • Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase. Thanks to @carusogabriel for the PR
  • Fix missing themes CLI param in the serve command
  • Fix incorrect mime types when serving CSS from a theme
  • Make Table of content's title translatable
  • Repair single page documentation generator

Lots of changes

08 Nov 21:29
Compare
Choose a tag to compare

Thanks to @gerundt for all the suggestions and contributions.

Global

  • Support + at the beginning of file names for sorting, fixes #18

Theme changes

  • Add X-UA-Compatible header for Internet explorer #12 ( By @gerundt )
  • Allow to customize the date of last modification formatting #13 ( By @gerundt )
  • Use custom checkboxes to choose whether to show code blocks or not
  • Support translation of the UI #1 (German translation @gerundt #14 )
  • Add CSS Classes for Modified Date and Edit On #16
  • Add description, keywords and author to Front Matter, used for SEO #20 / #22 ( By @gerundt )
  • Fix Accented characters in search results #21

CLI Changes

  • Allow to set configuration values directly in the command line using the --value option

Confluence changes

  • Escape CDATA in code blocks
  • Allow to not have a prefix in page names
  • Better information on errors when a page doesn't upload correctly
  • Don't reupload the same attachment multiple time
  • Only list deletable pages if there are any

Internal changes

  • Remove mentions of Grunt #17
  • Update PHP dependencies

Remove daux.phar, docker improvements

07 Nov 22:15
Compare
Choose a tag to compare

Daux.phar

  • Removed daux.phar you should only use the Docker image or install through composer now.
  • Removed all code specific to daux.phar

Docker image

  • Use the alpine docker image #5
  • Each new tag will now generate a versioned docker image in Docker Hub

Other

  • Embedded html5shiv for better offline experience. #10
  • Fix references to composer package name #8

New Organization

13 Sep 21:49
Compare
Choose a tag to compare

The repository has been created in an organization (Would have been moved if I could, but the author isn't reachable)

Which allows us to enable, Travis, Scrutinizer and Docker Hub integrations.

Additions

New style, better documentation

13 Sep 21:41
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

Bugfixes

Miscellaneous

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

Bugfixes

13 Sep 21:40
Compare
Choose a tag to compare

Bugfixes

13 Sep 21:40
Compare
Choose a tag to compare

Many Tweaks

13 Sep 21:39
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

13 Sep 21:38
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