Skip to content

Releases: 4TUResearchData/djehuty

Version 25.2

03 Mar 08:39
8da47b5
Compare
Choose a tag to compare

Release of djehuty version 25.2.
See the release notes for more information.

Version 25.1

31 Jan 15:02
e294708
Compare
Choose a tag to compare

Release of djehuty version 25.1.
See the release notes for more information.

Version 24.12

16 Dec 15:43
c6053bb
Compare
Choose a tag to compare

Release of djehuty version 24.12.

Version 24.11

29 Nov 14:20
07cb41c
Compare
Choose a tag to compare

Release of djehuty version 24.11.

Version 24.10.1

04 Nov 08:20
3228cd5
Compare
Choose a tag to compare

This release fixes a severe bug in comparison to 24.10. No features have been added or removed in comparison to 24.10.

Version 24.10

31 Oct 16:14
8fc3101
Compare
Choose a tag to compare

Release of djehuty version 24.10.

Version 24.9

30 Sep 15:39
4634324
Compare
Choose a tag to compare
web: wsgi: Set default value for shorttag.

This avoids an erroneous Git instruction when not configuring the
shorttag.

* src/djehuty/web/wsgi.py: Set default value for shorttag to “4tu”.

v24.8: web: ui: Fix configuration file loading amnesia.

23 Sep 07:05
280a263
Compare
Choose a tag to compare
In cd691dc5 we removed command-line options that overlap with
configuration options.  But each invocation to ‘read_configuration_file’
would reset the variables only used on startup.  This commit fixes that.

* src/djehuty/web/ui.py: Pass along the previously initialized
  “config” so subsequent calls to ‘read_configuration_file’ re-use the
  existing values.