|
1 | 1 | # ✔️Changelog |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. |
3 | 4 |
|
4 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project |
| 6 | +adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 | 7 |
|
7 | 8 | ## [Unreleased] |
8 | 9 |
|
| 10 | +## [2.1.16] - 2022-06-22 |
| 11 | + |
| 12 | +* Improve document on how to provide both camera and gallery |
| 13 | +* List other gallery apps on gallery choose mode |
| 14 | +* Handle an exception on creating a new file while trying to crop the image |
| 15 | +* Add Russian translation |
| 16 | +* Add Italy(italian) translation |
| 17 | + |
9 | 18 | ## [2.1.15] - 2021-11-16 |
10 | 19 |
|
11 | | - * Update internal dependencies |
12 | | - * Improve support for front camera |
13 | | - * Target SDK 31 |
| 20 | +* Update internal dependencies |
| 21 | +* Improve support for front camera |
| 22 | +* Target SDK 31 |
14 | 23 |
|
15 | 24 | ## [2.1.14] - 2021-10-20 |
16 | 25 |
|
17 | | - * Migrate to Kotlin 1.5.31 |
| 26 | +* Migrate to Kotlin 1.5.31 |
18 | 27 | * Update internal dependencies |
19 | 28 | * Fix an issue if image is corrupted |
20 | 29 | * Add Bengali translation |
@@ -227,24 +236,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
227 | 236 | * Replace white screen with transparent one. |
228 | 237 |
|
229 | 238 | ## [1.0] - 2019-02-11 |
| 239 | + |
230 | 240 | ### Added |
231 | | - * Pick Gallery Image |
232 | | - * Capture Camera Image |
233 | | - * Crop Image(Its based on [uCrop](https://github.com/Yalantis/uCrop)) |
234 | | - * Compress Image(Compress image based on resolution and size) |
235 | | - * Handle Runtime Permission for Camera and Storage |
236 | | - * Retrieve Image Result as File, File Path as String or Uri object |
237 | | - |
238 | | -[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.1.15...HEAD |
| 241 | + |
| 242 | +* Pick Gallery Image |
| 243 | +* Capture Camera Image |
| 244 | +* Crop Image(Its based on [uCrop](https://github.com/Yalantis/uCrop)) |
| 245 | +* Compress Image(Compress image based on resolution and size) |
| 246 | +* Handle Runtime Permission for Camera and Storage |
| 247 | +* Retrieve Image Result as File, File Path as String or Uri object |
| 248 | + |
| 249 | +[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.1.16...HEAD |
| 250 | + |
| 251 | +[2.1.16]: https://github.com/Drjacky/ImagePicker/compare/v2.1.15...v2.1.16 |
| 252 | + |
239 | 253 | [2.1.15]: https://github.com/Drjacky/ImagePicker/compare/v2.1.14...v2.1.15 |
| 254 | + |
240 | 255 | [2.1.14]: https://github.com/Drjacky/ImagePicker/compare/v2.1.13...v2.1.14 |
| 256 | + |
241 | 257 | [2.1.13]: https://github.com/Drjacky/ImagePicker/compare/v2.1.12...v2.1.13 |
| 258 | + |
242 | 259 | [2.1.12]: https://github.com/Drjacky/ImagePicker/compare/v2.1.11...v2.1.12 |
| 260 | + |
243 | 261 | [2.1.11]: https://github.com/Drjacky/ImagePicker/compare/v2.1.10...v2.1.11 |
| 262 | + |
244 | 263 | [2.1.10]: https://github.com/Drjacky/ImagePicker/compare/v2.1.9...v2.1.10 |
| 264 | + |
245 | 265 | [2.1.9]: https://github.com/Drjacky/ImagePicker/compare/v2.1.8...v2.1.9 |
| 266 | + |
246 | 267 | [2.1.8]: https://github.com/Drjacky/ImagePicker/compare/v2.1.7...v2.1.8 |
| 268 | + |
247 | 269 | [2.1.7]: https://github.com/Drjacky/ImagePicker/compare/v2.1.6...v2.1.7 |
| 270 | + |
248 | 271 | [2.1.6]: https://github.com/Drjacky/ImagePicker/compare/v2.0.6...v2.1.6 |
249 | 272 | [2.0.6]: https://github.com/Drjacky/ImagePicker/compare/v2.0.5...v2.0.6 |
250 | 273 | [2.0.5]: https://github.com/Drjacky/ImagePicker/compare/v2.0.4...v2.0.5 |
|
0 commit comments