We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a1b99 commit 0b0a066Copy full SHA for 0b0a066
P-Term
changelog.html
@@ -39,6 +39,12 @@
39
</head>
40
<body>
41
<div class="log">
42
+ <h2> 2.5.11 - Minor Fixes</h2>
43
+
44
+ <ul>
45
+ <li>Remove scaling from PID's in info tab</li>
46
+ <li>Added new modes and features</li>
47
+ </ul>
48
<h2> 2.5.10 - Minor Bug Fixes</h2>
49
50
<ul>
js/main.js
@@ -3,7 +3,7 @@
3
// Global Level Variables
4
var userSettings = {};
5
6
-var VIEWER_VERSION = '2.5.10'; // Current version
+var VIEWER_VERSION = '2.5.11'; // Current version
7
8
function BlackboxLogViewer() {
9
function supportsRequiredAPIs() {
0 commit comments