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