19 Commits

Author SHA1 Message Date
5715f97956 delete downloaded files if the download fails 2024-05-06 15:18:54 -04:00
64d0b4b35e use cache ttl for metadata files 2024-05-04 16:18:49 -04:00
de13c5ed75 reduce http client timeout
also version bump
2024-05-01 15:34:35 -04:00
4968f48e8b installer updating to use r2 2024-05-01 10:32:22 -04:00
d840da2f47 updated the things
it might even work
2024-04-27 14:51:54 -04:00
DrakiaXYZ
ac95894967 Switch the precheck to use the release.json method of version fetching
- Removes another hit to the Gitea API
- Renamed 'Models/Releases' to 'Models/ReleaseInfo' to avoid a .gitignore hit, this adds the missing files
- Moved the definition for the release.json URL to DownloadCacheHelper for now
2024-04-26 09:52:41 -07:00
7ca0eab4d7 slightly more logging for hashes 2024-03-25 17:33:24 -04:00
ee4586861f fix mega download
also added a log line for exceptions
2024-03-19 11:29:46 -04:00
db11225eae add more hash logging 2024-01-19 22:51:06 -05:00
6c2f545743 add a try-catch to dir size calculation, other stuff 2023-10-20 22:26:13 -04:00
bfe6147b2e ensure cache directory exists 2023-09-22 18:45:13 -04:00
90ceffdfca delete old files before downloaing, fix download task 2023-09-21 18:52:33 -04:00
84c9f0975a DownloadCacheHelper allows direct downloads and checking cache 2023-09-21 10:52:26 -04:00
ce2cd80bf6 add cache info controls 2023-08-25 23:46:11 -04:00
f135a3e325 finish auto update feature 2023-07-30 16:15:52 -04:00
a8b91f4ee6 Refactor C# code to imperative, top-level statements style
Updated the existing C# code into a more modern, imperative and top-level statements style. This involves shortening the code by removing unnecessary parts like additional brackets and explicit namespace declarations. It's done to improve clarity and readability.
2023-07-12 09:19:33 +02:00
52a283ad37 adding some more logging 2023-05-22 15:09:00 -04:00
18a217a974 bug fixes, ui tweaks, additional logging 2023-05-18 20:04:00 -04:00
8331080d85 major rework to move to avalonia 2023-05-11 23:11:39 -04:00