Releases: twostraws/CodeScanner
Releases · twostraws/CodeScanner
CodeScanner v2.5.1
What's Changed
Full Changelog: 2.5.0...2.5.1
CodeScanner v2.5.0
What's Changed
- Add support for adding this lib to multi-platform targets by @Jeehut in #145
- Update AVCaptureDevice+bestForBuiltInCamera.swift by @Thornfin in #146
New Contributors
Full Changelog: 2.4.1...2.5.0
CodeScanner v2.4.1
What's Changed
- Add privacy manifest file by @benMohamed in #138
- Improvement of code readability by @psalzAppDev in #132
New Contributors
- @benMohamed made their first contribution in #138
- @psalzAppDev made their first contribution in #132
Full Changelog: 2.4.0...2.4.1
CodeScanner v2.4.0
What's Changed
- [#89] [#113] [#124] Focus improvements on dual and tripple cameras by @karolbielski in #127
- Separate delegates into extensions by @qalandarov in #125
- Ability to skip taking a photo if it's not required by @qalandarov in #129
- Ability to continuously scan by ignoring specific codes by @qalandarov in #130
- Ability to pause scanning (i.e. when presenting) by @qalandarov in #131
New Contributors
- @karolbielski made their first contribution in #127
- @qalandarov made their first contribution in #125
Full Changelog: 2.3.3...2.4.0
CodeScanner v2.3.3
What's Changed
- Just a small typo fix :) by @helloITdepartment in #108
- fix: #85 unreliable torch by @nitricware in #111
New Contributors
- @helloITdepartment made their first contribution in #108
- @nitricware made their first contribution in #111
Full Changelog: 2.3.2...2.3.3
CodeScanner v2.3.2
What's Changed
- [#89] Use the Ultra WIde Camera per default if available by @bennokress in #102
- fixed orientation for ipad by @roznet in #103
- found each QR code separately in manual mode by @hossinasaadi in #104
- Result returns corners of scanned code. by @richy486 in #107
- Fix galery boolean for swipe down dismiss by @kafejo in #106
New Contributors
- @bennokress made their first contribution in #102
- @roznet made their first contribution in #103
- @hossinasaadi made their first contribution in #104
- @richy486 made their first contribution in #107
- @kafejo made their first contribution in #106
Full Changelog: 2.3.1...2.3.2
CodeScanner v2.3.1
CodeScanner v2.3.0
What's Changed
- Adding a CI by @nathanfallet in #84
- Added ability to get UIImage of what you scanned by @zappycode in #95
New Contributors
- @zappycode made their first contribution in #95
Full Changelog: 2.2.1...2.3
CodeScanner v2.2.1
Fixing issues with Mac Catalyst (package was not building), added a button to open gallery, and merged coordinator with view controller as it was redundant.