|
2 | 2 |
|
3 | 3 | [**binsider**](https://binsider.dev): Analyze ELF binaries like a boss 😼🕵️♂️
|
4 | 4 |
|
| 5 | +## 0.2.0 - 2024-09-30 |
| 6 | + |
| 7 | +✨ See the blog post about this release: <https://binsider.dev/blog/v020/> |
| 8 | + |
| 9 | +### 🚀 Features |
| 10 | + |
| 11 | +- *(ui)* Add loading/splash screen by @orhun in [#55](https://github.com/orhun/binsider/pull/55) |
| 12 | +- *(lib)* Add example/documentation about using as a library by @orhun in [#52](https://github.com/orhun/binsider/pull/52) |
| 13 | +- *(dynamic)* Support running binaries with CLI arguments by @orhun in [#49](https://github.com/orhun/binsider/pull/49) |
| 14 | +- *(static)* Reorder symbol table for better readability by @orhun in [#42](https://github.com/orhun/binsider/pull/42) |
| 15 | +- *(dynamic)* Make dynamic analysis optional for better platform support by @orhun in [#31](https://github.com/orhun/binsider/pull/31) |
| 16 | +- *(tui)* Improve the white theme support by @orhun in [#23](https://github.com/orhun/binsider/pull/23) |
| 17 | +- *(nix)* Add a simple flake.nix by @jla2000 in [#14](https://github.com/orhun/binsider/pull/14) |
| 18 | + |
| 19 | +### 🐛 Bug Fixes |
| 20 | + |
| 21 | +- *(ui)* Avoid crashing when logo does not fit the terminal by @orhun |
| 22 | +- *(test)* Update file info arguments by @orhun |
| 23 | +- *(dynamic)* Fix locating the binary by @orhun in [#48](https://github.com/orhun/binsider/pull/48) |
| 24 | +- *(dynamic)* Sort the shared library list by @orhun in [#37](https://github.com/orhun/binsider/pull/37) |
| 25 | +- *(strings)* Replace unicode whitespace for correct rendering by @orhun in [#28](https://github.com/orhun/binsider/pull/28) |
| 26 | +- *(file)* Do not panic if creation time is not supported by @orhun in [#25](https://github.com/orhun/binsider/pull/25) |
| 27 | +- *(tui)* Stop the event handler on quit by @orhun in [#24](https://github.com/orhun/binsider/pull/24) |
| 28 | +- *(flake)* Fix test failure on Nix by @ch4og in [#30](https://github.com/orhun/binsider/pull/30) |
| 29 | +- *(docker)* Fix inconsistent keyword casing by @orhun |
| 30 | +- *(ci)* Only run library unit tests in CI by @orhun |
| 31 | +- *(test)* Ensure that binary is built before the test runs by @samueltardieu in [#11](https://github.com/orhun/binsider/pull/11) |
| 32 | +- *(website)* Handle GitHub release version correctly by @orhun |
| 33 | + |
| 34 | +### 📚 Documentation |
| 35 | + |
| 36 | +- *(blog)* Add blog post for 0.2.0 release by @orhun in [#53](https://github.com/orhun/binsider/pull/53) |
| 37 | + |
| 38 | +### ⚙️ Miscellaneous Tasks |
| 39 | + |
| 40 | +- *(website)* Add discord link by @orhun |
| 41 | +- *(changelog)* Update git-cliff config by @orhun |
| 42 | +- *(website)* Do not deploy website for pull requests by @orhun |
| 43 | + |
| 44 | +## New Contributors |
| 45 | + |
| 46 | +* @ch4og made their first contribution in [#30](https://github.com/orhun/binsider/pull/30) |
| 47 | +* @samueltardieu made their first contribution in [#11](https://github.com/orhun/binsider/pull/11) |
| 48 | +* @jla2000 made their first contribution in [#14](https://github.com/orhun/binsider/pull/14) |
| 49 | + |
| 50 | +**Full Changelog**: https://github.com/orhun/binsider/compare/v0.1.0...v0.2.0 |
| 51 | + |
5 | 52 | ## 0.1.0 - 2024-09-11
|
6 | 53 |
|
7 | 54 | Initial release 🚀
|
0 commit comments