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