| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-11 | Fix UpdateInfoFetcher lifetime issues | Mark Rowe | |
| `UpdateInfoFetcher` performs fetches asynchronously and needs to ensure it remains alive for the duration of the fetch. The fetch may not complete before its creator is destroyed, so `UpdateInfoFetcher` needs to control its own lifetime via `std::enable_shared_from_this`. | |||
| 2024-12-30 | Move Changelog filtering to UI | Mason Reed | |
| 2024-02-06 | New Tab Redesign | kat | |
| - Adds some fixes for Animation, an Update info support class and other small things required | |||
