Skip to content

Releases: doorstop-dev/doorstop

v3.1

31 Jan 18:01
cda3009

Choose a tag to compare

Merge pull request #746 from doorstop-dev/release/v3.1

Release v3.1

v3.0.2

16 Jun 19:35
b8b1262

Choose a tag to compare

Merge pull request #714 from doorstop-dev/release/v3.0.2

Release v3.0.2

v3.0.1

09 Jun 14:20
96ebab9

Choose a tag to compare

Merge pull request #711 from doorstop-dev/release/v3.0.1

Release v3.0.1

v3.0

11 Jan 06:53
04cd413

Choose a tag to compare

Merge pull request #686 from doorstop-dev/release/3.0

Release v3.0

v3.0b15

27 Feb 12:05
061c01c

Choose a tag to compare

v3.0b15 Pre-release
Pre-release

v3.0b14

16 Feb 13:33
31dcabc

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

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

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

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

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