Skip to content

Release v2.4.0

9160ac2
Select commit
Loading
Failed to load commit list.
Merged

Release v2.4.0 #746

Release v2.4.0
9160ac2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 23, 2025 in 7s

11 new alerts

New alerts in code changed by this pull request

  • 11 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 37 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Expression has no effect Warning documentation

This expression has no effect.

Check warning on line 976 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Implicit operand conversion Warning documentation

This expression will be implicitly converted from class, date, function, object or regular expression to string.

Check warning on line 977 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Implicit operand conversion Warning documentation

This expression will be implicitly converted from class, date, function, object or regular expression to string.

Check warning on line 1005 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning documentation

The initial value of k is unused, since it is always overwritten.

Check warning on line 1127 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Implicit operand conversion Warning documentation

This expression will be implicitly converted from class, date, function, object or regular expression to string.

Check warning on line 1128 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Implicit operand conversion Warning documentation

This expression will be implicitly converted from class, date, function, object or regular expression to string.

Check warning on line 1129 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Implicit operand conversion Warning documentation

This expression will be implicitly converted from class, date, function, object or regular expression to string.

Check warning on line 2170 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Duplicate character in character class Warning documentation

Character '"' is
repeated in the same character class
.

Check warning on line 2202 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning documentation

The initial value of dt is unused, since it is always overwritten.

Check warning on line 2210 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning documentation

The value assigned to dt here is unused.

Check warning on line 2228 in docs/assets/main.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning documentation

This use of variable 'Qe' always evaluates to false.