Skip to content

Commit

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

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

# new
# v3.3.0-beta05

#### sketch

Expand All @@ -27,11 +27,11 @@ Translations: [简体中文](CHANGELOG_zh.md)

#### sketch-extensions:

* deprecated: The `sketch-extensions` module is deprecated and kept for now, now it only depends on
the `sketch-extensions-view` module
* new: Added `sketch-extensions-view` and `sketch-extensions-compose` modules to provide extension
functions for view and compose respectively
* new: Provide MimeType logo, DataFrom logo, and progress indicator functions for compose
* deprecated: The `sketch-extensions` module is deprecated and kept for now, now it only depends on
the `sketch-extensions-view` module
* new: SketchImageView adds a new requestState attribute, which can use flow to monitor the status, results and progress of the request.

#### sketch-gif:
Expand All @@ -40,10 +40,10 @@ Translations: [简体中文](CHANGELOG_zh.md)
> If you use the gif-related classes or functions of the `sketch` module, now you need to
> additionally depend on the `sketch-gif` module
* new: Add the `sketch-gif` module and move the gif-related code in the `sketch-gif-movie`
and `sketch` modules to this module
* deprecated: Deprecated `sketch-gif-movie` module, retained for now, now it only depends
on `sketch-gif` module
* new: Add the `sketch-gif` module and move the gif-related code in the `sketch-gif-movie`
and `sketch` modules to this module

# v3.3.0-beta04

Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG_zh.md
Expand Up @@ -2,7 +2,7 @@

翻译:[English](CHANGELOG.md)

# new
# v3.3.0-beta05

#### sketch:

Expand All @@ -25,19 +25,19 @@

#### sketch-extensions:

* deprecated: 弃用 `sketch-extensions` 模块,暂时保留,现在它仅依赖 `sketch-extensions-view` 模块
* new: 新增 `sketch-extensions-view``sketch-extensions-compose` 模块分别为 view 和 compose
提供扩展功能
* new: 为 compose 提供 MimeType 角标、DataFrom 角标、进度指示器功能
* deprecated: 弃用 `sketch-extensions` 模块,暂时保留,现在它仅依赖 `sketch-extensions-view` 模块
* new: SketchImageView 新增 requestState 属性,可以使用 flow 的方式监听请求的状态、结果和进度

#### sketch-gif:

> [!CAUTION]
> 如果你使用了 `sketch` 模块的 gif 相关的类或函数现在你需要额外依赖 `sketch-gif` 模块 :
* new: 新增 `sketch-gif` 模块,并将 `sketch-gif-movie``sketch` 模块里的 gif 相关的代码移到此模块
* deprecated: 弃用 `sketch-gif-movie` 模块,暂时保留,现在它仅依赖 `sketch-gif` 模块
* new: 新增 `sketch-gif` 模块,并将 `sketch-gif-movie``sketch` 模块里的 gif 相关的代码移到此模块

# v3.3.0-beta04

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -26,8 +26,8 @@ minSdk=16
minSdk21=21
targetSdk=28
compileSdk=34
versionCode=3304
versionName=3.3.0-beta04
versionCode=3305
versionName=3.3.0-beta05
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.sketch3
Expand Down

0 comments on commit ed71f31

Please sign in to comment.