Skip to content

Releases: cookthebook/bytenuts

Public Pre-Release v0.4.1

28 May 06:25
Compare
Choose a tag to compare
Pre-release

Hotfix to address bug where command page files would not get loaded (issue #13). No new features have been added.

Public Pre-Release v0.4

13 May 19:28
Compare
Choose a tag to compare
Pre-release

This release comes with one new feature - the inter command timeout configuration option. If the user pastes in multiple lines, this will guarantee that a small delay is inserted in between each line. This can avoid issues with devices that cannot process commands as fast as the PC can write the bytes.

Also of note - the default build output is now optimized with -O2. To build an un-optimized debug target, run make DEBUG=1.

Fixed Issues

  • #10 - Now if multiple Bytenuts processes are open, they will not overwrite each others cache files

Known Issues

  • #12 - Cleanup Force Closed Process Cache Files
  • #3 - Limit max I/O data stored
  • #5 - Line Wrap does not behave properly

Public Pre-Release v0.3

16 Oct 19:40
Compare
Choose a tag to compare
Pre-release

This release comes with the new hex buffer mode. This allows the user to toggle to a different input mode with ctrl+b H that interprets input as hex characters. See the README for more info.

Fixed Issues

  • #2 - Making window smaller does not update the screen properly
  • #4 - User controlled escape character (this was partially working before, but now is fully working)
  • #8 - Specifying the default baud rate with -b 115200 results in speed incompatibility (thank you @Koverkill)

Known Issues

  • #3 - Limit max I/O data stored
  • #5 - Line Wrap does not behave properly

Public Pre-Release v0.2

11 Jun 17:53
Compare
Choose a tag to compare
Pre-release

The main feature of this release is the new session resumption feature. If launched with the -r option, bytenuts will load in the previous instance's history. There are probably bugs in this feature that have yet to be found, but it seems to be functional for this pre-release.

Known Issues

  • #2 Making window smaller does not update the screen properly
  • #3 Limit max I/O data stored
  • #5 Line Wrap does not behave properly

Public Pre-Release v0.1

10 Feb 03:43
Compare
Choose a tag to compare
Pre-release

This is the first public release of Bytenuts. Please keep in mind that most features are implemented but bugs are still present. Attached is the x86-64 executable, tested on Ubuntu 18 (WSL).

Known Issues

  • #2 Making window smaller does not update the screen properly
  • #3 Limit max I/O data stored
  • #5 Line Wrap does not behave properly