Releases: doorstop-dev/doorstop
v3.0b15
v3.0b14
v3.0b13
- Fixed problem with multiple templates for different documents. This will now give an error.
- Fixed problem with doc attribute not being defined.
- Updated a bunch of the actions in the runners due to node16 going obsolete.
- Added an automation on the test coverage so that clear feedback is given to contributors if their code changes are not covered by tests.
v3.0b12
Updated both the HTML-publisher and the doorstop-server to user a new layout with a top menu instead of the sidebar, which fixes #327. By upgrading to newer version of bootstrap, the dependency of jquery was removed.
The change also includes the possibility for the users to create really custom HTML exports as the .tpl files are now included in the publishing process so that a user can included custom Bottle-template files as well.
Installed a local copy of MathJax so that offline installations work properly.
I also included support for the document attributes that was included for LaTeX publishing, so that the HTML publish also has this information, which fixes #26.
A few bugs that were not yet reported were also fixed, mainly a problem with the #615 PR which had introduced an error when publishing a single document that I did not catch earlier.
Further testing also resulted in reworking the Markdown publishing since links between items where broken, which fixes #378. Since publishing now is separated it was easy to fix without affecting the other formats. This also lead to fixing #469 since the extra space caused havoc to the links.
This PR might also fix #515. After it's been published it would be nice with some feedback on if this is good enough for that issue.
Some dependencies have also been updated and a lot of new test cases to get better coverage on the changed parts of the code.
Also added a couple of new dev-dependencies so that the API server calls can be tested and it is now possible to run make test-cover to get immediate feedback on if the changed code is covered by tests of not (instead of waiting for the CI-job to run).
Create a doorstop pre-commit hook to allow checking changes before committing.
v3.0b11
v3.0b10
v2.2.1
v2.2
Merge pull request #533 from doorstop-dev/release/v2.2 Release v2.2
v2.1.4
Merge pull request #503 from doorstop-dev/hotfix/v2.1.4 Bump markdown to 3.3+
v2.1.3
Merge pull request #501 from doorstop-dev/hotfix/v2.1.3 Remove mdx_outline due to Python 3.9 incompatibility