Skip to content

Commit e78b933

Browse files
authored
Merge pull request #2449 from strictdoc-project/stanislaw/release
Bump version to 0.11.1
2 parents 05cfbb5 + cbf9f51 commit e78b933

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docs/strictdoc_03_faq.sdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ StrictDoc is a spare-time open-source project developed by Stanislav Pankevich (
6060

6161
The project exists since mid-2019.
6262

63-
For a quick overview of the project, check out the `StrictDoc project <https://github.com/strictdoc-project/strictdoc/blob/main/about/StrictDoc_SlideDeck.pdf>`_ slide deck.
63+
For a quick overview of the project, check out the `StrictDoc project <https://github.com/strictdoc-project/strictdoc/blob/main/about/StrictDoc.pdf>`_ slide deck.
6464
<<<
6565

6666
[[/SECTION]]
@@ -76,7 +76,7 @@ TITLE: Presentations
7676
[TEXT]
7777
MID: 52342105083e4f80884959d4ca7f4dba
7878
STATEMENT: >>>
79-
1\) `StrictDoc project <https://github.com/strictdoc-project/strictdoc/blob/main/about/StrictDoc_SlideDeck.pdf>`_
79+
1\) `StrictDoc project <https://github.com/strictdoc-project/strictdoc/blob/main/about/StrictDoc.pdf>`_
8080

8181
This slide deck provides a concise overview of the project, including its goals, real-world case studies, the motivation behind its creation, implementation details, and the development roadmap.
8282

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)