Skip to content

Releases: rebane2001/chanduino

Release 1.0 - S3 support!

12 Jul 18:12
Compare
Choose a tag to compare
  • Changed UI to be fully responsive (supports other resolutions).
  • Added support for the T-Display-S3 board.
  • Fixed images sometimes not showing up due to 4chan cache changes.
  • Fixed slow WiFi bug caused by undefined behavior.

Release 0.8

12 Oct 23:08
Compare
Choose a tag to compare
  • The startup screen now shows the Chanduino version and board voltage.
  • Added a progress bar to look at while loading stuff (can be disabled).
  • Theme colors are used on the startup and wifi screens.
  • 404 images no longer error (can browse boards such as /f/ and /s/ now).
    • Added a test function for going through every board to verify compatibility.
  • Performance/responsiveness improvements.

Release 0.7

05 Nov 00:10
Compare
Choose a tag to compare
  • Added theme support
    • Yotsuba (default) and Tomorrow
    • Website for creating your own themes
  • Remember last visited board when going from posts view to boards view
  • Turn on backlight when button is pressed down (not released)

Release 0.6

25 Oct 19:23
Compare
Choose a tag to compare
  • 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

Release 0.5

25 Oct 00:13
Compare
Choose a tag to compare
  • Added my own implementation of HTTP/1.1 chunked encoding decoder
    • This fixes most issues with longer boards and threads not loading correctly
    • Unrelated but similar issues might sometimes still occur, I'll try to find a solution for them at some point

Release 0.4

24 Oct 13:21
Compare
Choose a tag to compare
  • Added configuration options
  • Added ability to configure a default board
  • Added screensaver
  • Added threadwatcher (wakes screen on new posts)

Release 0.3

24 Oct 08:59
Compare
Choose a tag to compare
  • Chanduino now retains the board posts and location when looking at threads, so you can continue browsing posts after going through a specific thread (#3)

Release 0.2

24 Oct 08:20
ac079d1
Compare
Choose a tag to compare

(Initial version, originally released on Sep 9)