You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doxygen/history.dox
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@
3
3
4
4
@section qtools_6_9_3 Version 6.9.3, 2021-04-09
5
5
6
+
__Changes in QSpy__
7
+
- Moved function `QSPY_printInfo()` to `qspy.c`, to enable the direct QSPY output to the console. Please see also discussion thread [QSPY to console in win32-qv and posix-qv ports](https://sourceforge.net/p/qpc/discussion/668726/thread/92e56e9480)
8
+
9
+
10
+
__Changes in QUTest__
11
+
- Corrected the @ref qutest_command "DEBUG mode", where the Enter key now correctly skips a test.
12
+
- Added new command include() and provided examples of its use.
13
+
- Improved error reporting from test scripts. Specifically, the content of the Python stack has been expanded to encompass all the relevant calls.
14
+
15
+
16
+
__Changes in QView__
17
+
- Modified the Python implementation to run correctly after [installing with pip](https://pypi.org/project/qview/).
18
+
19
+
20
+
__Changes in QWin__
21
+
- Modified the example code to correctly handle regular buttons alongside the "owner-drawn" buttons.
22
+
23
+
24
+
__Changes in QCalc__
25
+
- Modified the Python implementation to run correctly after [installing with pip](https://pypi.org/project/qcalc/).
26
+
27
+
28
+
__Updated Python for Windows__
29
+
- The Python interpreter in QTools for Windows has been updated to Python 3.9.4.
0 commit comments