We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac2657 commit 59306b5Copy full SHA for 59306b5
2 files changed
changes.md
@@ -1,5 +1,9 @@
1
# JSROOT changelog
2
3
+## Changes in 7.7.x
4
+1. Fix - latex super-script without leading symbol, https://root-forum.cern.ch/t/63114/
5
+
6
7
## Changes in 7.7.5
8
1. Fix - can enable exponent only for log10 axis scale
9
2. Fix - proper set custom font size in latex
modules/core.mjs
@@ -1,10 +1,10 @@
/** @summary version id
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
-const version_id = '7.7.5',
+const version_id = '7.7.x',
/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
-version_date = '31/10/2024',
+version_date = '12/03/2025',
/** @summary version id and date
10
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
0 commit comments