-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
40 lines (34 loc) · 1.19 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Major new features in version...
0.3.0:
* Many UI improvements
* Modernise build system and convert to git
* Convert documentation to Mallard and switch to XHTML on Windows (from PDF)
* Make UI accessible
* GObjectify internals
* Remove directive support and add support for the official lookup table definition syntax
* Add fullscreen mode
* Overhaul Windows packaging infrastructure
0.2.2:
* Fix highlighting the HALT instruction
* Allow commas in comments
* Add some example programs
0.2.1:
* Fix the GTK+ requirement (should be 2.14, rather than 2.12)
* Include manual registry file and README for Windows zip package
0.2.0:
* Change the LED and SSD colours for better contrast
* Add a desktop file and icon
* Add Windows packaging infrastructure and NSIS script, and fix lots of problems when running on Windows
* Add a manual
* Various UI, syntax and error highlighting improvements
* Force built-in subroutines to be used with RCALL
0.1.1:
* Fixed Windows build
* Fixed three potential security holes
0.1:
* Project created
* Complete simulation support
* Support for a variety of basic input/output devices
* Support for a basic ADC
* Step-through debugging support
* Printing and syntax highlighting