Skip to content

Commit 41dd12b

Browse files
authored
bump version (#52)
* feat: add comprehensive async tests and remove orientation variable in JPEG decoder Signed-off-by: Caijinglong <cjl_spy@163.com> * fix: correct JPEG image orientation retrieval and bump version to 2.4.1 Signed-off-by: Caijinglong <cjl_spy@163.com> --------- Signed-off-by: Caijinglong <cjl_spy@163.com>
1 parent fd9fc7f commit 41dd12b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/image_size_getter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

33
- [CHANGELOG](#changelog)
4+
- [2.4.1](#241)
45
- [2.4.0](#240)
56
- [2.3.0+1](#2301)
67
- [2.3.0](#230)
@@ -18,6 +19,10 @@
1819
- [0.1.1](#011)
1920
- [0.1.0](#010)
2021

22+
## 2.4.1
23+
24+
- Fix: Corrected orientation retrieval in JPEG images.
25+
2126
## 2.4.0
2227

2328
- Add `isExtensionSupported` to `BaseDecoder`

packages/image_size_getter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: image_size_getter
22
description: Get image width and height, the library does not completely decode the image file, just read the metadata to get the image width and height.
3-
version: 2.4.0
3+
version: 2.4.1
44
homepage: https://github.com/CaiJingLong/dart_image_size_getter
55

66
topics:

0 commit comments

Comments
 (0)