Version: 2.13.2-bp155.2.1
* Sat Jan 21 2023 ecsos <ecsos@opensuse.org>
- Update to 2.13.2:
* Filter out temporary filenames from tool warnings.
Closes Debian bug #1026205: Unpaper errors for every scanned page
* Don't forget to destroy file chooser when creating multiple images.
Closes bug #409 (V2.13.0: Save Dialog Box cannot be closed anymore)
* Catch missing dependencies in pdftk.
* Catch invalid dates rather than crashing.
Closes bug #407 (2.12.8-1.fc36 crashes (exits) when entering an invalid date)
* Update to Hungarian translation
* Update to French translation
* Sat Dec 17 2022 Dirk Müller <dmueller@suse.com>
- update to 2.13.1:
* scanner database update
- add keyring for source validation
* Sun Oct 16 2022 malcolmlewis@opensuse.org
- Updated to version 2.13.0:
* Edit/Select/Invert menu item to invert selected pages,
(deb#1008717).
* Mon Jul 11 2022 malcolmlewis@opensuse.org
- Updated to version 2.17.8:
* Fixed right-click pop-up behaviour with Wayland.
* Sun May 29 2022 malcolmlewis@opensuse.org
- Updated to version 2.12.7:
* Fixed bug restoring user-defined tool on scan dialog.
* Translation updates.
* Thu Apr 28 2022 malcolmlewis@opensuse.org
- Updated to version 2.12.6:
* Fixed crash saving document with date before 1970,
(deb#1008724).
* Translation updates.
* Mon Feb 21 2022 ecsos <ecsos@opensuse.org>
- Update to 2.12.5
* Fixed "Wide character in print" warnings in log file.
* Fixed parsing version from sane-backends v1.1.1.
Closes bug #399 (Parsing scanimage version is broken for
sane-backends-1.1.1)
* Update to Russian translation
* Update to Italian translation
* Update to Ukrainian translation
* Update to German translation
* Update to Slovak translation
* Sun Nov 21 2021 malcolmlewis@opensuse.org
- Updated to version 2.12.4:
* Fixed writing text layer to DjVu where tesseract used text type
"header".
* Dropped support for ocropus.
* Translation updates.
* Sun Sep 19 2021 malcolmlewis@opensuse.org
- Updated to version 2.12.3:
* Fixed pan/pan & select mismatch in defaults for toolbar icon
and image control. Now both default to pan & select tool.
* Remember selected image control tool between sessions.
* Ensure that all intermediate TIFFs are written with only one
strip to avoid triggering bug in PDF::Builder creating corrupt
PDF.
* Translation updates.
* Thu Jul 15 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 2.12.2:
* add support for opencl-enabled tesseract.
(gscan2pdf needs help parsing output from
opencl-enabled tesseract).
* Fixed page numbering when reordering pages.
(Inconsistent handling of page numbers
when reordering PDF pages)
* Update to Hungarian translation
* Update to Spanish translation
* Update to Ukrainian translation
* Sat May 08 2021 Alynx Zhou <alynx.zhou@suse.com>
- Add dependency for perl module Locale::Language. (bsc#1185787)
* Mon May 03 2021 malcolmlewis@opensuse.org
- Updated to version 2.12.1
* Remove 'use lib' line with local, user-based path, closes bug
[#384].
* Move postprocessing options to separate tab, (deb#987211).
* Refactor "Threshold before OCR" options into one line,
(deb#987212).
* Translation updates.
- Changes from version 2.12.0:
* Enabled subject and keywords in filename template.
* Switch from Perlmagick to imagemagick for threshold steps of OCR
to improve performance.
* + annotation layer for DjVu and PDF.
* POD and manpage improvements, (deb#987059).
* Translation updates.
* Thu Apr 01 2021 malcolmlewis@opensuse.org
- Updated to version 2.11.2:
* Recognise that the smfp backend returns "Device busy" if the
scanner is turned off and display the relevant dialog, closes
[#378] (gscan2pdf claims scanner is "busy" when not connected).
* Translation updates.
- Changes from version 2.11.1:
* Fix bug importing a DjVu or TIFF with depth > 1 and saving it
as PDF with G3/4.
* Remove zip and packbits PDF compression options. Rename
PNG->Flate, closes bug #366 (Rename PDF compression options).
* Don't write blank metadata fields, closes bug #375.
* Translation updates.
* Tue Jan 19 2021 ecsos <ecsos@opensuse.org>
- Update to 2.11.0
* Run started callback before error callback
* + option to navigate through OCR output by position
* Fix hang trying to process page that has been deleted.
* Quit with fatal error if module versions do not match executable version.
Closes #370 (gscan2pdf opens to white screen).
* Take undo/redo snapshot when adding or correcting OCR text
* Don't lose OCR output when running user-defined tool
* Only update list of user-defined tools on pressing apply in preferences.
* + vertically split screen view for image and OCR output.
* Correct use of dpi option in v4.0.0-beta.1 tesseract call (i.e. Bionic).
* Check that the core font cannot encode the glyphs before using TTF.
* + option to put OCR output to the right of the image, rather than behind it.
* Additionally make source "Normal" a synonym for "flatbed". Closes #371
(Improve option for auto-select #Pages upon switching ADF/Normal)
* Fix bug estimating height of non-greyscale variable height scans.
* Update to Hungarian translation (thanks to csola)
* Update to Ukrainian translation (thanks to Yuri Chornoivan)
- Changes from 2.10.2
* Catch errors running default launcher
* Check both stderr and stdout for libtiff-tools version
Closes Debian bug 977532 (gscan2pdf: save option not available)
* Rename drag tool -> pan tool
* Update to German translation (thanks to Matthias Sprau)
* Update to Turkish translation (thanks to Buckethead)
* Update to Ukrainian translation (thanks to Yuri Chornoivan)
- Changes from 2.10.1
* Switch from Perlmagick to imagemagick for threshold tool to improve
performance. Closes Debian bug 968918 (Threshold function is extremely slow)
* + missing crop icon
* + View/Edit OCR toggle
* Don't zoom in/out if plus/minus pressed whilst editing OCR
* Allow cut/copy/paste whilst editing OCR
* Fixed bug manually adding OCR that overlaps with existing words
* + button to duplicate OCR text
* Fixed bug adding OCR text '0'
* Fixed bug processing deleted page
* Don't sort OCR confidence list if not changed
* Fixed bug decoding 3-octal UTF-8 characters in DjVu text layer
* Update to Hungarian translation (thanks to csola)
* Update to Ukrainian translation (thanks to Yuri Chornoivan)
* Wed Jan 06 2021 ecsos <ecsos@opensuse.org>
- Insert needed Requires:perl(Gtk3::ImageView).
- Move djvulibre, tiff and pdftk from Reccommends to Requires,
because missing of these package will rise up a warning at startup.
* Mon Jan 04 2021 Carsten Ziepke <kieltux@gmail.com>
- Change requires: from perl(PDF::API2) to perl(PDF::Builder).
The change was introduced in 2.10.0.
* Tue Oct 27 2020 Sauerlandlinux@gmx.de
- Add Recommends on pdftk for PDF encryption
* Sat Aug 08 2020 malcolmlewis@opensuse.org
- Add requies on typelib(GdkPixdata) for SLE 15+, Leap 15.2 and
greater.
* Mon Jul 13 2020 Klaus Kämpf <kkaempf@suse.com>
- Update to version 2.8.1
* Pass resolution to tesseract to avoid messages like
"Warning! Invalid resolution 0 dpi. Using 70 instead"
* Cope better if data model becomes corrupted
* + restart option to 'device not found' mini-wizard & if tmp
directory changed.
* When saving a session file, note that pages have been saved to avoid
'Some pages have not been saved. Do you really want to quit?' message.
* Improvements to the Crashed sessions dialog to make it more
intuitive.
* Update position of OCR text when cropping
* Create PS level 3 instead of 1.
* Fix check for unpaper version. Closes #285 (Scan fails if unpaper is
not installed but selected in post processing)
* Fix check for tesseract version. Remove support for tesseract < 3.04.00.
* Update to Hungarian translation (thanks to csola)
* Update to Brazilian Portuguese translation (thanks to Arthur Rodrigues)
* Update to German translation (thanks to Matthias Sprau)
* Update to Ukrainian translation (thanks to Yuri Chornoivan)
- Update to version 2.8.0 (11.06.2020):
* Interpolate colours according to OCR confidence in HSV space.
* Limit zoom to 100 to avoid errors like:
"drawing failure for widget 'GtkBox': error occurred in libfreetype"
* Also update text position and rectangle when updating bounding box.
* + button to add to text layer
* + preference to disable device list cache
* + mini-wizard if device not found
* Fix save as PS. Closes Debian bug #962151
(Failure to save: unitialized value $SETTINGS{"ps_backend"})
* Update to Hungarian translation (thanks to csola)
* Update to Ukrainian translation (thanks to Yuri Chornoivan)
- Update to version 2.7.0 (08.05.2020):
* Cache device list to speed up first display of scan dialog.
* Fix bug updating switch widgets in scan options.
* Fixed bug importing file with non-ASCII characters in filename
from file browser.
* Use daylight savings time from document date when setting timezone.
* Use UTF8 in logs, fixing "wide character in print" warnings.
* Fix UTF8 encoding when importing metadata from PDF or DjVu.
* When editing OCR text, display bounding box on image and allow it
to be adjusted.
* + buttons to navigate between OCR text boxes, sorted by confidence
level.
* Zoom to text when editing OCR
* Fix error running File/Compress temporary files.
* Use only xdg-email for creating email. Closes feature request #112
(Use gsettings and xdg-email instead of gconftool for sending e-mails)
* Use GTK functionality instead of xdg-open for launching file viewer.
* Update to French translation (thanks to Jean-Marc)
- Update to version 2.6.7 (08.04.2020):
* Fix bug causing stretched images after cropping.
* Don't allow errors without page numbers to hang GUI.
* Fixed bug importing multipage DjVu.
* Fixed bug reloading options after setting manual paper size.
- Update to version 2.6.6 (06.04.2020):
* Support importing PDF with different resolutions in x and y
directions.
* Fix bug applying paper after option set SANE_INFO_INEXACT
Closes bugs #346 (gscan2pdf paper size selection inoperative) and
[#348] (paper size selection has no effect for US Letter / US Legal)
* Update to Bulgarian translation (thanks to Berov)
* Update to Turkish translation (thanks to Utku BERBEROĞLU)
- Update to version 2.6.5 (06.03.2020):
* Fixed bug when editing page number causing page to deselect and
thumbnails to scroll to top of list
* Use a scrolled window in the multiple message dialog to prevent it
from growing too large.
* Use the "Don't show these messages again" checkbox to switch the
checkboxes for the individual messages. Set the button inconsistent
if the states are not all the same.
* Fix warning message about pdftk (again) by making sure that
user-defined tmp directory is available in time.
* Improve responsiveness with OCR output (again). Closes bug #192
(Sometimes after saving a PDF, the page selection UI becomes
sluggish/unresponsive)
* Select # pages = all when switching from reverse->facing.
Closes bug #344 (# Pages in Scan Document dialog reverts to # from All)
* Show "waiting" cursor for longer to prevent scans from being started
before all options applied.
* Respect 'Use timezone from locale' option when setting file system
timestamp
* Update to Hungarian translation (thanks to csola)
* Update to German translation (thanks to Martin Butter)
* Update to Spanish translation (thanks to rodroes)
* Update to Ukrainian translation (thanks to Yuri Chornoivan)
* Mon Mar 02 2020 Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
- Remove recommends on lang subpkg, it is now handled by supplements