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