Skip to content

Commit d38d7d7

Browse files
Merge pull request #235 from ds-wizard/release/4.25.0
Release 4.25.0
2 parents 3299f3a + ed7a171 commit d38d7d7

File tree

3 files changed

+32
-14
lines changed

3 files changed

+32
-14
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
project_name_full = 'Data Stewardship Wizard'
2626

2727
# The full version, including alpha/beta/rc tags
28-
version = release = '4.24'
28+
version = release = '4.25'
2929

3030
rst_prolog = f"""
3131

docs/more/miscellaneous/keyboard-shortcuts.rst

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,37 @@ Keyboard Shortcuts
33

44
Some parts of the application can be controlled using keyboard shortcuts. This page lists all available shortcuts.
55

6+
Project
7+
=======
8+
9+
We can use `Ctrl` or `Cmd` + `F` to open the project search dialog.
10+
11+
+--------------------------------+--------------------------------+
12+
| Shortcut | Description |
13+
+================================+================================+
14+
| `Ctrl/Cmd` + `F` | Open the project search dialog |
15+
+--------------------------------+--------------------------------+
16+
617
Modal Dialogs
718
=============
819

9-
Modal Dialogs are used for various purposes. Example might be a confirmation dialog before deleting an entity. They can be controlled using keyboard shortcuts. The following table lists all available shortcuts:
20+
Modal Dialogs are used for various purposes. Example might be a confirmation dialog before deleting an entity. We can control them using keyboard shortcuts. The following table lists all available shortcuts:
1021

11-
+-------------------+---------------------+
12-
| Shortcut | Description |
13-
+===================+=====================+
14-
| `ESC` | Close the dialog |
15-
+-------------------+---------------------+
16-
| `Enter` | Confirm the action |
17-
+-------------------+---------------------+
22+
+--------------------------------+--------------------------------+
23+
| Shortcut | Description |
24+
+================================+================================+
25+
| `ESC`. | Close the dialog |
26+
+--------------------------------+--------------------------------+
27+
| `Enter` | Confirm the action |
28+
+--------------------------------+--------------------------------+
1829

1930
Form Fields
2031
===========
2132

2233
Form fields can be controlled using keyboard shortcuts. Depending on the operating system we can use either `Ctrl` or `Cmd` key. Together with Enter key we can submit any form.
2334

24-
+----------------------+----------------------+
25-
| Shortcut | Description |
26-
+======================+======================+
27-
| `Ctrl/Cmd` + `Enter` | Submit form |
28-
+----------------------+----------------------+
35+
+--------------------------------+--------------------------------+
36+
| Shortcut | Description |
37+
+================================+================================+
38+
| `Ctrl/Cmd` + `Enter` | Submit form |
39+
+--------------------------------+--------------------------------+

docs/more/self-hosted-dsw/upgrade-guidelines.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ Usually, nothing special is required for the upgrade. Internal structure changes
4343

4444
Make sure to stop ``document-worker`` and ``mailer`` before upgrading to the next version. Run ``wizard-server`` first, then run the workers. Otherwise the database migrations might not work correctly.
4545

46+
4.24.X to 4.25.X
47+
----------------
48+
49+
- Endpoints in the sections related to the Knowledge Model and the Knowledge Model Editor have been updated. Please check the API documentation for the new endpoints.
50+
- All Document Submissions with no Submission service defined will be deleted during migration. This can happen if the Submission service used by the Document Submission was deleted or renamed.
51+
- It is necessary to finish all Knowledge Model migrations, either by completing or deleting them, before upgrading. The upgrade will delete any ongoing migrations.
52+
4653
4.23.X to 4.24.X
4754
----------------
4855

0 commit comments

Comments
 (0)