| Age | Commit message (Expand) | Author |
| 2023-01-10 | Integrate Enum IntegerDisplayType, Add MetadataChoiceDialog | kat |
| 2023-01-05 | Update copyright to 2023 | Josh F |
| 2023-01-03 | Function inlining | Rusty Wagner |
| 2022-09-22 | Add the Components API | kat |
| 2022-09-01 | Splitting of variables | Rusty Wagner |
| 2022-08-10 | Merge variables API/UI, variable liveness API for determining soundness of va... | Rusty Wagner |
| 2022-05-02 | added API for GetLanguageRepresentationIfAvailable | Galen Williamson |
| 2022-05-02 | Added nullptr checks in `Function::Get*LevelIL` methods. Fixes #3107. | Galen Williamson |
| 2022-03-23 | Fix a bunch of reference miscounts in the C++ and python apis | Peter LaFosse |
| 2022-03-11 | Move stack var refs and constant refs behind advanced analysis requests for s... | Rusty Wagner |
| 2022-03-02 | Add function update request API. | Brian Potchik |
| 2022-01-28 | Format All Files | KyleMiles |
| 2022-01-20 | Async IL fetching in stack, variables, and xref views | Rusty Wagner |
| 2022-01-20 | Add support for mmlil_if_available | Peter LaFosse |
| 2022-01-17 | Decompile to C | rose |
| 2022-01-06 | Add Function::HasUserAnnotations | Peter LaFosse |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-11-11 | Add Function::GetMediumLevelILSSAVariables and Function::GetHighLevelILSSAVar... | KyleMiles |
| 2021-11-11 | Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, an... | KyleMiles |
| 2021-09-30 | Remove unsafe BNDeleteAutoVariable | Peter LaFosse |
| 2021-08-13 | Workflows early preview. | Brian Potchik |
| 2021-08-04 | Add IsConstant API for Register. | Brian Potchik |
| 2021-07-30 | Function: Add C++ bindings for `Get{Medium,High}LevelILVariables()` | Jon Palmisciano |
| 2021-07-26 | Python API : Fix copyright year, add .vars to IL functions, remove BNGetFunct... | KyleMiles |
| 2021-07-09 | Cleanup tags and comments in many places | Glenn Smith |
| 2021-07-01 | Give tag types unique ids and stop relying on unique names | Glenn Smith |
| 2021-06-12 | Function: Added `GetILVariables()` method | Jon Palmisciano |
| 2021-06-03 | If IL is not available, Get*LILIfAvailable should return nullptr | Glenn Smith |
| 2021-05-26 | Add the ability to automatically create struct members | Xusheng |
| 2021-04-22 | add persistent search result | Xusheng |
| 2021-02-17 | add support for type xref and variable xref | Xusheng |
| 2021-02-12 | Add unresolved control-flow tracking and associated tag support. | Brian Potchik |
| 2021-01-20 | Add get_lifted_ils_at API. | Brian Potchik |
| 2021-01-18 | updating copyright year | Jordan Wiens |
| 2021-01-18 | expose Function::IsVariableUserDefinded() | Xusheng |
| 2020-12-23 | Add GetLowLevelILInstructionsForAddress API to retrieve all LLIL for an address. | Brian Potchik |
| 2020-12-18 | Add API/UI to control dead store elimination of specific variables | Rusty Wagner |
| 2020-10-24 | PossibleValueSet dialog pulls existing values and miscellaneous cleanup. | Brian Potchik |
| 2020-09-08 | UI changes for user-informed dataflow | Chinmay |
| 2020-08-13 | Update function names and change up API | Chinmay |
| 2020-08-13 | Changes to implement User-informed dataflow | Chinmay |
| 2020-05-28 | Add optional type to define as in Function::ApplyImportedTypes and BinaryView... | Peter LaFosse |
| 2020-04-27 | Add names for goto labels | Rusty Wagner |
| 2020-04-17 | Early HLIL testing | Rusty Wagner |
| 2020-04-17 | Add IL support to linear view | Rusty Wagner |
| 2020-01-20 | expose overriding call types at individual call sites | Ryan Snyder |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens |
| 2019-10-27 | Eliminate most warnings on Linux | Rusty Wagner |
| 2019-08-01 | Tags | Glenn Smith |
| 2019-07-31 | Cache function callee addresses and create an API to access them | rollsafe |