Releases: xy2z/PineDocs
Releases · xy2z/PineDocs
1.1.0
- 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"
1.0.5
- 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.
- Minor color changes to the default color scheme (
pinedocs
). - Deprecated config:
logo
- it's no longer possible to change the logo.
1.0.4
- 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
)
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.5
- More explaining error messages for first-time setup
- Added a default content dir
- Added support for flac and wav audio files
- External links now opens in new window (thanks @Braunson)
- Filtering/search added (thanks @royalmitten)
- Minor bug fixes
1.0.0-beta.4
- Added support for SVG files
- Added error message on 404 direct links
- Fixed minor navigation bugs
- Added more documentation to
config-example.yaml
- Minor fixes and improvements
1.0.0-beta.3
- Fixed responsiveness bugs.
- Implemented 4 color schemes.
- Implemented new config: settings
color_scheme
andshow_file_extension
. - Directory structure fixed.
- Fixed bug with special chars in path.
- Minor fixes.