Releases: Gskartwii/teehee
Bugfix release 2
Bugfix release
This release fixes an internal test case using invalid data.
Overwrite and byte property release
This release features a new mode, overwrite mode, which allows one to
overwrite bytes of the file as in replace mode, but without constantly
switching back to normal mode. It funtions like insert mode, and it is
reached by pressing o
or O
.
Additionally, it contains a side bar which shows information about the
binary content of the file, showing for example the 32-bit integer
interpretation and UTF-8 decoding of the data currently under the main
selection.
What's Changed
- New keybinding, coloring, bytes properties information by @TheBestTvarynka in #11
New Contributors
- @TheBestTvarynka made their first contribution in #11
Full Changelog: v0.2.3...v0.2.6
v0.2.3 - History release
This release adds support for the undo/redo system.
Additionally, it contains a vast performance improvement for
handling larger files.
v0.2.2
This release has support for basic hex editing capabilities. It can be used to
insert and delete hexadecimal text, yank and paste it and search for simple
patterns. It supports multiple selections and multiple buffers.
Implemented commands:
- hjkl
- g[hjkl], G[hjkl]
- ;
- <a-;>
- [bwdqon/?]
- d
- iIaAcC
- ()
- rR
- y
- p
- sS
- M
- :q :q! :w :wa :e :db :db! :wq
- Insert mode:
- Pattern mode:
- Counts for most of these commands
Please see README for documentation on what these commands do.