Releases: soukoku/ntwain
Releases · soukoku/ntwain
v3.7.4
Added strong name to build #56
v4.0.0-alpha.3
What's Changed
- Brought back cap wrapper idea from previous versions in #42
- Added a msg loop thread option for windows in #43
- Integrated message thread inside TwainAppSession in #44
v4.0.0-alpha.2
What's Changed
- Added experimental extimginfo reads #37
- Added net7 targets and uses LibraryImport on them for pinvokes. #38
- Added possibility to handle transferred data by app in another thread… #39
- Some more unverified tw_info reads ideas. #40
v4.0.0-alpha.1
The most successful rewrite attempt so far after many false starts and neglect. Still incomplete and not for prod use but works in simple usage. Featuring:
- TWAIN 2.5
- Reduced heap allocations with structs and shared pool for transfers.
- STR_* types should actually work as they came directly from the TWAIN folks.
v3.7.2
No code change, just added builds for net462 and net6.0-windows and removed net3.5.
v3.6.0
First release from github with bug fixes.