Skip to content

Releases: Gskartwii/teehee

Bugfix release 2

26 Jan 19:52
v0.2.8
aa58f13
Compare
Choose a tag to compare

This release replaces v0.2.7, fixing an issue with Cargo.lock metadata.
Version v0.2.7 is kept in the repository for transparency reasons.

Bugfix release

26 Jan 07:44
v0.2.7
8d7a5a1
Compare
Choose a tag to compare

This release fixes an internal test case using invalid data.

Overwrite and byte property release

23 Jan 11:23
v0.2.6
d4a9592
Compare
Choose a tag to compare

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 Contributors

Full Changelog: v0.2.3...v0.2.6

v0.2.3 - History release

14 Apr 16:22
v0.2.3
370247c
Compare
Choose a tag to compare

This release adds support for the undo/redo system.
Additionally, it contains a vast performance improvement for
handling larger files.

v0.2.2

05 Apr 12:35
2f9fe14
Compare
Choose a tag to compare

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.