Skip to content

Release 0.6

Compare
Choose a tag to compare
@rebane2001 rebane2001 released this 25 Oct 19:23
· 40 commits to master since this release
  • Fixed issue where code would start doing other stuff even if a network request hadn't finished yet
    • This will fix most of the issues Chanduino used to have, crashes and bugs should now be very rare on a good connection
  • Replaced post loading code with HTTP/1.1 chunked transfer compatible version
  • Made post rendering code not recursive
    • This will prevent crashes on long multipage posts/replies
  • Removed board loading network request
    • This means loading a board is now faster and code looks better
  • Rewrote image downloading code to be more stable and faster
  • Other bugfixes