[project @ 227]
[language-befunge-debugger.git] / Changes
blobd0b70ea71ac81afa5d7a0695426bf76d15365c90
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.4 Mon Nov 26 13:05:49 CET 2007
16  - more robust code in LBD::Breakpoints
17  - kwalitee/cpants release
19 0.3.3 Wed Nov 21 19:36:50 CET 2007
20  - breakpoints removal allowed
21  - sorting breakpoints in breakpoints window
23 0.3.2 Tue Nov 20 17:50:27 CET 2007
24  - can set breakpoint on row, column or exact position
26 0.3.1 Mon Nov 19 18:17:10 CET 2007
27  - possibility to reload file
28  - gui now provides a menu for those who prefer
29  - spawn() method returns poe session id for those who want to use it
30    (dunno what they would want to do, but anyway...)
31  - showing breakpoints window (even if can't set breakpoints)
33 0.3.0 Fri Nov  9 19:03:44 CET 2007
34  - possibility to resume run instead of stepping
38 0.2.2 Fri Nov  9 17:41:18 CET 2007
39  - color first ip created before starting execution
41 0.2.1 Fri Nov  9 12:50:34 CET 2007
42  - file opening now works
43  - prompting for file if no argument
45 0.2.0 Wed Nov  7 18:03:34 CET 2007
46  - dropping buttons for a toolbar 
47  - adding a tick counter, with indication of current ip being processed
48  - removing terminated ips
49  - using whole color range to pick a random one
53 0.1.1 Wed Nov  7 00:20:21 CET 2007
54  - allocating one color per ip
55  - displaying one summary label per ip
57 0.1.0 Tue Nov  6 19:19:24 CET 2007
58  - introducing color decay for better followup of the trail
62 0.0.1 Mon Nov  5 18:19:58 CET 2007
63  - original version
64  - basic window with loading and step by step