Skip to content

Commit bf86b92

Browse files
committed
Changelog update
1 parent 47d4aca commit bf86b92

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Changes this version:
2-
- Fixed analog input range sliders not updating correctly when autotune is toggled after changing channel numbers
2+
- Added MagnTek mode selector. Support for MT6835
33

44
### Changes in v16.x:
55
- Added RMD CAN motor tab
@@ -12,4 +12,5 @@
1212
- Delete callbacks on connection close. Fixes random error messages if a UI element is not properly removed
1313
- Added expo curve tuning UI (If used with v1.16.4 FW)
1414
- Using $XDG_CONFIG_HOME/openffb on linux if no local profile file found
15-
- Improved python 3.13 compatibility
15+
- Improved python 3.13 compatibility
16+
- Fixed analog input range sliders not updating correctly when autotune is toggled after changing channel numbers

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
import canremote_ui
5959

6060
# This GUIs version
61-
VERSION = "1.16.6"
61+
VERSION = "1.16.7"
6262

6363
# Minimal supported firmware version.
6464
# Major version of firmware must match firmware. Minor versions must be higher or equal
65-
MIN_FW = "1.16.0"
65+
MIN_FW = "1.16.5"
6666

6767
DEFAULTLANG = "en_US"
6868

0 commit comments

Comments
 (0)