All Versions
17
Latest Version
Avg Release Cycle
85 days
Latest Release
887 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.1
October 22, 2020 -
v1.2.0 Changes
October 22, 2020 -
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, 2020Fixed
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
- New option:
-
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"
- ๐ New theme:
-
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
)