Skip to content

Commit a67b473

Browse files
committed
Change version number to 1.8.3 and update README.md.
1 parent 98b479e commit a67b473

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set (DOCUMENTATION_URL "https://www.pololu.com/docs/0J71")
88

99
set (SOFTWARE_VERSION_MAJOR 1)
1010
set (SOFTWARE_VERSION_MINOR 8)
11-
set (SOFTWARE_VERSION_PATCH 2)
11+
set (SOFTWARE_VERSION_PATCH 3)
1212

1313
option (BUILD_SHARED_LIBS "Build a shared library" TRUE)
1414
if (NOT BUILD_SHARED_LIBS)

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Tic Stepper Motor Controller software
22

3-
Version: 1.8.2<br>
4-
Release date: 2020-11-16<br>
53
[www.pololu.com](https://www.pololu.com/)
64

75
This repository contains the source code of the configuration and control software for
@@ -19,6 +17,14 @@ from source.
1917

2018
## Version history
2119

20+
- 1.8.3 (2025-05-01):
21+
- Fixed a bug in tic_get_variables that prevented it from fetching the
22+
Tic T249-specific variables, including 'Last motor driver error' and
23+
the four AGC variables. Those variables were always reported as 0.
24+
- Made a small change to the bootloader GUI code that should generally
25+
make the progress bar update more reliably, and seems to fix the
26+
timeout issue that has been happening during firmware updates in
27+
later versions of macOS.
2228
- 1.8.2 (2020-11-16):
2329
- Started using a newer version of libusbp so that the Windows version of
2430
this software might work with Tic devices that are connected through

0 commit comments

Comments
 (0)