Skip to content

Releases: xy2z/PineDocs

1.1.0

14 Feb 11:05
Compare
Choose a tag to compare
  • 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

11 Apr 19:51
88b8251
Compare
Choose a tag to compare
  • 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

13 Feb 20:09
Compare
Choose a tag to compare
  • 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

27 Oct 07:27
Compare
Choose a tag to compare
  • CSS for blockquotes (including markdown >)
  • Rename theme to layout, so it's less confusing.

Upgrade from v1.0.2 or below:

  • config/config.yaml: Change 'theme' to 'layout'.

1.0.2

09 Mar 07:17
Compare
Choose a tag to compare
  • New setting: 'menu_link_format'.
  • Ready for Docker setup.
  • Added *.swp files to default excluded files in config-example.yaml

1.0.1

14 Feb 14:06
Compare
Choose a tag to compare
  • New logo
  • Added composer.json
  • Now using twig for templating (composer)
  • Updated twilight theme
  • #13 Fixed
  • Fixed bug with downloading files that doesn't exist.
  • Download link for unsupported files

1.0.0

08 Oct 10:00
Compare
Choose a tag to compare
  • Binded * key to open all directories recursively
  • Improved first-time setup
  • Wiki theme fixed (thanks @Cleanse)
  • Mobile menu improvements (thanks @Nekaravaev)
  • Cleaned up in themes and color schemes

1.0.0-beta.5

06 Oct 20:20
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release
  • 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

02 Oct 16:56
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release
  • 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

02 Feb 20:29
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
  • Fixed responsiveness bugs.
  • Implemented 4 color schemes.
  • Implemented new config: settings color_scheme and show_file_extension.
  • Directory structure fixed.
  • Fixed bug with special chars in path.
  • Minor fixes.