Skip to content

Commit f068e3c

Browse files
committed
Changelog/Version update
1 parent 4abf0ad commit f068e3c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### Changes this version:
2-
- Fixed TMC4671 tab calibration warning popup blocking thread causing timeouts
3-
- Added MT encoder spi speed selector
2+
- Fixes analog axis progressbars cutting off text and ADS111x progressbars not populating when set to 4
43

54
### Changes in v16.x:
65
- Added RMD CAN motor tab
@@ -15,4 +14,6 @@
1514
- Using $XDG_CONFIG_HOME/openffb on linux if no local profile file found
1615
- Improved python 3.13 compatibility
1716
- Fixed analog input range sliders not updating correctly when autotune is toggled after changing channel numbers
18-
- Added MagnTek mode selector. Support for MT6835
17+
- Added MagnTek mode selector. Support for MT6835
18+
- Fixed TMC4671 tab calibration warning popup blocking thread causing timeouts
19+
- Added MT encoder spi speed selector

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import canremote_ui
5959

6060
# This GUIs version
61-
VERSION = "1.16.8"
61+
VERSION = "1.16.9"
6262

6363
# Minimal supported firmware version.
6464
# Major version of firmware must match firmware. Minor versions must be higher or equal

0 commit comments

Comments
 (0)