|
|
f560a62c8f
|
Download fixes (#63)
* refactor: Rename StoredManifest to DropData
Signed-off-by: quexeky <git@quexeky.dev>
* fix: Downloads when resuming would truncate files which had not been finished
Signed-off-by: quexeky <git@quexeky.dev>
* chore: Didn't import debug macro
Signed-off-by: quexeky <git@quexeky.dev>
* fix: Download chunks with wrong indexes
Migrated to using checksums as indexes instead
Signed-off-by: quexeky <git@quexeky.dev>
* feat: Resume download button
Also added DBWrite and DBRead structs to make database management easier
Signed-off-by: quexeky <git@quexeky.dev>
* feat: Download resuming
Signed-off-by: quexeky <git@quexeky.dev>
* feat: Resume button and PartiallyInstalled status
Signed-off-by: quexeky <git@quexeky.dev>
* feat: Download validation
Signed-off-by: quexeky <git@quexeky.dev>
* chore: Ran cargo fix & cargo fmt
Signed-off-by: quexeky <git@quexeky.dev>
* fix: download validation, installs, etc
* chore: version bump
---------
Signed-off-by: quexeky <git@quexeky.dev>
Co-authored-by: quexeky <git@quexeky.dev>
|
2025-07-14 16:31:06 +10:00 |
|
|
|
790e8c2afe
|
feat: move to native_model to allow for database upgrades
|
2025-05-15 10:13:24 +10:00 |
|
|
|
65561abdab
|
fix: update object id paths for new server
|
2025-05-10 15:25:40 +10:00 |
|
|
|
0f717d51d0
|
feat: launch options
|
2025-04-27 21:07:39 +10:00 |
|
|
|
cdcd69391d
|
Merge remote-tracking branch 'aden/develop' into develop
|
2025-02-18 14:45:09 +11:00 |
|
|
|
8520b255a3
|
style(library): Re-designed Library UI with new features
|
2025-02-15 16:41:32 +10:30 |
|
|
|
2a1a7326d0
|
feat(cache): Added forceOffline in settings and caching games & library
|
2025-02-12 10:00:45 +11:00 |
|
|
|
f33ca95bdf
|
feat(cache): Added offline!() macro to manage online and offline function distinctions
See fetch_library command for example
|
2025-02-12 10:00:45 +11:00 |
|
|
|
5bb04dafdd
|
feat(settings): Allow settings to update UI using fetch_settings command
|
2025-01-19 19:14:52 +11:00 |
|
|
|
6159319172
|
feat(download manager): Added generic download manager
Signed-off-by: quexeky <git@quexeky.dev>
|
2025-01-05 19:04:07 +11:00 |
|
|
|
a135b1321c
|
feat(process): better process management, including running state
|
2024-12-26 17:19:19 +11:00 |
|
|
|
671d45fbe4
|
feat(download ui): debug queue interface
|
2024-12-09 17:03:48 +11:00 |
|
|
|
de52dac0ab
|
feat(download & db): combined db and download interface improvements
|
2024-12-07 11:00:35 +11:00 |
|
|
|
e4df4eb2d7
|
feat(download manager): update db state with ui and emit events
|
2024-11-28 20:31:04 +11:00 |
|