Skip to content

Releases: xy2z/PineDocs

1.2.5

24 May 13:52
8b218f3
Compare
Choose a tag to compare
  • PDF support - thanks to @Mylloon
  • MathJax support - thanks to @Mylloon
  • Fixed favicons
  • Upgraded packages (twig, apache, phpstan)

1.2.4

16 Feb 09:50
b8ac4da
Compare
Choose a tag to compare

Same as version 1.2.3

This should create the docker image.

1.2.3 - PHP 8.1

15 Feb 14:46
Compare
Choose a tag to compare
  • 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 - PHP8

21 Mar 20:46
a6eb684
Compare
Choose a tag to compare

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

22 Oct 11:26
Compare
Choose a tag to compare
Bump twig/twig from 3.0.5 to 3.1.0

Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/twigphp/Twig/releases)
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](https://github.com/twigphp/Twig/compare/v3.0.5...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

1.2.0

22 Oct 11:13
Compare
Choose a tag to compare
  • #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

01 Jul 17:44
Compare
Choose a tag to compare
  • #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

16 Apr 12:11
Compare
Choose a tag to compare
  • Printing style is now simple and clean (thanks to @rlongo)
  • Updated dependencies (which also fixes some weird markdown issues)

1.1.2

08 Apr 19:47
Compare
Choose a tag to compare

Fixed break_code_blocks

1.1.1

03 Apr 12:05
Compare
Choose a tag to compare
  • New option: break_code_blocks [bool] Break code blocks in multiple lines (default: false) - Fixes #85