Releases: cyanfish/naps2
Releases · cyanfish/naps2
5.2.0
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
5.1.0
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
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
5.0b1
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
4.7.1
4.7.0
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