Releases: rebane2001/chanduino
Releases · rebane2001/chanduino
Release 1.0 - S3 support!
- 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
- 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
- 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
- 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
- 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
- Added configuration options
- Added ability to configure a default board
- Added screensaver
- Added threadwatcher (wakes screen on new posts)
Release 0.3
- 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
(Initial version, originally released on Sep 9)