Skip to content

Commit

Permalink
22.1.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jan 17, 2024
1 parent 1d6d5d0 commit 3fc998b
Show file tree
Hide file tree
Showing 18 changed files with 4,791 additions and 4,721 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
17-JAN-2024: 21.1.21

This comment has been minimized.

Copy link
@philrich123

philrich123 Jan 21, 2024

Hello,
Since 14-DEC-2023 version number are wrong in the ChangeLog file (21.x.y instead of 22.x.y).
This is little bit confusing...


- Fixes immediate Dropbox file loading in dev mode
- Updates DOMPurify from 3.0.6 to 3.0.8
- Fixes dropbox naming clash in global scope, duplicate function

16-JAN-2024: 21.1.20

- Internal release, see release notes

16-JAN-2024: 21.1.19

- Scrolls page tab to visible after moving page
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.1.19
22.1.21
2 changes: 1 addition & 1 deletion etc/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mermaid": "10.0.2",
"pako": "2.1.0",
"crypto-js": "3.1.2",
"dompurify": "3.0.6",
"dompurify": "3.0.8",
"spin.js": "2.0.0",
"roughjs": "4.4.1",
"mathjax": "3.2.2",
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="msapplication-config" content="images/browserconfig.xml">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#d89000">
<script type="text/javascript">
<script id="geBootstrap" type="text/javascript">
/**
* URL Parameters and protocol description are here:
*
Expand Down Expand Up @@ -448,7 +448,7 @@ <h2 id="geStatus">Loading...</h2>
</p>
</div>
</div>
<script type="text/javascript">
<script id="geMain" type="text/javascript">
/**
* Main
*/
Expand Down
3,734 changes: 1,868 additions & 1,866 deletions src/main/webapp/js/app.min.js

Large diffs are not rendered by default.

0 comments on commit 3fc998b

Please sign in to comment.