Skip to content

Releases: cyanfish/naps2

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

5.0b3

23 Mar 03:56
Compare
Choose a tag to compare
5.0b3 Pre-release
Pre-release

Changes in 5.0b3:

  • Added save notifications (use DisableSaveNotifications in appsettings.xml to disable)
  • Added a "Skip save prompt" option to PDF and Image settings. Also changed "Default File Name" to "Default File Path" (can be a file name, folder, or full path now)
  • Bug fixes

5.0b2

19 Mar 18:21
Compare
Choose a tag to compare
5.0b2 Pre-release
Pre-release

Changes in 5.0b2:

  • Added a "Flip duplexed pages" compatibility option
  • Added a "DeleteAfterSaving" option to appsettings.xml
  • Bug fixes

5.0b1

16 Mar 00:42
Compare
Choose a tag to compare
5.0b1 Pre-release
Pre-release

Changes in 5.0b1:

  • Updated tesseract-ocr (from 3.02 to 3.04)
    -- The OCR button will prompt to update. This can be disabled with the NoUpdatePrompt flag in appsettings.xml
    -- If you have the old version it will continue to function normally
  • Updated the default TWAIN implementation
    -- Choose the "Old DSM" implementation under advanced profile settings to revert
  • Changed the default Horizontal Align in profile settings from Left to Right to match most scanners
    -- If you deploy your own appsettings.xml the specified alignment specified will continue to be used as default
  • Added a "LockSystemProfiles" flag to appsettings.xml that allows an administrator better control over user profiles
    -- See www.naps2.com/doc-org-use.html#lock-system-profiles
  • Added an "Offset width based on alignment (WIA)" compatibility option (for ticket #124)
  • Added Farsi and Korean languages to installers

4.7.2

04 Mar 04:43
Compare
Choose a tag to compare

Changes in 4.7.2:

  • Fixed a TWAIN issue

4.7.1

02 Mar 19:33
Compare
Choose a tag to compare

Changes in 4.7.1:

  • Improved memory capabilities on 64-bit systems
  • Fixed a WIA issue

4.7.0

29 Feb 21:07
Compare
Choose a tag to compare

Changes in 4.7.0:

  • Added option in NAPS2.Console to use auto-save settings (-a/--autosave)
  • Added click-and-drag scrolling in the preview window
  • Improved cropping (can now click and drag to select an area)
  • Added more descriptive error messages for some WIA errors (e.g. device busy)
  • Fixed button alignment on left/right toolbar placements
  • Added Korean, Lithuanian, and Farsi languages
  • Various performance improvements
  • Various bug fixes

4.6.1

30 Jan 16:21
Compare
Choose a tag to compare

Changes in 4.6.1:

  • Bug fixes