1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00
Commit graph

4384 commits

Author SHA1 Message Date
Kyle K
9963a6fea3 pretty up the installer 2019-08-15 19:04:12 +00:00
Kyle K
cbc21528fd Add a way to avoid trying to add a custom icon when building nw.js
Example use:
yarn run gulp release --win64 --nowinicon

winIco and winVersionString cause a wine requirement
2019-08-14 00:07:13 +00:00
Michael Keller
6371379abe
read version information from... version.json (#1573)
read version information from... version.json
2019-08-13 09:29:56 +12:00
Kyle K
3fb1d96370 read version information from... version.json 2019-08-12 20:19:26 +00:00
Michael Keller
bac0417975
Merge pull request #1567 from IvoFPV/adddynnotchtoui
Add dynamic notch settings to UI
2019-08-13 00:07:13 +12:00
IvoFPV
ec838fcd5a Fix translations 2019-08-11 17:01:55 +02:00
Michael Keller
7189363f98
Initial support for flashing EXST .hex files to External Flash. (#1565)
Initial support for flashing EXST .hex files to External Flash.
2019-08-12 02:41:31 +12:00
Hydra
4ff2a116e3 Use strict operator when checking for flash pages to erase. 2019-08-11 12:35:23 +02:00
IvoFPV
dcfb587302 Change notice and add api version check 2019-08-11 11:40:40 +02:00
IvoFPV
065d7176f3 Add dynamic notch disabled warning 2019-08-11 11:09:50 +02:00
Michael Keller
2b0e5617f4
Make the 'Update Firmware' buttom more consistent (#1571)
Make the 'Update Firmware' buttom more consistent
2019-08-11 14:42:59 +12:00
Michael Keller
0229a9bef8
reorder a read of a configuration on receiver tab (#1570)
reorder a read of a configuration on receiver tab
2019-08-11 10:43:25 +12:00
Michael Keller
ad14947b40
fix a deprecation in jQuery 3.0 (Firmware flasher tab) (#1568)
fix a deprecation in jQuery 3.0 (Firmware flasher tab)
2019-08-11 10:42:17 +12:00
IvoFPV
b39f7df5f7 Add dyn notch to UI try2 2019-08-10 14:48:30 +02:00
Michael Keller
7e371ee49e
switch languages without an app restart (#1555)
switch languages without an app restart
2019-08-10 18:16:40 +12:00
Michael Keller
23d50ca591
Add iterm relax cutoff to UI (#1564)
Add iterm relax cutoff to UI
2019-08-10 17:17:16 +12:00
Kyle K
3baab000da Make the 'Update Firmware' buttom more consistent 2019-08-10 00:49:59 +00:00
Kyle K
ea1aaf7e8a switch languages without an app restart 2019-08-10 00:04:46 +00:00
Michael Keller
ca53342595
Chrome Apps don't get window.localStorage (#1560)
Chrome Apps don't get window.localStorage
2019-08-10 11:35:44 +12:00
Kyle K
9316eb44e7 reorder a read of a configuration on receiver tab 2019-08-09 18:49:00 +00:00
Hydra
5cd4b2ff0e Display error to user when HEX file is invalid.
In this case, it's invalid if the HEX file doesn't contain any data in
the address range of the chip to flash.
2019-08-09 13:15:57 +02:00
Hydra
2cfc173ee9 Support EXST flashing. 2019-08-09 13:14:35 +02:00
Kyle K
27f509ca23 fix a deprecation in jQuery 3.0
https://api.jquery.com/jQuery.ajax/#jqXHR
jqXHR.error() callback removed.
2019-08-09 09:11:47 +00:00
Kyle K
9fa5cca011 Chrome Apps don't get window.localStorage 2019-08-08 21:28:17 +00:00
Michael Keller
11de751a5d
Fix ordering locale with underscore (#1561)
Fix ordering locale with underscore
2019-08-08 21:33:04 +12:00
IvoFPV
1a96d2dc62 Fix wrapping 2019-08-08 09:20:23 +02:00
Michael Keller
3a0e183a21
Added Spektrum SRXL2 to serialRXtypes (#1559)
Added Spektrum SRXL2 to serialRXtypes
2019-08-08 11:42:25 +12:00
IvoFPV
1fb5c046f4 Add iterm relax cutoff to UI 2019-08-08 00:23:48 +02:00
Hydra
52e3aa223c Fix parsing of hex addresses.
Parsing `0800` was ok, but parsing `97CE` was not.
The sign was not correctly handled, this uses `>>> 0` to force unsigned
result.

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#%3E%3E%3E_(Zero-fill_right_shift)
2019-08-07 20:07:39 +02:00
Miguel.Alvarez
9f913d347e Added SRXL2 to serialRXtypes 2019-08-07 09:12:59 -05:00
Michael Keller
3eb39d716c
Updated versions of vulnerable packages. (#1558)
Updated versions of vulnerable packages.
2019-08-07 22:57:49 +12:00
Michael Keller
d0964c8c31
Add powerlabel to the VTX OSD preview element (#1556)
Add powerlabel to the VTX OSD preview element
2019-08-07 22:57:34 +12:00
Miguel Angel Mulero Martinez
560229ddb5 Fix ordering locale with underscore 2019-08-07 10:23:13 +02:00
Michael Keller
a156ebd31e
Improved formatting for the privacy policy. (#1554)
Improved formatting for the privacy policy.
2019-08-06 23:16:44 +12:00
mikeller
78e72dd63d Updated versions of vulnerable packages. 2019-08-06 21:53:52 +12:00
Miguel Angel Mulero Martinez
69471128d6 Add powerlabel to the VTX OSD preview element 2019-08-05 14:56:45 +02:00
Michael Keller
a63a5232c7
Updated changelog for 10.5.1. (#1553)
Updated changelog for 10.5.1.
2019-08-04 11:17:14 +12:00
mikeller
a658782332 Improved formattig for the privacy policy. 2019-08-03 10:43:44 +12:00
mikeller
c4a06ba11f Updated changelog for 10.5.1. 2019-08-03 10:19:40 +12:00
Michael Keller
2e7d9294ee
tweak tab placement on the landing page (#1547)
tweak tab placement on the landing page
2019-08-03 10:12:53 +12:00
Michael Keller
64661c4528
CliAutocomplete fix mouse activation #1481 (#1552)
CliAutocomplete fix mouse activation #1481
2019-08-03 10:07:37 +12:00
Kyle K
6fe3cb1500 migrate privacy policy and changelog to a tab 2019-08-02 20:56:26 +00:00
Michael Keller
59cc4ccd10
add an alternative to chrome.storage.local (#1550)
add an alternative to chrome.storage.local
2019-08-02 19:05:33 +12:00
Kyle K
426e753b53 add an alternative to chrome.storage.local 2019-08-02 06:13:39 +00:00
Cleric-K
28d9bc36ec CliAutocomplete fix mouse activation #1481
The mouse cursor selects an item only if the mouse is moved
2019-08-01 14:59:33 +03:00
Michael Keller
5eedc3b507
Refactored some CSS to use vars (#1549)
Refactored some CSS to use vars
2019-08-01 22:27:30 +12:00
Michael Keller
6f525c376c
patreon link shouldn't open in the main window (#1545)
patreon link shouldn't open in the main window
2019-08-01 19:19:14 +12:00
Michael Keller
ea13574c84
Bump yarn from 1.15.2 to 1.17.3 (#1551)
Bump yarn from 1.15.2 to 1.17.3
2019-08-01 07:44:43 +12:00
dependabot[bot]
770420735e
Bump yarn from 1.15.2 to 1.17.3
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.15.2 to 1.17.3.
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/v1.17.3/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.15.2...v1.17.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-31 04:39:47 +00:00
danielmarquespt
35f4b699d9 Refactored some CSS to use vars
- Most of the colors inside main.css
- All the accent colors inside tabs/*
2019-07-30 11:11:40 +01:00