chore: Sync changelog

This commit is contained in:
Ahmad Ansori Palembani 2024-07-27 20:26:47 +07:00
parent 9d4dc5f351
commit 98df0773a2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
## Fixes ## Fixes
- Fixed auto backup, auto extension update, and app update checker stop working - Fixed auto backup, auto extension update, and app update checker stop working
if it crash/failed if it crash/failed
- Fixed crashes when trying to reload extension repo due to connection issue
## Translation ## Translation
- Update Japanese translation (akir45) - Update Japanese translation (akir45)

View file

@ -28,6 +28,7 @@ class UpdateExtensionRepo(
} catch (e: Exception) { } catch (e: Exception) {
when (e) { when (e) {
is FetchExtensionRepoException -> { is FetchExtensionRepoException -> {
// TODO: A way to show user that a repo failed to update
Logger.e(e) { "Failed to fetch repo details" } Logger.e(e) { "Failed to fetch repo details" }
return return
} }