1.8.2.1
This commit is contained in:
parent
f4ebd90641
commit
ae5270b440
3 changed files with 11 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ def properties = new Properties()
|
|||
def versionMajor = 1
|
||||
def versionMinor = 8
|
||||
def versionPatch = 2
|
||||
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
|
||||
def versionBuild = 1 // bump for dogfood builds, public betas, etc.
|
||||
def isBeta = false
|
||||
|
||||
def versionExt = ""
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ class TerminalDownloadWorker(
|
|||
}
|
||||
}
|
||||
}
|
||||
if (logDownloads) logRepo.update(initialLogDetails + "\n" + it.out, logItem.id, true)
|
||||
if (logDownloads) logRepo.update(initialLogDetails + it.out, logItem.id, true)
|
||||
dao.updateLog(it.out, itemId.toLong())
|
||||
notificationUtil.cancelDownloadNotification(itemId)
|
||||
delay(1000)
|
||||
|
|
|
|||
9
fastlane/metadata/android/en-US/changelogs/108020100.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/108020100.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# What's Changed
|
||||
|
||||
- Fixed downloads crashing on items with titles that have quotes in them
|
||||
- Removed custom format sorting by default to avoid common issues with format selection, and moved the preferences to advanced settings. Most of users don't need to customize sorting formats anyway :)
|
||||
- Fixed app sometimes building -f as bv/bv+ba/b instead of bv+ba/bv/b
|
||||
- Update WorkManager library, hopefully fixing #720
|
||||
- Other small things
|
||||
|
||||
Hopefully this build is stable for the time being!
|
||||
Loading…
Reference in a new issue