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
|
## 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)
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue