[project @ 226]
[language-befunge-debugger.git] / Changes
blobd4f9b418d567dbfd4b51c3afe459663ab26d9538
1 Revision history for Language::Befunge::Debugger.
3 High-level changelog
4 ====================
6 0.3.x    more runtime possibilities
7 0.2.x    revamped interface
8 0.1.x    adding really needed capabilities
9 0.0.x    initial work, with basic capabilities
12 Low-level changelog
13 ===================
15 0.3.3 Wed Nov 21 19:36:50 CET 2007
16  - breakpoints removal allowed
17  - sorting breakpoints in breakpoints window
19 0.3.2 Tue Nov 20 17:50:27 CET 2007
20  - can set breakpoint on row, column or exact position
22 0.3.1 Mon Nov 19 18:17:10 CET 2007
23  - possibility to reload file
24  - gui now provides a menu for those who prefer
25  - spawn() method returns poe session id for those who want to use it
26    (dunno what they would want to do, but anyway...)
27  - showing breakpoints window (even if can't set breakpoints)
29 0.3.0 Fri Nov  9 19:03:44 CET 2007
30  - possibility to resume run instead of stepping
34 0.2.2 Fri Nov  9 17:41:18 CET 2007
35  - color first ip created before starting execution
37 0.2.1 Fri Nov  9 12:50:34 CET 2007
38  - file opening now works
39  - prompting for file if no argument
41 0.2.0 Wed Nov  7 18:03:34 CET 2007
42  - dropping buttons for a toolbar 
43  - adding a tick counter, with indication of current ip being processed
44  - removing terminated ips
45  - using whole color range to pick a random one
49 0.1.1 Wed Nov  7 00:20:21 CET 2007
50  - allocating one color per ip
51  - displaying one summary label per ip
53 0.1.0 Tue Nov  6 19:19:24 CET 2007
54  - introducing color decay for better followup of the trail
58 0.0.1 Mon Nov  5 18:19:58 CET 2007
59  - original version
60  - basic window with loading and step by step