Doorstop Versions Save

Requirements management using version control.

v3.0b15

3 months ago

v3.0b14

3 months ago

Added command line option to prevent automatic reorder.

v3.0b13

3 months ago
  • 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

4 months ago

Updated both the HTML-publisher and the doorstop-server to user a new layout with a top menu instead of the sidebar, which fixes https://github.com/doorstop-dev/doorstop/issues/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 https://github.com/doorstop-dev/doorstop/issues/26.

A few bugs that were not yet reported were also fixed, mainly a problem with the https://github.com/doorstop-dev/doorstop/pull/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 https://github.com/doorstop-dev/doorstop/issues/378. Since publishing now is separated it was easy to fix without affecting the other formats. This also lead to fixing https://github.com/doorstop-dev/doorstop/issues/469 since the extra space caused havoc to the links.

This PR might also fix https://github.com/doorstop-dev/doorstop/issues/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

4 months ago

Bumps jinja2 from 3.1.2 to 3.1.3.

v3.0b10

4 months ago
  • Changes in the code structure of the publishers to make the code more maintainable, which fixes https://github.com/doorstop-dev/doorstop/issues/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

7 months ago

v2.2

2 years ago

v2.1.4

3 years ago

v2.1.3

3 years ago