Releases: h3x4n1um/RETON
Releases · h3x4n1um/RETON
RTON-JSON v2.2.0
- Implement log for json2rton
- Optimize write string to RTON
RTON-JSON v2.1.0
- Support drag n drop file (currently 1 file per time)
- Support auto detect RTON and JSON
- More user friendly
RTON-JSON v2.0.0
- Proper implement json2rton although it hasn't optimized yet
- Optimize log for rton2json (reduce a lot of lines)
- Add compiled timestamp
- Move unrelated code outside of main.cpp
- Update json.hpp to 3.5.0
RTON-JSON v1.1.1
- Refactor read_block_RTON()
- Correct some string bytecodes
- Rewrite logging style
RTON-JSON v1.1.0
- Refactor code
- Fix bytecode
86
where an array contains another array - Fix bytecode that uses
signed RTON number
- Use fifo_map for FIFO json writing
RTON-JSON v1.0.0
- Implemented rton2json