Skip to content

Commit 0b0a066

Browse files
committed
Up version and edit changelog
1 parent 65a1b99 commit 0b0a066

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

P-Term

Whitespace-only changes.

changelog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
</head>
4040
<body>
4141
<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>
4248
<h2> 2.5.10 - Minor Bug Fixes</h2>
4349

4450
<ul>

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Global Level Variables
44
var userSettings = {};
55

6-
var VIEWER_VERSION = '2.5.10'; // Current version
6+
var VIEWER_VERSION = '2.5.11'; // Current version
77

88
function BlackboxLogViewer() {
99
function supportsRequiredAPIs() {

0 commit comments

Comments
 (0)