simple-scan 3.4.0
- From: Robert Ancell <install-module master gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: simple-scan 3.4.0
- Date: Thu, 27 Apr 2017 09:41:05 +0000 (UTC)
About simple-scan
=================
Simple Scan allows you to get images from a scanner (e.g. a flatbed
scanner).
News
====
* No change version bump
Overview of changes in simple-scan 3.3.92
* Fix buffer overrun writing black and white PDFs
* Build help with yelp-tools instead of gnome-doc-utils
Overview of changes in simple-scan 3.2.1
* Fix JPEG compression not working in PDF files
Overview of changes in simple-scan 3.2.0
* Version number change only
Overview of changes in simple-scan 3.1.91
* Fix compilation with latest Vala
Overview of changes in simple-scan 3.1.90
* Fix incorrect PDF generation, and add a --fix-pdf command line to fix broken
files generated by older versions
Overview of changes in simple-scan 3.1.5
* Fix compile warnings
Overview of changes in simple-scan 3.1.3
* Port to Vala
* Port to GTK3
* Port to GDBus
* Port to GSettings
* Port to colord
Overview of changes in simple-scan 2.32.0.2
* Add binary comment as recommended in PDF spec
* Add comments about other PDF/A features
* Updated translations
Overview of changes in simple-scan 2.32.0.1
* Fix crash when pages not scanned top to bottom
* Fix PDF output in locales that use ',' for a decimal point
* Handle grayscale mode in brother3 driver
* Fix wrong size crop when saving
Overview of changes in simple-scan 2.32.0
* Updated translations
Overview of changes in simple-scan 2.31.91
* Allow pages to be reordered
Overview of changes in simple-scan 2.31.90.2
* Fix crash saving cropped pages
Overview of changes in simple-scan 2.31.90.1
* Store scanned pages in raw format, not converted to 8 bit RGB. This uses
less memory and allows higher bit images to be used in the future.
* Fix scaling in output PDF
* Use 4 gray levels for text scanned documents
Overview of changes in simple-scan 2.31.90
* Updated translations
Overview of changes in simple-scan 2.31.5
* Prompt user to save if they are quitting/starting a new document and have
unsaved changes.
* Save button only sensitive if have unsaved data
* Add save as button
Overview of changes in simple-scan 2.31.4
* Implement PDF writer, no longer require ImageMagick and about twice as
compressed as old method.
Overview of changes in simple-scan 2.31.3
* Use GtkInfoBar for errors/warnings
Overview of changes in simple-scan 2.31.1
* Compile with -DGSEAL_ENABLE
* Fix crash setting automatic source on some drivers
* Set resolution on ImageMagick generated PDFs
* Set "duplex" and "batch-scan" flags if supported by driver
Overview of changes in simple-scan 1.0.0
* Don't put dashes in temporary filenames used when emailing to workaround a
Thunderbird bug
* Add 32x32 crop icon
* Don't replace scanner provided on the command-line with detected devices
* Handle ImageMagick process failing
* Fix incorrect dimensions for A4 and A6 paper
Overview of changes in simple-scan 0.9.10
* Change default scan direction to top-to-bottom
* Call sane_cancel after each document, not duing multi page scans
* Set X-GNOME-Gettext-Domain in .desktop file
* Fix memory leak in page_set_scan_area()
* Fix read buffering when reading large images
* Fix moving crop on pages after first
* Load color profiles for scanner and save them in output files
* Fix broken logic in picking nearest supported scan resolution
* Add save button back into toolbar
* Put text beside crop toolbutton
* Merge document type into scan menu
Overview of changes in simple-scan 0.9.9
* Fix crop rotation
* Improve crop outline so visible on more scanned documents
* Make preferences window fixed size
* Add page size selection
Overview of changes in simple-scan 0.9.8
* Open page in image viewer when double clicking on it
* Use custom crop icon for crop toolbutton
* Use Gtk theme when painting focus on selected page
* Added scan sources seen on propietary brother3 driver
* Explicitly set flatbed source as not all drivers support automatic sources
* Add preferences options for which page side to scan
* Reduce shading on crop overlay
* Remove save and preferences buttons from toolbar
* Make crop toolbar button a toggle
* Fix bugs in crop resizing
* Compress PDF images
Overview of changes in simple-scan 0.9.7
* Fix crash when deleting page from multi-page document
* Add icon into help dialog
* Update misleading description of PNG in help file
Overview of changes in simple-scan 0.9.6
* Show PDF files by default in save dialog
* Set default save location to Documents directory
* Remember save location
* Attach JPEG files when emailing photos
* Make stop button only sensitive when scanning
* Correctly store default page orientation for first page
* Optimise rendering
* Show page throbber for pages following the first one
* Fix bug where selecting scan before devices are detected would sometime fail
* Don't move focus to selected page when moving the scrollbar
* Make sure USB scanners are automatically selected when plugging in
Overview of changes in simple-scan 0.9.5
* Fix crash when scanning with no detected scanners
* Make Ctrl+N shortcut for New Document
* Made Help>Contents menu translatable
* Change resolution options in settings to 75, 150, 300, 600, 1200, 2400 dpi
* Change text default resolution to 150 dpi, photo to 300 dpi
* Set minimum window document display height
* Pick nearest available DPI setting for drivers that only support fixed DPIs
* Fix crash selecting scanner from command line
* Scale pages in preview so they match physical size, not pixel size
Overview of changes in simple-scan 0.9.4
* Disable compression in scanner when supported
* Improved scan mode tooltip (Jeroen Hoek)
* Log to ~/.cache/simple-scan/simple-scan.log
Overview of changes in simple-scan 0.9.3
* Default to photo scanning mode
* Rotate crop with page
* Clip crop when rotating it
* Set crop menu radio buttons when enabling crop from the toolbar
* Add tooltips for preference,rotate,crop toolbar buttons
* Added a stop toolbutton
Overview of changes in simple-scan 0.9.2
* Add "ADF Front" to the list of possible ADF sources
* Always scan using maximum available area
* Call sane_cancel() after each page
* Don't start new pages when already scanning
Overview of changes in simple-scan 0.9.1
* Fix distorted scans when require more than one read per line
Overview of changes in simple-scan 0.9.0
* Fixed some bugs where blank pages were left after failed scans, pages
were incorrectly replaced
* Removed replace document on each scan from preferences (always append)
* Make scan resolution configurable in preferences dialog
* Show list of supported formats in save dialog and update extension based on
them
* Add Document>Email menuitem (Ctrl+E)
* Add Ctrl+F short cut to scan from feeder
* Added help
Overview of changes in simple-scan 0.8.2
* Make toolbar scan button "important" so it shows button text
* Add crop toolbar button
* Compile with standard SANE, not Debian modified SANE
* Select ADF source when doing ADF scan
* Only rescan for devices when USB add/remove events occur
* Don't cache list of devices (can lead to duplicate entries as devices can
change names as they change USB ports)
* Remember page dimensions between application instances
* Improved debug logging
* Make build process use AM_SILENT_RULES
* Added man page from Alessio Treglia
Overview of changes in simple-scan 0.8.1
* Connect scan from feeder button in toolbar
* Support custom crop
* Show page with animation while waiting for scan data
* Fix scrolling to new page when page added
* Save JPEG images as foo.jpg not foo.jpeg
* Check for libsane in build system
* Added Launchpad translations: eu, fi, gl, he, pt, te, uk, vi
* Updated Luanchpad translations: (many)
Overview of changes in simple-scan 0.8.0
* Remember page rotation
* Add new document button
* Added Launchpad translations: af, ar, cs, da, el, en_GB, es, hr, hu, it, ja,
lt, ms, nb, pl, pt_BR, ru, sk, sl, sr, sv, tr,
zh_CN
* Updated Launchpad translations: fr, ro
* Added scrollbar for page navigation
* Try alternative names for scan mode to handle non-standard drivers
Overview of changes in simple-scan 0.7.6
* Remember window size
* Made .desktop file translatable
* Added gconf schema
* Added Launchpad translations: ast, nl
Overview of changes in simple-scan 0.7.5
* When displaying a scan error have a button to open preferences to change
scanner
* Connect both Ctrl+Q and Ctrl+W to close window
* Add tooltips to the menubar
* Install translations correctly
Overview of changes in simple-scan 0.7.4
* Connect toolbar scan button
* Save multi page documents as multiple jpeg or png images
* Move document type into menubar
* Add cancel scan menu item (escape key)
* Add shortcut for single page scan (ctrl+1)
* Disable debugging by default, run with --debug to see the messages
* Pick locally connected scanners by default (and only use webcams as a last
resort)
* Added Launchpad translations: bg, ca, de
* Updated Launchpad translations: fr, ro
Overview of changes in simple-scan 0.7.3
* Redesigned UI
* Removed test code that triggered authorization on each scan
* Add email action
* Added Launchpad translations: ro, fr
Overview of changes in simple-scan 0.7.2
* Detect remote scanners
* Show authorization dialog for scanners
Overview of changes in simple-scan 0.7.1
* Fix rotation and scaling when printing
Overview of changes in simple-scan 0.7.0
* Scan text document in "Lineart" mode
* Add crop support
* Make default window larger
* Add page navigation buttons
* Zooming disabled - needs more work
Overview of changes in simple-scan 0.6.4
* Support multi-pass scanners
* Show white page on startup
* Add border around scanned page
* Add menu bar
* Support multiple page scanning
* Allow page deletion
* Add page zooming and panning
* Use standard scanner icon
Overview of changes in simple-scan 0.6.3
* Support non-8 bit scanners
* Fix DPI setting for various scanner types
* Center non-scaled scans
* Abort if cannot load UI
Overview of changes in simple-scan 0.6.2
* Add command-line arguments
* Warn if no scanners detected on startup
* Report errors when failing to scan
* Support .ps output format
* Choose dpi and default output format based on document type
* Remember document type setting
* Make translatable
Overview of changes in simple-scan 0.6.1
* Install .desktop file
* Close output streams when finished writing
* Handle not being able to open scan device
Overview of changes in simple-scan 0.6.0
* Initial release
ChangeLog
=========
https://download.gnome.org/sources/simple-scan/3.4/simple-scan-3.4.0.changes (93)
Download
========
https://download.gnome.org/sources/simple-scan/3.4/simple-scan-3.4.0.tar.xz (318K)
sha256sum: dbaed620df07b9648e20b1884303ded76fd5faf3a9b7ee49c1e4ceab89e7cb9e
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]