Skip to content

Releases: cyanfish/naps2

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

4.6.0

24 Jan 20:34
Compare
Choose a tag to compare

Changes in 4.6.0:

  • New feature: Exclude blank pages (under "Advanced" in profile settings)
  • New options in NAPS2.Console for reordering (e.g. interleave)
  • Keyboard shortcuts are now customizable in appsettings.xml (and some more default shortcuts added)
  • Optional file type filters when importing
  • Importing multiple files at once now sorts the files better
  • Fix an issue with the left side of the scanned page being cut off with WIA
  • Other bug fixes

4.5.1

13 Jan 04:02
Compare
Choose a tag to compare

Changes in 4.5.1:

  • Improved performance when editing and rearranging thumbnails
  • Automatically scroll the thumbnail list when trying to drag thumbnails up or down
  • Display an indicator while dragging thumbnails to show where they'll drop
  • Fixed Thai/Tagalog OCR language download
  • Fixed minor translation issues

4.5.0

09 Jan 23:52
Compare
Choose a tag to compare

Changes in 4.5.0:

  • New feature: Auto Save - Enable it from the profile editor (can be disabled by organizations in appconfig.xml)
  • New feature: Drag and Drop support (re-order images within NAPS2, import files into NAPS2, or copy images between different instances of NAPS2)
  • New feature: "Advanced" profile options for image quality and scanner compatibility
  • New feature: Copy/Paste within NAPS2 (previously could only copy, not paste)
  • New progress dialogs for Import, Save, etc. with cancellation
  • Better contrast implementation
  • Selected images are now kept in view when editing and reordering images
  • The default action when clicking on Save PDF, Save Images, and Email PDF can be configured in appconfig.xml (SaveAll, SaveSelected, or AlwaysPrompt)
  • New command-line options for NAPS2.exe to enable/disable scanning from a physical "Scan" button in portable versions ("/RegisterSti", "/UnregisterSti", and "/Silent")
  • Improved TWAIN error logging
  • Bug fixes