Releases: Issung/GChan
v6.5.0-beta
- Listen for 429 ("Too Many Requests") responses from 4chan and pause scraping temporarily to back off.
- Add "Pending" column to threads grid view (Thanks @vlad-patras!).
v6.4.0-beta
- Upgrade boards view to use a table (like threads).
- Fix board scraping not creating any threads.
- Fix thread file count being off by 1 when made from a board.
- Refactor downloading error handling.
- Optimise UI redrawing.
v6.3.1-beta
- Fix bug when no suitable subject is found for a thread. Thanks again @vlad-patras!
v6.3-beta
- Fix not reloading saved assets properly, causing them to be re-downloaded. Thanks @vlad-patras!
- Fix case where after app restart if a thread is archived soon after some assets may be likely to be missed. Thanks @vlad-patras!
- Futher fixes to subject sanitsation.
v6.2-beta
- NEW: Pause feature allows you to pause all GChan scraping, use this when browsing or gaming.
- Pause/resume function can be accessed in program or by right clicking GChan in the system tray.
- Newly added threads now await in the queue as Loading... before fetching metadata such as subject & file count.
- If thread has no subject the user's name is used, or the thread's text if it is 1 line and short.
- When queues are empty reduce wasted processing looping checking for queues.
- Fix program & browser freeze when drag & dropping to add thread urls.
- Fix thread subject sanitisation for use as folder name upon removal.
v6.1-beta
- Fixed threads not removing themselves when gone.
- Use new ConcucrentDistinctQueue to ensure no items can be in processing queue twice.
- Download thumbnails at a lower priority compared to uploads/threads/boards.
- Polish settings form.
- Add thread Id column to grid view.
v6.0-beta
Complete rewrite of how GChan works under the hood
- Port from outdated .NET Framework to latest .NET 8.
- Massive optimisations for both CPU/Memory usage & network calls.
- More configuration for network rate limiting to obey official 4chan documentation recommendations.
This beta release is for early feedback & bugtesting, please try it and provide feedback in either GitHub issues of Discord.
v5.5.0
v5.4.0
v5.3.0
What's Changed
- Add setting to save thumbnails with thread html.
- Fix sorting by integer column.
- Use absolute path for sqlite db file, hopefully fixing access denied errors on startup.
Full Changelog: v5.2.0-beta...v5.3.0