Skip to content

Commit 38402fa

Browse files
Merge pull request #120 from wcampbell0x2a/rel-0.4.0
2 parents 01862df + f007b7c commit 38402fa

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2025-01-14
10+
- Display registers that point to addresses in Hexdump [#115](https://github.com/wcampbell0x2a/heretek/pull/115)
11+
- Show asm and function offset in asm deref [#117](https://github.com/wcampbell0x2a/heretek/pull/117)
12+
- Expand `HERETEK_MAPPING_{START,END,LEN}` to allow optional index of mapping [#116](https://github.com/wcampbell0x2a/heretek/pull/116)
13+
- Fix `HERETEK_MAPPING_{START,END,LEN}` to allow all ascii chars as filename [#116](https://github.com/wcampbell0x2a/heretek/pull/116)
14+
- Add `--cmds` to cmd history [#118](https://github.com/wcampbell0x2a/heretek/pull/118)
15+
- Ignore `#` comment lines in `--cmds` [#119](https://github.com/wcampbell0x2a/heretek/pull/119)
16+
917
## [0.3.0] - 2025-01-09
1018
- Adjusted size of UI elements in Main View [#102](https://github.com/wcampbell0x2a/heretek/pull/102)
1119
- Add `--gdb-path` to override gdb executated [#101](https://github.com/wcampbell0x2a/heretek/pull/101)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heretek"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "GDB TUI Dashboard for the understanding of vast knowledge"
66
license = "MIT/Apache-2.0"

images/screenshot.png

7.05 KB
Loading

src/snapshots/heretek__tests__render_app.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: src/main.rs
33
expression: output
44
snapshot_kind: text
55
---
6-
"────────────────────────────────────────────────────────────────────────|heretek-v0.3.0|────────────────────────────────────────────────────────────────────────"
6+
"────────────────────────────────────────────────────────────────────────|heretek-v0.4.0|────────────────────────────────────────────────────────────────────────"
77
" F1 main | F2 registers | F3 stack | F4 instructions | F5 output | F6 mapping | F7 hexdump | Heap | Stack | Code "
88
"Registers───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────"
99
" rax → 0x401825 → main+0 (push %rbp) "

0 commit comments

Comments
 (0)