Skip to content

Commit 3e62b45

Browse files
committed
Bump version to 0.11.1
1 parent 05cfbb5 commit 3e62b45

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/strictdoc_04_release_notes.sdoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ STATEMENT: >>>
4545
This document maintains a record of all changes to StrictDoc since November 2023. It serves as a user-friendly version of the changelog, complementing the automatically generated, commit-by-commit changelog available as GitHub releases: `StrictDoc Releases <https://github.com/strictdoc-project/strictdoc/releases>`_.
4646
<<<
4747

48+
[[SECTION]]
49+
MID: 3e3043021e034cb69dfd9b62eecadbb3
50+
TITLE: 0.11.1 (2025-09-01)
51+
52+
[TEXT]
53+
MID: 9a4bbed442b94d72859d70d31282efc1
54+
STATEMENT: >>>
55+
This release includes further optimizations of the static HTML search feature:
56+
57+
The size of the generated search index was reduced by using original integer identifiers instead of MID strings.
58+
59+
The page loading performance for very large documents improved by at least 2x through caching the search index in IndexedDB on the browser side.
60+
61+
The search index is now loaded only after the entire page has finished loading. This means that search is unavailable for very large pages until the search JavaScript has been loaded. We will look into improving this aspect of the user experience in the future.
62+
<<<
63+
64+
[[/SECTION]]
65+
4866
[[SECTION]]
4967
MID: f53df5a2e9674373a8f52f1a01b5010d
5068
TITLE: 0.11.0 (2025-08-26)

strictdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from strictdoc.core.environment import SDocRuntimeEnvironment
22

3-
__version__ = "0.11.0"
3+
__version__ = "0.11.1"
44

55

66
environment = SDocRuntimeEnvironment(__file__)

0 commit comments

Comments
 (0)