4.1.0-beta02
- Fixed PDF watermark tool by #2901
- Fixed PDF page numbers tool
- Possible fix for color space by #2900
- Other improvements
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/4.1.0-beta01...4.1.0-beta02
0.83.10
- Cache prebuilt iOS binaries in
~/Library/Caches/ReactNativeso Hermes, ReactNativeDependencies and ReactNativeCore tarballs are reused across clean installs and projects instead of being re-downloaded from Maven (9a0b05b8d0 by @cipolleschi)
- Fixed Yoga node ownership when
display: contentsis used in absolutely positioned subtrees (f2f92098dd by @j-piasecki) - Fixed
display: contentsnodes havinghasNewLayoutset incorrectly (2546ce4d82 by @j-piasecki) - React Native DevTools: Fix a bug where we would incorrectly flag apps using additional Hermes runtimes (e.g. Reanimated) as being multi-host (c800503214 by @huntie)
fetch()response URL is now correct after a redirect (fbe6a686e6 by @MarkCSmith)- Limit WebSocket queue size for the packager connection to prevent the Android inspector from being force-disconnected on large payloads (7164f96d58 by @huntie)
- Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (64c9663152 by @IsaacIsrael)
- Fixes crash when changing the value of
removeClippedSubviews(91e3f773b7 by @javache)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
0.83.10
- Cache prebuilt iOS binaries in
~/Library/Caches/ReactNativeso Hermes, ReactNativeDependencies and ReactNativeCore tarballs are reused across clean installs and projects instead of being re-downloaded from Maven (9a0b05b8d0 by @cipolleschi)
- Fixed Yoga node ownership when
display: contentsis used in absolutely positioned subtrees (f2f92098dd by @j-piasecki) - Fixed
display: contentsnodes havinghasNewLayoutset incorrectly (2546ce4d82 by @j-piasecki) - React Native DevTools: Fix a bug where we would incorrectly flag apps using additional Hermes runtimes (e.g. Reanimated) as being multi-host (c800503214 by @huntie)
fetch()response URL is now correct after a redirect (fbe6a686e6 by @MarkCSmith)- Limit WebSocket queue size for the packager connection to prevent the Android inspector from being force-disconnected on large payloads (7164f96d58 by @huntie)
- Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (64c9663152 by @IsaacIsrael)
- Fixes crash when changing the value of
removeClippedSubviews(91e3f773b7 by @javache)
Hermes dSYMS:
Hermes V1 dSYMS:
ReactNativeDependencies dSYMs:
ReactNative Core dSYMs:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
4.1.0-alpha02
- Regress: fixed statistics and image profiles
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/4.1.0-alpha01...4.1.0-alpha02
4.1.0-alpha01
- Fixed line angle indicator when magnifier is enabled
- Added a recently used tools card with an option to disable it
- Added ability to search trough Help & Tips
- Added setting to control animations duration scale
- Added app usage statistics in settings
- Improved auto corners detection for FOSS document scanner by #2885
- Improved tools search by adding keywords
- Added Torn Edge and Drop Shadow filters by #2890
- Added saving of last used row/column count in Image Splitting tool by #2889
- Fixed one finger zoom in cropper by #2893
- Added ability to save and reuse export profiles in Single Edit and Resize & Convert
- Added ability to disable border around image in Draw and Erase tools by #2894
- Fixed known bugs and improved UI
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/4.0.0...4.1.0-alpha01
v1.2.32
- Fix JNI memory-safety bugs by @koral-- in https://github.com/koral--/android-gif-drawable/pull/873
- Fix use-after-free reading file size after
ReleaseStringUTFCharsinopenFile(#870) - Add missing
intptr_tcast inopenNativeFileDescriptorreturn (#871) - Fix dangling pointer and leaks on
eventfdfailure instartDecoderThread(#872)
- Fix use-after-free reading file size after
Thanks @Fuyugithub for reporting.
Full Changelog: https://github.com/koral--/android-gif-drawable/compare/v1.2.31...v1.2.32
4.0.0
- Added ability to control vertical and horizontal spacing for grid stitching by #2759
- Added ability to draw a mask for seam carving filter by #2763
- Added selection of forward/backward carving for seam carving filter by #2763
- Added setting to control favorite tools tab position
- Added NTSC VHS filter by #2775
- Added ImageQuant compression type for PNG by #2776
- Added Expand Image filter
- Added ability to enable animated emojis
- Added ability to show current line angle in Draw tool by #2792
- Added ability to save image in the original folder by #2798
- Added Shader Studio to create and apply fragment shaders by #2806
- Added filter to apply fragment shaders created in ImageToolbox
- Added PaddleOCR v5/v6 support as an alternative to Tesseract in Text Recognition tool by #2811
- Added MODNet and YOLO segmentation background removers
- Added undo/redo to 14 basic tools
- Added setting to always clear EXIF by #2814
- Added image resolution info in media selector
- Added Help & Tips section in app settings
- Added ability to control X/Y position in Image Stacking tool by #2825
- Added setting to control corners animation throttle
- Added ability to copy color name by #2861
- Added 4 new models for AI tools:
- UVDoc
- Restormer
- Zero-DCE++
- Watermark Remover
- Added ability to pick basic colors and use pipette in Gradient Maker by #2866
- Improved seam carving filter so it can expand the image by #2763, #2779
- Optimized filter preview list by #2760
- Improved Document Scanner tool by #2850
- Various performance optimizations and UI improvements
- Fixed missing fallback for
resvgdecoder if unavailable - Fixed possible cropper crash by #2777
- Fixed Healing Brush preview resetting after configuration changes by #2815
- Fixed crashes with large PDF documents by #2819
- Fixed image desaturation in cropper by #2827
- Fixed screenshot tile by #2836
- Fixed compare screen modes
- Fixed some issues by #2854
- Fixed PDF Signature tool positioning by #2859
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/3.9.0...4.0.0
4.0.0-rc02
- Added MODNet background remover
- Added 3 models for AI tools
- UVDoc
- Restormer
- Zero-DCE++
- Added ability to pick basic colors and use pipette in gradient maker by #2866
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/4.0.0-rc01...4.0.0-rc02
4.0.0-rc01
- Regress: Fixed ascii art tool by #2847
- Regress: Fixed picture markup layer is blank by #2862
- Added setting to control corners animation throttle
- Improved document scanner tool by #2850
- Fixed some issues by #2854
- Fixed pdf signature tool positioning by #2859
- Added ability to copy color name by #2861
- Added PaddleOCR v6 model to recognize text tool by #2863
- Improved UI and updated dependencies
Full Changelog: https://github.com/T8RIN/ImageToolbox/compare/4.0.0-beta04...4.0.0-rc01