File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ** binsider** ] ( https://binsider.dev ) : Analyze ELF binaries like a boss 😼🕵️♂️
44
5+ ## 0.2.1 - 2024-10-10
6+
7+ ### 🚀 Features
8+
9+ - * (tui)* Use stdout for rendering by @orhun in [ #79 ] ( https://github.com/orhun/binsider/pull/79 )
10+ - * (ui)* Support shift+tab for going to the previous tab by @XXMA16 in [ #70 ] ( https://github.com/orhun/binsider/pull/70 )
11+ - * (cli)* Add ` --tab ` argument by @josueBarretogit in [ #60 ] ( https://github.com/orhun/binsider/pull/60 )
12+ - * (general)* Display the number of shared libraries by @sumit0190 in [ #58 ] ( https://github.com/orhun/binsider/pull/58 )
13+
14+ ### 🐛 Bug Fixes
15+
16+ - * (tui)* [ ** breaking** ] Query the terminal background once by @orhun in [ #62 ] ( https://github.com/orhun/binsider/pull/62 )
17+ - * (flake)* Add missing meta section to flake by @ch4og in [ #74 ] ( https://github.com/orhun/binsider/pull/74 )
18+ - * (cd)* Enable cross compilationby @orhun
19+
20+ ### ⚡ Performance
21+
22+ - * (flake)* Speed up rebuild by using naersk by @ch4og in [ #76 ] ( https://github.com/orhun/binsider/pull/76 )
23+
24+ ### ⚙️ Miscellaneous Tasks
25+
26+ - * (deny)* Update ignored advisoriesby @orhun
27+ - * (ci)* Add nix flake build by @ch4og in [ #75 ] ( https://github.com/orhun/binsider/pull/75 )
28+
29+ ## New Contributors
30+ * @XXMA16 made their first contribution in [ #70 ] ( https://github.com/orhun/binsider/pull/70 )
31+ * @josueBarretogit made their first contribution in [ #60 ] ( https://github.com/orhun/binsider/pull/60 )
32+ * @sumit0190 made their first contribution in [ #58 ] ( https://github.com/orhun/binsider/pull/58 )
33+
34+ ** Full Changelog** : https://github.com/orhun/binsider/compare/v0.2.0...0.2.1
35+
536## 0.2.0 - 2024-09-30
637
738✨ See the blog post about this release: < https://binsider.dev/blog/v020/ >
Original file line number Diff line number Diff line change 11[package ]
22name = " binsider"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " Analyze ELF binaries like a boss"
55authors = [" Orhun Parmaksız <orhunparmaksiz@gmail.com>" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ body = """
2525 - {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
2626 {% if commit.breaking %}[**breaking**] {% endif %}\
2727 {{ commit.message | upper_first }}\
28- {% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif -%}\
28+ {% if commit.remote.username %}by @{{ commit.remote.username }}{%- endif -%}\
2929 {% if commit.remote.pr_number %} in \
3030 [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }})
3131 {%- endif %}\
You can’t perform that action at this time.
0 commit comments