|
2 | 2 |
|
3 | 3 | [**binsider**](https://binsider.dev): Analyze ELF binaries like a boss 😼🕵️♂️ |
4 | 4 |
|
| 5 | +## 0.3.0 - 2025-11-30 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- *(static)* Add human readable option for Static/Section headers/ Size by @dacianpascu06 in [#96](https://github.com/orhun/binsider/pull/96) |
| 10 | +- *(static)* Add human readable option for program headers by @dacianpascu06 in [#77](https://github.com/orhun/binsider/pull/77) |
| 11 | + |
| 12 | +### 🐛 Bug Fixes |
| 13 | + |
| 14 | +- Fix compilation and CI errors by @ibidani in [#136](https://github.com/orhun/binsider/pull/136) |
| 15 | +- *(ui)* Don't exit when typing 'q' in hexdump search and jump by @MykBamberg in [#132](https://github.com/orhun/binsider/pull/132) |
| 16 | +- *(fileinfo)* Remove unsupported Windows calls by @orhun |
| 17 | +- *(fileinfo)* Fix the Windows fs handling by @orhun |
| 18 | +- *(fileinfo)* Implement for Windows target by @orhun in [#120](https://github.com/orhun/binsider/pull/120) |
| 19 | +- *(clippy)* Apply clippy suggestions by @nyurik |
| 20 | +- *(strings)* Check for string length to avoid overflow by @godzie44 in [#91](https://github.com/orhun/binsider/pull/91) |
| 21 | +- *(dynamic)* Only allow tracing calls while on the dynamic analysis tab by @orhun in [#83](https://github.com/orhun/binsider/pull/83) |
| 22 | + |
| 23 | +### 📚 Documentation |
| 24 | + |
| 25 | +- *(readme)* Update github link to @harunocaksiz by @orhun |
| 26 | +- *(website)* Add 180x180 `apple-touch-icon.png` by @fujiapple852 in [#108](https://github.com/orhun/binsider/pull/108) |
| 27 | +- *(website)* Remove duplicate architecture.md by @mandarvaze in [#94](https://github.com/orhun/binsider/pull/94) |
| 28 | +- *(architecture)* Polish the diagram by @orhun |
| 29 | +- *(architecture)* Add architecture diagram by @mandarvaze in [#88](https://github.com/orhun/binsider/pull/88) |
| 30 | + |
| 31 | +### ⚙️ Miscellaneous Tasks |
| 32 | + |
| 33 | +- *(flake)* Update flake.lock by @osbm |
| 34 | +- *(funding)* Add wellKnown directory by @orhun |
| 35 | +- *(github)* Create PRs for nix flake updates automatically by @ch4og in [#85](https://github.com/orhun/binsider/pull/85) |
| 36 | +- *(ci)* Track dependencies updates to add them to Nix cache by @ch4og in [#84](https://github.com/orhun/binsider/pull/84) |
| 37 | + |
| 38 | +## New Contributors |
| 39 | + |
| 40 | +* @ibidani made their first contribution in [#136](https://github.com/orhun/binsider/pull/136) |
| 41 | +* @MykBamberg made their first contribution in [#132](https://github.com/orhun/binsider/pull/132) |
| 42 | +* @nyurik made their first contribution in [#116](https://github.com/orhun/binsider/pull/116) |
| 43 | +* @fujiapple852 made their first contribution in [#108](https://github.com/orhun/binsider/pull/108) |
| 44 | +* @osbm made their first contribution |
| 45 | +* @dacianpascu06 made their first contribution in [#96](https://github.com/orhun/binsider/pull/96) |
| 46 | +* @mandarvaze made their first contribution in [#94](https://github.com/orhun/binsider/pull/94) |
| 47 | +* @godzie44 made their first contribution in [#91](https://github.com/orhun/binsider/pull/91) |
| 48 | + |
| 49 | +**Full Changelog**: https://github.com/orhun/binsider/compare/v0.2.1...0.3.0 |
| 50 | + |
5 | 51 | ## 0.2.1 - 2024-10-10 |
6 | 52 |
|
7 | 53 | ### 🚀 Features |
|
0 commit comments