PineDocs Versions Save

A fast and lightweight site for viewing files

1.2.5

2 years ago
  • PDF support - thanks to @Mylloon
  • MathJax support - thanks to @Mylloon
  • Fixed favicons
  • Upgraded packages (twig, apache, phpstan)

1.2.4

2 years ago

Same as version 1.2.3

This should create the docker image.

1.2.3

2 years ago
  • Upgraded PHP from 8.0 to 8.1
  • Fixed entrypoint no longer overwriting/adding example content - Thanks @Joeysciamanna - #179
  • Updated twig/twig from 3.3.3 to 3.3.8
  • Updated symfony/yaml from 5.3.6 to 5.4.3
  • Added phpstan for development - PHP Static Analysis Tool
  • Docker image is now being built by GitHub Actions instead of Docker Hub, if you experience any problems please create an issue.

1.2.2

3 years ago

Upgrade to PHP 8 (version 8.0.3)

It currently still works on php7.2.5 and above - but I can't guarantee future releases will work on php 7, as I probably won't be testing it (just use docker and this won't be an issue).


Please consider sponsoring this project to keep it active - https://github.com/sponsors/xy2z

1.2.1

3 years ago

1.2.0

3 years ago
  • #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)

1.1.5

3 years ago
  • #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

1.1.3

4 years ago
  • Printing style is now simple and clean (thanks to @rlongo)
  • Updated dependencies (which also fixes some weird markdown issues)

1.1.2

4 years ago

Fixed break_code_blocks

1.1.1

4 years ago
  • New option: break_code_blocks [bool] Break code blocks in multiple lines (default: false) - Fixes #85