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