Update changelog.
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 2.1
5 #####################
6 - New: Native support for Apple Silicon.
7 - Fix: #266 Plain text fallback source display does not paint the ruler.
8 - New: #266 Add preference for PHP binary path for syntax highlighting.
9 - Fix: When debugging and selecting a breakpoint in a different file, the
10 current line would be incorrectly highlighted.
11 - Fix: Small visual tweaks for macOS 12.
12
13 2.0.3
14 #####################
15 - Fix: #265 Variables holding scalars would not display a value.
16 - Change: Reorganized the Window main menu.
17 - Fix: Speculative fix for a crash when connecting.
18
19 2.0.2
20 #####################
21 - Fix: Crash when selecting stack frames after disconnecting.
22 - Fix: Expanded variables would not reliably re-open after debugger steps.
23 - Fix: Would not consistently scroll to the active line.
24 - Fix: #262 Autoupdate would fail to run.
25
26 2.0.1
27 #####################
28 - Change: Draw the source view gutter in a way that is dark-mode compatible.
29 - Change: Make the Remote Paths preferences pane larger.
30 - Fix: #260 Use macOS standard colors for syntax highlighting for better dark-
31 mode compatibility.
32 - Change: Improve toolbar buttons under dark mode.
33 - Fix: #261 Large source files would fail to load.
34
35 2.0 Beta 1
36 #####################
37 - New: Unified UI with integrated debugger, breakpoints, and eval panels.
38 - Change: More robust protocol layer communication, which allows loading more
39 properties on long arrays and deep objects.
40 - New: #203 Function call/symbolic breakpoints.
41 - Fix: #255 "Could not open socket" failures due to socket reuse.
42 - Fix: #187 Non-ASCII characters would not display correctly in the source
43 pane.
44 - Fix: #224 Spaces in file paths were double-escaped.
45 - Fix: #230 Long array of objects in variable pane wraps index back to 0
46 after every 32 items.
47 - Fix: #245 Attaching/Detaching is not always reliable.
48 - Fix: #246 Replace non-breaking spaces in source viewer with normal spaces.
49 - Fix: #244 Crashing when pressing Run after execution has completed.
50 - Fix: #249 Property list has duplicate sub-properties.
51 - Fix: #238 Clicking the Attached checkbox a couple of times crashes.
52
53
54 1.5
55 #####################
56 - New: Now a 64-bit binary (along with x86 and PPC)
57 - Fix: #128 Clicking on the line number will now always set the correct
58 breakpoint
59 - New: #190 Evaluation of arbitrary script/code fragments
60 - New: #168 Recursively display objects and arrays in the variable inspector
61 - Fix: #223 Unable to reattach debugger in certain circumstances
62 - Fix: #236 Crash when adding breakpoints on 10.8 (patch from Paul Mitchell
63 and Sam Fleming)
64
65
66 1.4.1
67 #####################
68 - Fix: Objects with nested objects wouldn't always load their child keys
69 - Fix: #213 Crash when unchecking "Attached" when the debugger is inactive
70 - Fix: #219 Crash when highlighting source fails
71
72
73 1.4 Beta 2
74 #####################
75 - Fix: After clicking on a stack frame with a virtual file, the debugger front
76 end would hang
77 - Fix: Crash on clicking "Install & Relaunch" from Sparkle
78 - New: #210, #195 Add a "Stop" button to detach the debugger from the current
79 session
80 - New: #209 Drag a file onto the source view in the Breakpoints window to load
81 the contents
82 - Fix: #197 Add a menu item and keyboard shortcut for the "Attached" control
83 - Fix: #208 Variable selection and expansion state not saved across steps
84 - Fix: The attached state is now remembered in preferences
85
86
87 1.4 Beta 1
88 #####################
89 - Change: #164 Upon disconnecting, the program counter line will no longer be
90 highlighted
91 - Fixed: Preferences jumps around when opening
92 - New: #165 "Reconnect" is now removed and instead the debugger is either
93 attached or detached
94 - Change: MacGDBp should no longer become unresponsive while waiting for Xdebug
95 data
96 - Change: MacGDBp should no longer corrupt text data returned from Xdebug
97
98
99 1.3
100 #####################
101 - New: #155 Add a variable inspector to display the full, untruncated value
102 - Change: The Window->Breakpoints (Cmd+Shift+B) will now toggle the visibility
103 - Fix: All breakpoint markers will now be displayed in the active code debugger
104 - New: When stepping through code, the selection in the variable list will be
105 retained
106 - Fix: #160 The code pane could be unpopulated after debugging the same script
107 a subsequent time
108 - Fix: #163 Breakpoints with a space in the pathname would not be set
109 - Fix: Code would not display if the pathname to the file contained a space
110 - Fix: #157 After using the run command, the stack will now be properly updated
111 - New: A preference has been added to disable automatic stepping into the
112 first line of execution
113 - Fix: MacGDBp should no longer throw incomplete packet error messages
114
115
116 1.2.1
117 #####################
118 - Fix: The temporary file used for highlighting source code is now saved as UTF8
119 so files with non-ASCII characters will now be highlighted
120 - Fix: #152 MacGDBp would crash/segfault if you stepped at the end of a script
121 - Change: Updated Sparkle to the latest bzr version
122
123
124 1.2
125 #####################
126 - Change: The "File" column now shows the tail rather than the head of the
127 value, allowing you to see the last part of the path URI
128 - Fix: #129 Debugging files on a remote server will now work if the remote path
129 does not exist on the local debugging client
130 - Change: The debugger will automatically step in to the first frame when the
131 connection is made
132 - New: #147 Show super globals (and variables in other contexts) in the
133 variable viewer
134 - New: Selecting different stack frames will now show the variables for that
135 frame, as opposed to only showing the current frame's variables
136 - New: The breakpoints window will now remember its visible state across
137 application launches
138 - New: #129 Created a path replacements preference panel to make creating
139 breakpoints possible on remote servers
140
141
142 1.1.2
143 #####################
144 - Fix: #140 Saved breakpoints for non-existent files would cause an immediate
145 crash on launch
146 - New: #139 Windows now remember their size and location
147
148
149 1.1.1
150 #####################
151 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
152 - New: Allow multiple selection of breakpoints
153
154
155 1.1
156 #####################
157 - New: Add preferences that allow changing of the Xdebug IDE key and port number
158 - Change: Improved software updater via Sparkle
159 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
160 situations, causing the display to break or crash
161 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
162 - Fix: Several memory leaks that could, under certain conditions, would cause
163 crashes (thanks to Ciarán Walsh)
164 - Change: #130 If MacGDBp can't highlight the source code, it will default to
165 using just plain text
166 - New: Breakpoints are saved into preferences so that they are recreated at
167 launch time
168
169
170 1.0.1
171 #####################
172 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
173 - New: The breakpoints window is now visible on launch
174 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
175 did not handle correctly
176 - Fixed: #125 Crash when adding breakpoints