All Versions
17
Latest Version
Avg Release Cycle
85 days
Latest Release
887 days ago

Changelog History
Page 1

  • v1.2.1

    October 22, 2020
  • v1.2.0 Changes

    October 22, 2020
    • #113 Config exclude_files now also will work on directories. Thanks @vvrein
    • ๐Ÿ‘ #114 Add support for cyrillic filenames and directores. Thanks @vvrein
    • โšก๏ธ Dependency updates (see git diff)
  • v1.1.5 Changes

    July 01, 2020
    • #81 Added new config for hidden folders, so they are only accessible via direct links and not shown in the tree view.
    • โšก๏ธ Updated dependencies
    • ๐Ÿ›  Minor design fixes (css)
    • ๐Ÿ›  Fix "logo" error message
    • ๐Ÿ›  Fixed assets cache invalidation when upgrading
  • v1.1.4

    April 16, 2020
  • v1.1.3 Changes

    April 16, 2020
    • ๐Ÿ’… Printing style is now simple and clean (thanks to @rlongo)
    • โšก๏ธ Updated dependencies (which also fixes some weird markdown issues)
  • v1.1.2 Changes

    April 08, 2020

    Fixed break_code_blocks

  • v1.1.1 Changes

    April 03, 2020
    • New option: break_code_blocks [bool] Break code blocks in multiple lines (default: false) - Fixes #85
  • v1.1.0 Changes

    February 14, 2020
    • ๐Ÿ†• New theme: pro (see screenshots at https://imgur.com/a/15Gq67X )
    • New option: no_extension_markdown - Treat empty file extensions as Markdown (eg. "README" will be treated as "README.MD")
    • ๐Ÿ›  Fix bug where files with no extension will be rendered.
    • ๐Ÿ†• New favicon
    • ๐Ÿ†• New default font: Open Sans (can be changed in config)
    • "Header logo" is now customizable using the title setting.
    • โฌ†๏ธ Upgrade php to 7.4
    • โšก๏ธ Updated dependencies
    • "Search" renamed to "Filter"
  • v1.0.5 Changes

    April 11, 2019
    • โฌ†๏ธ Upgraded to php7.3 (previous 7.2)
    • ๐Ÿ†• New config: font_family to overwrite the font.
    • ๐Ÿ†• New config: font_size to overwrite the font size.
    • ๐Ÿ†• New PineDocs logo. Also using text instead of image, for speed, looks and scalability.
    • 0๏ธโƒฃ Minor color changes to the default color scheme (pinedocs).
    • ๐Ÿ—„ Deprecated config: logo - it's no longer possible to change the logo.
  • v1.0.4 Changes

    February 13, 2019
    • Speed up page load
    • ๐Ÿณ Docker-compose.yml example in README
    • ๐Ÿ“ฆ Now using Symfony Yaml composer package instead of PECL yaml, so it's easier for manual setup.
    • ๐Ÿ”— Added default value for config menu_link_format (so it doesn't need to be in config.yaml)
    • Implemented download link if file is larger than 10 MB (this can be changed in config.yaml via render_max_file_size)