| 
1 | 1 | # Changelog  | 
2 | 2 | 
 
  | 
 | 3 | +## [0.9.7] - 2021-06-14  | 
 | 4 | + | 
 | 5 | +### Added  | 
 | 6 | + | 
 | 7 | +- Experimental support for LuaJIT (2.0.5 x86/x64, 2.1.0 x86/x64). Limitations include:  | 
 | 8 | +    - Scripts loaded from a file are not captured for breakpoint placement/stepping immediately  | 
 | 9 | +    - Only writes to 'number' are supported with LUA_GC64  | 
 | 10 | +    - Conditional breakpoints are not supported  | 
 | 11 | +    - Only one global state is supported for breakpoints/stepping  | 
 | 12 | +    - Breakpoints based on function name are not supported  | 
 | 13 | +- Status bar for information about detected Lua library and helper attachment state  | 
 | 14 | + | 
 | 15 | +### Changed  | 
 | 16 | + | 
 | 17 | +- Fixed a case when failed helper attachment to x64 process could suspend thread indefinitely  | 
 | 18 | + | 
3 | 19 | ## [0.9.6] - 2021-04-06  | 
4 | 20 | 
 
  | 
5 | 21 | ### Added  | 
 | 
245 | 261 | 
 
  | 
246 | 262 | ## Code changes  | 
247 | 263 | 
 
  | 
248 |  | -[unreleased]https://github.com/olivierlacan/keep-a-changelog/compare/v0.8.0...HEAD  | 
 | 264 | +[unreleased]https://github.com/olivierlacan/keep-a-changelog/compare/v0.9.7...HEAD  | 
 | 265 | + | 
 | 266 | +[0.9.7]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.6...v0.9.7  | 
 | 267 | + | 
 | 268 | +[0.9.6]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.5...v0.9.6  | 
 | 269 | + | 
 | 270 | +[0.9.5]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.4...v0.9.5  | 
 | 271 | + | 
 | 272 | +[0.9.4]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.3...v0.9.4  | 
 | 273 | + | 
 | 274 | +[0.9.3]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.2...v0.9.3  | 
 | 275 | + | 
 | 276 | +[0.9.2]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.1...v0.9.2  | 
 | 277 | + | 
 | 278 | +[0.9.1]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.9.0...v0.9.1  | 
 | 279 | + | 
 | 280 | +[0.9.0]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.8...v0.9.0  | 
 | 281 | + | 
 | 282 | +[0.8.8]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.7...v0.8.8  | 
 | 283 | + | 
 | 284 | +[0.8.7]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.2...v0.8.7  | 
 | 285 | + | 
 | 286 | +[0.8.2]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.1...v0.8.2  | 
 | 287 | + | 
 | 288 | +[0.8.1]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.8.0...v0.8.1  | 
249 | 289 | 
 
  | 
250 | 290 | [0.8.0]https://github.com/WheretIB/LuaDkmDebugger/compare/v0.7.7...v0.8.0  | 
251 | 291 | 
 
  | 
 | 
0 commit comments