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