diff --git a/changelog.html b/changelog.html index deb67a8f..88488b0b 100644 --- a/changelog.html +++ b/changelog.html @@ -1,6 +1,10 @@ -xx.xx.xxxx - 0.37 +05.08.2014 - 0.37

+ - Window can be resized and maximized
+ - Graphs will now properly scale to fill content area
+ - Small GPS UI rework
- Small UI polish on all tabs
+ - Bugfixes

05.03.2014 - 0.36

diff --git a/main.css b/main.css index 0d092700..ed671903 100644 --- a/main.css +++ b/main.css @@ -206,6 +206,12 @@ input[type="number"]::-webkit-inner-spin-button { -webkit-user-select: text; } + #log a { + font-weight: bold; + } + #log a:hover { + text-decoration: underline; + } #tabs { position: absolute; margin-top: 1px; diff --git a/main.js b/main.js index bd1d52d8..64b88e80 100644 --- a/main.js +++ b/main.js @@ -46,6 +46,8 @@ $(document).ready(function() { break; } + GUI.log('Are you using ESCs with SimonK firmware? Try RapidFlash, our new utility for configuring / flashing / updating firmware.'); + // Tabs var tabs = $('#tabs > ul'); $('a', tabs).click(function() {