Skip to content

Commit

Permalink
release: v1.1.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Jul 26, 2024
1 parent 7e5a17d commit 3dad6e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

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

## new
## 1.1.0-alpha04

images of extreme sizes (one side is extremely large and the other is extremely
small). [#32](https://github.com/panpf/zoomimage/issues/32)

* improve: Now non-Android platforms will directly ignore gif images when subsampling panpf Moments
ago
* improve: Now subsampling cannot be used as long as either side of the thumbnail exceeds the
original
image
* fix: Fix the bug that coil and glide series components do not support '/sdcard/sample.jpeg' type
model. [#34](https://github.com/panpf/zoomimage/issues/34)
* fix: Fixed a bug that caused the Tile map to calculate abnormally and crash when encountering
images of extreme sizes (one side is extremely large and the other is extremely
small). [#32](https://github.com/panpf/zoomimage/issues/32)
* fix: Fixed the bug where KotlinResourceImageSource on ios could not load images. [#36](https://github.com/panpf/zoomimage/issues/36)
* fix: Fixed the bug where KotlinResourceImageSource on ios could not load
images. [#36](https://github.com/panpf/zoomimage/issues/36)
* improve: Now non-Android platforms will directly ignore gif images when subsampling panpf Moments
ago
* improve: Now subsampling cannot be used as long as either side of the thumbnail exceeds the
original image

## 1.1.0-alpha03

Expand Down
15 changes: 9 additions & 6 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

翻译:[English](CHANGELOG.md)

## new
## 1.1.0-alpha04

subsampling:

* improve: 现在非 Android 平台在子采样时会直接忽略 gif 图片
* improve: 现在只要缩略图的任意一边超过原图就无法使用子采样
* fix: 修复 coil 和 glide 系列组件不支持 '/sdcard/sample.jpeg' 类型 model 的
bug。 [#34](https://github.com/panpf/zoomimage/issues/34)
* fix: 修复在遇到极端尺寸(一边特别大一边特别小)的图片时导致 Tile 地图计算异常而崩溃的
bug。 [#32](https://github.com/panpf/zoomimage/issues/32)
* fix: 修复 ios 版 KotlinResourceImageSource 无法加载图片的 bug。 [#36](https://github.com/panpf/zoomimage/issues/36)
* fix: 修复 coil 和 glide 系列组件不支持 '/sdcard/sample.jpeg' 类型 model 的
bug。 [#34](https://github.com/panpf/zoomimage/issues/34)
* fix: 修复 ios 版 KotlinResourceImageSource 无法加载图片的
bug。 [#36](https://github.com/panpf/zoomimage/issues/36)
* improve: 现在非 Android 平台在子采样时会直接忽略 gif 图片
* improve: 现在只要缩略图的任意一边超过原图就无法使用子采样

## 1.1.0-alpha03

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ org.jetbrains.compose.experimental.wasm.enabled=true
minSdk=21
targetSdk=28
compileSdk=34
versionCode=1102
versionName=1.1.0-alpha03
versionCode=1104
versionName=1.1.0-alpha04
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.zoomimage
Expand Down

0 comments on commit 3dad6e0

Please sign in to comment.