Set the version to be 1.3
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 1.3
5 #####################
6 - New: #155 Add a variable inspector to display the full, untruncated value
7 - Change: The Window->Breakpoints (Cmd+Shift+B) will now toggle the visibility
8 - Fix: All breakpoint markers will now be displayed in the active code debugger
9 - New: When stepping through code, the selection in the variable list will be
10 retained
11 - Fix: #160 The code pane could be unpopulated after the debugging the same
12 script a subsequent time
13
14
15 1.2.1
16 #####################
17 - Fix: The temporary file used for highlighting source code is now saved as UTF8
18 so files with non-ASCII characters will now be highlighted
19 - Fix: #152 MacGDBp would crash/segfault if you stepped at the end of a script
20 - Change: Updated Sparkle to the latest bzr version
21
22
23 1.2
24 #####################
25 - Change: The "File" column now shows the tail rather than the head of the
26 value, allowing you to see the last part of the path URI
27 - Fix: #129 Debugging files on a remote server will now work if the remote path
28 does not exist on the local debugging client
29 - Change: The debugger will automatically step in to the first frame when the
30 connection is made
31 - New: #147 Show super globals (and variables in other contexts) in the
32 variable viewer
33 - New: Selecting different stack frames will now show the variables for that
34 frame, as opposed to only showing the current frame's variables
35 - New: The breakpoints window will now remember its visible state across
36 application launches
37 - New: #129 Created a path replacements preference panel to make creating
38 breakpoints possible on remote servers
39
40
41 1.1.2
42 #####################
43 - Fix: #140 Saved breakpoints for non-existent files would cause an immediate
44 crash on launch
45 - New: #139 Windows now remember their size and location
46
47
48 1.1.1
49 #####################
50 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
51 - New: Allow multiple selection of breakpoints
52
53
54 1.1
55 #####################
56 - New: Add preferences that allow changing of the Xdebug IDE key and port number
57 - Change: Improved software updater via Sparkle
58 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
59 situations, causing the display to break or crash
60 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
61 - Fix: Several memory leaks that could, under certain conditions, would cause
62 crashes (thanks to Ciarán Walsh)
63 - Change: #130 If MacGDBp can't highlight the source code, it will default to
64 using just plain text
65 - New: Breakpoints are saved into preferences so that they are recreated at
66 launch time
67
68
69 1.0.1
70 #####################
71 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
72 - New: The breakpoints window is now visible on launch
73 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
74 did not handle correctly
75 - Fixed: #125 Crash when adding breakpoints