Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrohatgi committed Jan 17, 2015
1 parent 5fbe0bc commit d264ce6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
<option value="exponential">Exponential</option>
</select>
</p>
<p>Column separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p>Column Separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p align="right"><input type="button" value="Format" onclick="wpd.dataTable.reSort();"/></p>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
<option value="exponential">Exponential</option>
</select>
</p>
<p>Column separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p>Column Separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p align="right"><input type="button" value="Format" onclick="wpd.dataTable.reSort();"/></p>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
<option value="exponential">Exponential</option>
</select>
</p>
<p>Column separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p>Column Separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p align="right"><input type="button" value="Format" onclick="wpd.dataTable.reSort();"/></p>
</td>
</tr>
Expand Down
12 changes: 12 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
RELEASE NOTES

Version 3.6
===========
Released January 17, 2015

User Interface Improvements:

- Draggable Popup Windows
- Thanks to Zlatan Stanojevic:
- Q and W keys can be used to select the next or previous data point when manually adjusting data points.
- Ability to change the column separator in the final CSV output.
- Minor bug fixes and enhancements.

Version 3.5
===========
Released November 11, 2014
Expand Down
2 changes: 1 addition & 1 deletion remote_launcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class="statcounter"
<option value="exponential">Exponential</option>
</select>
</p>
<p>Column separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p>Column Separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p align="right"><input type="button" value="Format" onclick="wpd.dataTable.reSort();"/></p>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion templates/_popups.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
<option value="exponential">Exponential</option>
</select>
</p>
<p>Column separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p>Column Separator: <input type="text" value=", " size="2" id="data-number-format-separator"/></p>
<p align="right"><input type="button" value="Format" onclick="wpd.dataTable.reSort();"/></p>
</td>
</tr>
Expand Down

0 comments on commit d264ce6

Please sign in to comment.