Releases: cookthebook/bytenuts
Public Pre-Release v0.4.1
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
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
Public Pre-Release v0.3
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
Public Pre-Release v0.2
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
Public Pre-Release v0.1
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).