Skip to content

Commit

Permalink
release: v3.3.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Dec 2, 2023
1 parent 37dd505 commit a043319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

Translations: [简体中文](CHANGELOG_zh.md)

# v3.3.0-beta04-SNAPSHOT
# v3.3.0-beta04

* fix: Fixed a bug introduced from version 3.3.0-beta02 onwards where all disk cache was lost when an app was accidentally killed
* improve: HttpUriFetcher now also verifies that readLength and contentLength are the same when disabling disk caching, and throws an exception if they are not
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_zh.md
Expand Up @@ -2,7 +2,7 @@

翻译:[English](CHANGELOG.md)

# v3.3.0-beta04-SNAPSHOT
# v3.3.0-beta04

* fix: 修复从 '3.3.0-beta02' 开始版本引入的在 App 被意外杀死时磁盘缓存全部丢失的 bug
* improve: 现在 HttpUriFetcher 在禁用磁盘缓存时也会验证 readLength 和 contentLength 是否一样,不一样则会抛出异常
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -27,7 +27,7 @@ minSdk21=21
targetSdk=28
compileSdk=34
versionCode=3304
versionName=3.3.0-beta04-SNAPSHOT
versionName=3.3.0-beta04
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.sketch3
Expand Down

0 comments on commit a043319

Please sign in to comment.