Skip to content

Releases: cyanfish/naps2

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

5.2.0

27 Apr 01:58
Compare
Choose a tag to compare

Changes in 5.2.0:

  • Added the ability to copy/paste and drag/drop profiles
  • Changed the way "LockSystemProfiles" behaves to allow users to specify a device if not specified by the admin
  • Added "NoUserProfiles", "AlwaysRememberDevice", and "LockUnspecifiedDevices" options to appsettings.xml
  • Added "HideEmailButton" and "HidePrintButton" options to appsettings.xml
  • Added "PromptIfSelected" as a possible value for the "SaveButtonDefaultAction" option in appsettings.xml
  • Added Arabic, Serbian (Latin + Cyrillic), and Slovak languages

5.1.1

28 Mar 19:45
Compare
Choose a tag to compare

Changes in 5.1.1:

  • Updated the default appsettings.xml to be easier to edit
  • Bug fixes

5.1.0

27 Mar 22:06
Compare
Choose a tag to compare

Changes in 5.1.0:

  • Custom page sizes can now be named and reused across multiple profiles
  • Added the ability to draw a line to align the page in Custom Rotation
  • Added a "Restore Defaults" button to Advanced Profile Settings
  • Added a "ComponentsPath" option to appsettings.xml
  • Added a "SingleInstance" option to appsettings.xml
  • Allow placeholders to be used in --subject and --body arguments in NAPS2.Console
  • Bug fixes