Skip to content

Releases: cyanfish/naps2

5.6.2

22 Nov 23:57
Compare
Choose a tag to compare

Changes in 5.6.2:

  • Bug fixes

5.6.1

13 Nov 17:39
Compare
Choose a tag to compare

Changes in 5.6.1:

  • Fixed a crash

5.6.0

12 Nov 23:46
Compare
Choose a tag to compare

Changes in 5.6.0:

  • Increased the maximum thumbnail size from 256x256 to 1024x1024
  • Improved PDF import to allow many more types of PDFs to be imported
  • OCR can now be used on imported PDFs (if they don't already have text)
  • Improved PDF file size for some black and white images
  • Combined Brightness and Contrast adjustments into a single window
  • Added Hue, Saturation, Black+White, and Sharpen image adjustments
  • Added more keyboard shortcuts in the preview window (arrow keys to change pages, Ctrl/Alt/Shift + arrow keys to pan)
  • Added "HideImportButton", "HideOcrButton", "HideSavePdfButton", and "HideSaveImages" options to appsettings.xml
  • Added "OcrState" and "OcrDefaultLanguage" options to appsettings.xml
  • Bug fixes

5.5.0

09 Jun 23:29
Compare
Choose a tag to compare

Changes in 5.5.0:

  • Added support for importing any PDF (requires an additional download, can be disabled by NoUpdatePrompt or DisableGenericPdfImport in appsettings.xml)
  • Added the ability to install optional components using NAPS2.Console (with the "--install" argument)
  • Added "Alternative Transfer" TWAIN compatibility option
  • Added .txt extension to license/contributor file names
  • Bug fixes

5.4.0

14 May 04:27
Compare
Choose a tag to compare

Changes in 5.4.0:

  • Added automatic deskew option (under the Rotate menu or under Advanced in your profile settings) (credit to Peter Hommel)
  • Added single-page save buttons to the preview window
  • Added "Prompt for file path" option to Auto Save Settings
  • Split "Force matching page size" option into "Stretch to page size" and "Crop to page size" options
  • Added "Retry on failure" and "Delay between scans" WIA compatibility options
  • Added support for environment variables in most paths
  • Added LICENSE and CONTRIBUTORS files to the root directory (this replaces most copyright notices elsewhere)
  • Added Nynorsk language
  • Bug fixes

5.3.3

15 Nov 16:41
Compare
Choose a tag to compare

Changes in 5.3.3:

  • Bug fixes

5.3.2

28 Oct 23:53
Compare
Choose a tag to compare

Changes in 5.3.2:

  • Added Slovenian language
  • Fixed AV false positive issue

5.3.1

25 Sep 20:14
Compare
Choose a tag to compare

Changes in 5.3.1:

  • Added Afrikaans and Vietnamese languages

5.3.0

03 Jul 02:59
Compare
Choose a tag to compare

Changes in 5.3.0:

  • Significantly improved OCR speed on multi-core systems
  • Improved OCR text alignment
  • Patch-T is now supported for all scanners, with both WIA and TWAIN
  • Improved and added technical details to some error messages
  • Tweaked the spacing between thumbnails for less wasted space
  • Added Latvian language
  • Fixed OCR on Windows XP (requires an extra download, can be disabled by NoUpdatePrompt in appsettings.xml)
  • Fixed Auto Save and Batch to use a default file name when a directory is specified instead of a file path

5.2.1

29 Apr 23:21
Compare
Choose a tag to compare

Changes in 5.2.1:

  • Added an "OcrTimeoutInSeconds" option to appsettings.xml
  • Bug fixes