| Age | Commit message (Expand) | Author |
| 2022-06-10 | Add New Window for Pane action, document Wayland support | Rusty Wagner |
| 2022-06-10 | Fix linux-setup.sh to use proper naming of .desktop file, fixes Wayland app name | Rusty Wagner |
| 2022-06-10 | Fix undefined DebuggerController in PythonScriptingInstance | Xusheng |
| 2022-06-10 | Fix missing debugger_imported definition in PythonScriptingInstance | Xusheng |
| 2022-06-09 | Add `IsExternal` callback to debug info API | rose |
| 2022-06-09 | Remove built-in workflow docs and objectivec example. | Brian Potchik |
| 2022-06-09 | Better handling of the injected dbg object | Xusheng |
| 2022-06-08 | Generate fat binary for Mac Rust plugins | Rusty Wagner |
| 2022-06-08 | Add lowlevelil.py unit tests | kat |
| 2022-06-03 | Fix type parser api not reporting isUser correctly for vars/funcs | Glenn Smith |
| 2022-06-02 | Fix Python exceptions when accessing functions with skipped IL analysis | Rusty Wagner |
| 2022-06-02 | HLILRet should be a Return, not just ControlFlow | Jordan Wiens |
| 2022-06-01 | Tweak documentation CSS, reduce footprint | Jon Palmisciano |
| 2022-05-31 | Increase coverage of architecture.py | rose |
| 2022-05-31 | fixup invalid pydoc documentation | Jordan Wiens |
| 2022-05-30 | fix link in command palette docs | Jordan Wiens |
| 2022-05-30 | fix list items | Jordan Wiens |
| 2022-05-28 | better documentation for symbol list fuzzy match | Jordan Wiens |
| 2022-05-26 | Fix broken CSS/JS in documentation + misc. fixes and cleanup | Jon Palmisciano |
| 2022-05-25 | BinaryView::DefineTypes with type ids | Glenn Smith |
| 2022-05-25 | Prevent error/warning indicators from opening a new tab | Peter LaFosse |
| 2022-05-25 | Fix binaryview __getitem__ __setitem__ and add many additional BinaryView uni... | Peter LaFosse |
| 2022-05-25 | Add BinaryView::ParseTypesFromSource for clang+typelibs | Glenn Smith |
| 2022-05-25 | remove escaping around startup.py header | Jordan Wiens |
| 2022-05-25 | fix css of unvisited links | Jordan Wiens |
| 2022-05-25 | fix formatting mistake | Jordan Wiens |
| 2022-05-24 | update latest settings | Jordan Wiens |
| 2022-05-24 | better styling on settings | Jordan Wiens |
| 2022-05-24 | update api docs for get_code_refs and get_data_refs | Jordan Wiens |
| 2022-05-24 | Quote the ${BN_INSTALL_DIR} | Xusheng |
| 2022-05-24 | Add tests for `DisassemblyTextRenderer` | Jon Palmisciano |
| 2022-05-24 | Add more user/auto function properties tests | Jon Palmisciano |
| 2022-05-24 | Support setting BN_INSTALL_DIR in cmake | Xusheng |
| 2022-05-23 | update binaryview class example documentation | Jordan Wiens |
| 2022-05-23 | Esure parse_types api raise proper exceptions | Peter LaFosse |
| 2022-05-23 | Fix AnalysisCompletionEvent api_test | Peter LaFosse |
| 2022-05-23 | Fix some places in binaryview.py that raised AttributeError instead of ValueE... | Peter LaFosse |
| 2022-05-23 | Improve test coverage of binaryview.py | Peter LaFosse |
| 2022-05-23 | Fix TypeParserResult type hint | Peter LaFosse |
| 2022-05-23 | Fix get_unique_section_names | Peter LaFosse |
| 2022-05-23 | Fix nes.py example | Peter LaFosse |
| 2022-05-23 | Add tests for BinaryReader/BinaryWriter | Peter LaFosse |
| 2022-05-23 | Fix numerous bugs in TypedDataAccessor and add many unit tests for it | Peter LaFosse |
| 2022-05-23 | Fix many small bugs in TypedDataAccessor | Peter LaFosse |
| 2022-05-23 | Fix race condition on linear view update | Rusty Wagner |
| 2022-05-23 | Add tests for user/auto {params,can_return,etc.} | Jon Palmisciano |
| 2022-05-23 | Fix `ParameterVariables.__{eq,repr}__` implementations | Jon Palmisciano |
| 2022-05-23 | Add tests for function indexing, register value, UIDF, & misc. methods | Jon Palmisciano |
| 2022-05-23 | Add tests for more tag-related methods | Jon Palmisciano |
| 2022-05-20 | Add tests for SymbolMapping, TypeMapping, FunctionList, and BinaryViewType | Peter LaFosse |