mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Sync changelog
This commit is contained in:
parent
9d4dc5f351
commit
98df0773a2
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
## Fixes
|
||||
- Fixed auto backup, auto extension update, and app update checker stop working
|
||||
if it crash/failed
|
||||
- Fixed crashes when trying to reload extension repo due to connection issue
|
||||
|
||||
## Translation
|
||||
- Update Japanese translation (akir45)
|
||||
|
|
|
@ -28,6 +28,7 @@ class UpdateExtensionRepo(
|
|||
} catch (e: Exception) {
|
||||
when (e) {
|
||||
is FetchExtensionRepoException -> {
|
||||
// TODO: A way to show user that a repo failed to update
|
||||
Logger.e(e) { "Failed to fetch repo details" }
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue