Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

74 lines (47 loc) · 2.43 KB

1.1.3

  • Added fix for getting images from gallery (Thanks to @etrigan21 for the PR)
  • Fix for Stored properties cannot be marked unavailable with '@available' (Thanks to @giapnhgc for the PR)
  • Migrated to WeScan 3.0.0
  • Migrated to OpenCV 3.4.5 (using com.quickbirdstudios:opencv:3.4.5)
  • Fixed issues with example app

1.1.2

  • Bug Fix: NullPointerException for scanning title (Thanks to @AhmadHusein5853 for the PR)
  • Added support for PNG and added Exception handling to help catch errors when selecting png images (Thanks to @duypham for the PR)
  • Fixed FileNotFound on iOS (Thanks to @rsanjuan87 for the PR)
  • Fix for not building by usage kotlin-android-extensions plugin (Thanks to @rsanjuan87 for the PR)

1.1.1

  • Bug fix for direct pickup from gallery.

1.1.0

  • Lot of bug fixes (Thanks to @VoronovAlexander for the PR)
  • Adding support to direct pickup from gallery (Thanks to @rsanjuan87 for the PR)
  • Handled flashLight permission and fix for pressing save button more than once (Thanks to @AhmadHusein5853 for the PR)

1.0.9

  • Fix for plugin not working on Android because of link error.

1.0.8

  • Fix for wrong edge detection because of navigation bar (Thanks to @DanicMa for the PR)
  • iOS review screen fix (Thanks to @cansavrun for the PR)

1.0.7

  • Select image for edge detection (Thanks to @henryleunghk for the PR)
  • Scoped storage fix (Thanks to @Yazan99sh for the PR)
  • Migrated android plugin to v2 (Thanks to @TheSuperiorStanislav for the PR)
  • Migrated to kotlin v1.5.31 (Thanks to @TheSuperiorStanislav for the PR)
  • Fix for crash when take picture is called very quickly two times (Thanks to @vmwsree for the PR)
  • Improved scanning on Android (Thanks to @gamalielCastro for the PR)

1.0.6

  • Migrated the plugin to Null Safety. (Thanks to @espbee for his repo)
  • Added rotation, b&w support and improved image recognition so that triangle don't appear on Camera as detection. (Thanks to @tiagosito for the PR)
  • Updated WeScan dependency to 1.7.0

1.0.5

  • Fixed an issue where the user can't use the app alongside of filepicker. (Thanks to @RodrigoPorras for the PR)
  • Migrated the plugin code to Swift5. (Thanks to @y-okady for the PR)
  • Fixed some issues that were reported on Github.

1.0.4

  • Corrected images path for pub.dev readme page.

1.0.3

  • Updated to Android X (Thanks to @BugsBunnyBR for the PR)

1.0.2

  • Removed unused code.

1.0.1

  • Updated kotlin extension to 1.2.51

0.0.1

  • Initial release.