Tscope5
tscope5-0.6/00news.md
1 # News about Tscope5 updates
2 
3 [TOC]
4 
5 
6 
7 # 2016-03-30 Tscope5 0.6 released! {#Ts506}
8 
9 - bugfix video addon
10 - set the mouse color to Gulf Orange on Gulf Blue.
11 - download the source <a href="download/tscope5-0.6.tar.bz2">here</a>
12 - download the windows installer <a href="download/tscope5-0.6.exe">here</a>
13 
14 # 2016-03-30 Mingw4Tscope5 0.6 released! {#Mw506}
15 
16 - updated MinGW packages
17 - updated Allegro dependencies
18 - updated Allegro to version 5.1.13
19 - download the windows installer <a href="download/MinGW4Tscope5-0.6.exe">here</a>
20 
21 
22 
23 # 2016-02-18 Tscope5 0.5c released! {#Ts505c}
24 
25 - made the color of the mouse button depend on the version of Tscope5, so you can easily check whether a computer has the latest version of Tscope5 installed. The current mouse color is Gulf Orange.
26 - bugfix set_parport_address
27 - download the source <a href="download/tscope5-0.5c.tar.bz2">here</a>
28 - download the windows installer <a href="download/tscope5-0.5c.exe">here</a>
29 
30 
31 # 2015-04-08 Tscope5 0.5b released! {#Ts505b}
32 
33 - added multisampling (anti-aliasing) to the display functions
34 - download the source <a href="download/tscope5-0.5b.tar.bz2">here</a>
35 - download the windows installer <a href="download/tscope5-0.5b.exe">here</a>
36 
37 
38 # 2015-01-06 Tscope5 0.5 released! {#Ts505}
39 
40 - made some compatibility updates for Allegro 5.1.9.
41 - download the source <a href="download/tscope5-0.5.tar.bz2">here</a>
42 - download the windows installer <a href="download/tscope5-0.5.exe">here</a>
43 
44 
45 # 2015-01-06 Mingw4Tscope5 0.5 released! {#Mw505}
46 
47 - updated MinGW packages
48 - updated Allegro dependencies
49 - updated Allegro to version 5.1.9
50 - download the windows installer <a href="download/MinGW4Tscope5-0.5.exe">here</a>
51 
52 
53 
54 # 2014-09-10 Tscope5 0.4 released! {#Ts504}
55 
56 - added a software voice key
57 - added functions for serial port (arduino) response registration
58 - download the source <a href="download/tscope5-0.4.tar.bz2">here</a>
59 - download the windows installer <a href="download/tscope5-0.4.exe">here</a>
60 
61 
62 # 2014-09-10 Mingw4Tscope5 0.4 released! {#Mw504}
63 
64 - updated MinGW packages
65 - updated Allegro dependencies
66 - download the windows installer <a href="download/MinGW4Tscope5-0.4.exe">here</a>
67 
68 
69 # 2014-05-26 Tscope5 0.3d released! {#Ts503d}
70 
71 - added video streaming functions
72 - added audio recording functions
73 - added functions to generate audio on the fly
74 - minor changes to the audio functions
75  - frequency becomes samplerate
76  - audio position is counted in seconds now
77 - bugfix for Cedrus Lumina
78 - another fix to ts5_flip_display
79 - added functions to set the parallel port address manually
80 - download the source <a href="download/tscope5-0.3d.tar.bz2">here</a>
81 - download the windows installer <a href="download/tscope5-0.3d.exe">here</a>
82 
83 
84 # 2014-03-10 Tscope5 0.3c released! {#Ts503c}
85 
86 - minor bugfix in ts5_flip_display
87 - download the source <a href="download/tscope5-0.3c.tar.bz2">here</a>
88 - download the windows installer <a href="download/tscope5-0.3c.exe">here</a>
89 
90 
91 # 2014-03-06 Tscope5 0.3b released! {#Ts503b}
92 
93 - display functions:
94  - increased the precision of ts5_flip_display timing
95  - made TS5_FULLSCREEN_WINDOW programs exit cleanly on Windows
96  - TS5_FULLSCREEN_WINDOW is now the preferred window mode on all operating systems.
97 - cedrusbox functions:
98  - tightened the timing loop for Cedrusboxes
99  - added support for Cedrusbox trigger input
100 - installation:
101  - minor bugfix Mac OS X installation
102  - initial port of Tscope5 to the Raspberry Pi single-board computer
103 - download the source <a href="download/tscope5-0.3b.tar.bz2">here</a>
104 - download the windows installer <a href="download/tscope5-0.3b.exe">here</a>
105 
106 
107 # 2014-01-28 Tscope5 0.3 released! {#Ts503}
108 
109 - added parallel port code to ts5_hide_response_button
110 - removed the ts5_cedrusbox_set_parameter functions. If you need to change the parameters of a Cedrus device, Use Cedrus' own Xidon program instead.
111 - updated OS X compilation instructions for Mavericks.
112 - made some compatibility updates for Allegro 5.1.8.
113 - download the source <a href="download/tscope5-0.3.tar.bz2">here</a>
114 - download the windows installer <a href="download/tscope5-0.3.exe">here</a>
115 
116 
117 # 2014-01-28 Mingw4Tscope5 0.3 released! {#Mw503}
118 
119 - updated MinGW packages
120 - updated Allegro dependencies
121 - updated Allegro to version 5.1.8
122 - download the windows installer <a href="download/MinGW4Tscope5-0.3.exe">here</a>
123 
124 
125 # 2013-03-07 Tscope5 0.2 released! {#Ts502}
126 
127 - added installation instructions for Mac OS X
128 - added installation instructions for Linux
129 - added macros for all coordinate conversion functions
130 - added a todo and bug list to the documentation
131 - general cleanup of de code (break long lines)
132 - fixed a bug in ts5_set_display_position
133 - moved ts5_set_drawing_target, ts5_get_target_size etc. to bitmaps
134 - functions to query the size of the display (adapter), bitmaps etc. now always return a value in pixels, even when the relative coordinate scale is in use
135 - added program priority functions
136 - random integer and seeds are now unsigned long int
137 - made the compiler less strict (do not warn for conversions between data types)
138 - find fonts on Windows in a slightly more elegant way
139 - parallel port code (Windows) selects the right driver (32 or 64 bit) automatically
140 - fixed C++ compilation
141 - make cedrus voice key parameter commands work again (not tested yet)
142 - cleanup of the examples
143 - added functions to query the number of response devices and the number of buttons on each device
144 - fixed a bug that made large fonts look ugly
145 - fixed a bug that made clear screen work slow on windows
146 - _key functions have been renamed to _button functions
147 - download the source <a href="download/tscope5-0.2.tar.bz2">here</a>
148 - download the windows installer <a href="download/tscope5-0.2.exe">here</a>
149 
150 
151 # 2013-03-07 Mingw4Tscope5 0.2 released! {#Mw502}
152 
153 - added indent utility
154 - added cygutils
155 - added parallel port drivers for 32 and 64 bit windows
156 - added Notepad++ to the installer
157 - added indent/compile/run/cleanup shortcuts to Notepad++
158 - added Tscope5 update button to Notepad++
159 - bugfix run shortcut in Notepad++
160 - download the windows installer <a href="download/MinGW4Tscope5-0.2.exe">here</a>
161 
162 
163 # 2012-10-24 Tscope5 0.1 released! {#Ts501}
164 
165 - download the source <a href="download/tscope5-0.1.tar.bz2">here</a>
166 - download the windows installer <a href="download/tscope5-0.1.exe">here</a>
167 
168 
169 # 2012-10-24 Mingw4Tscope5 0.1 released! {#Mw501}
170 
171 - download the windows installer <a href="download/MinGW4Tscope5-0.1.exe">here</a>
172