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