File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ** binsider** ] ( https://binsider.dev ) : Analyze ELF binaries like a boss 😼🕵️♂️
4
4
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
+
5
36
## 0.2.0 - 2024-09-30
6
37
7
38
✨ See the blog post about this release: < https://binsider.dev/blog/v020/ >
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " binsider"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
description = " Analyze ELF binaries like a boss"
5
5
authors = [" Orhun Parmaksız <orhunparmaksiz@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ body = """
25
25
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
26
26
{% if commit.breaking %}[**breaking**] {% endif %}\
27
27
{{ commit.message | upper_first }}\
28
- {% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif -%}\
28
+ {% if commit.remote.username %}by @{{ commit.remote.username }}{%- endif -%}\
29
29
{% if commit.remote.pr_number %} in \
30
30
[#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }})
31
31
{%- endif %}\
You can’t perform that action at this time.
0 commit comments