Skip to content

Releases: doorstop-dev/doorstop

v3.0b15

27 Feb 12:05
061c01c
Compare
Choose a tag to compare
v3.0b15 Pre-release
Pre-release

v3.0b14

16 Feb 13:33
31dcabc
Compare
Choose a tag to compare
v3.0b14 Pre-release
Pre-release

Added command line option to prevent automatic reorder.

v3.0b13

15 Feb 16:08
dd68d8a
Compare
Choose a tag to compare
v3.0b13 Pre-release
Pre-release
  • 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

26 Jan 08:40
5e1a80b
Compare
Choose a tag to compare
v3.0b12 Pre-release
Pre-release

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

16 Jan 21:49
f34c454
Compare
Choose a tag to compare
v3.0b11 Pre-release
Pre-release

Bumps jinja2 from 3.1.2 to 3.1.3.

v3.0b10

16 Jan 21:49
2ae66f4
Compare
Choose a tag to compare
v3.0b10 Pre-release
Pre-release
  • Changes in the code structure of the publishers to make the code more maintainable, which fixes #574.
  • Fixes #581
  • Fixes #589
  • Fixes #601
  • Fixes #611
  • Fixes #614
  • Added support for Python 3.11
  • Added support for Python 3.12

v2.2.1

07 Oct 19:23
07ef4d2
Compare
Choose a tag to compare
Merge pull request #605 from doorstop-dev/pyyaml-6

Upgrade PyYAML to fix installation on newer Python versions

v2.2

22 Jan 18:07
3370600
Compare
Choose a tag to compare
Merge pull request #533 from doorstop-dev/release/v2.2

Release v2.2

v2.1.4

15 Jan 10:41
b211f8d
Compare
Choose a tag to compare
Merge pull request #503 from doorstop-dev/hotfix/v2.1.4

Bump markdown to 3.3+

v2.1.3

14 Jan 23:02
409e683
Compare
Choose a tag to compare
Merge pull request #501 from doorstop-dev/hotfix/v2.1.3

Remove mdx_outline due to Python 3.9 incompatibility