Skip to content

Commit 13eccab

Browse files
committed
Add new features to docs
1 parent ab2f0c4 commit 13eccab

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
- `T` reverse truncates the file (deletes from offset 0 to current offset).
99
- Both commands above need confirmation from the user as they can't be undone.
1010
- Selection mode:
11-
- Bug fix: selection no longer disappears when selected range is bigger than page size.
1211
- Users can now mark colored blocks with `Alt-m`. Press multiple times to change colors. `[` and `]` keys navigate to marked block boundaries.
12+
- Bug fix: selection no longer disappears when selected range is bigger than page size.
13+
- Fixed number of spaces between current offset and current percentage in status bar.
1314

1415
## dz6 v0.6.0
1516

@@ -37,7 +38,7 @@
3738
- More descriptive error messages.
3839
- Bug fixes:
3940
- Editing keeps only the last change most of the time (#25). Thanks to @sergiogarciadev for reporting it and suggesting a fix!
40-
- When editing the Hex and Text are showing different data (#26). Thanks to @sergiogarciadev again. :)
41+
- When editing the Hex and Text are showing different data (#26). Thanks to @sergiogarciadev again.
4142
- Multiple bugs related to zero-byte files.
4243
- If a target file has a related database (.dz6 file), dz6 would parse `editing_hex` as false, causing Replace mode to default to ASCII editing.
4344
- High CPU usage problem due to frequent event polling.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ If you need permanent settings, create a `$HOME/.dz6init` file containing any of
141141
| `n` | Fill selected bytes with NOPs | This puts dz6 in replace mode; press `Enter` to save the buffer; `Esc` to cancel |
142142
| `z` | Fill selected bytes with zeroes | Same as above |
143143
| `y` | Copy bytes to system's clipboard | There is no paste command yet |
144+
| `Alt+m` | Mark a block with a random color | `Alt+m` again to pick another color. `[` and `]` to navigate to block boundaries |
144145
| `Esc` | Go back to normal mode | |
145146

146147
#### Hex replace mode

0 commit comments

Comments
 (0)