PostgreSQL (64-bit) 歷史舊版本 Page1

最新版本 PostgreSQL 15.1 (64-bit)

PostgreSQL (64-bit) 歷史版本列表

PostgreSQL 64 位是一個功能強大的開源對象關係數據庫系統。它擁有超過 15 年的積極開發和經過驗證的架構,在可靠性,數據完整性和正確性方面贏得了良好聲譽。它運行在所有主要的操作系統上,包括 Linux,UNIX(AIX,BSD,HP-UX,SGI IRIX,Mac OS X,Solaris,Tru64)和 Windows。  PostgreSQL 64 位是一個功能強大的對象... PostgreSQL (64-bit) 軟體介紹


PostgreSQL 15.1 (64-bit) 查看版本資訊

更新時間:2022-11-10
更新細節:

What's new in this version:

- Fix failure to remove non-first segments of large tables
- PostgreSQL splits large tables into multiple files (normally with 1GB per file). The logic for dropping a table was broken and would miss removing all but the first such file, in two cases: drops of temporary tables and WAL replay of drops of regular tables. Applications that routinely create multi-gigabyte temporary tables could suffer significant disk space leakage.
- Orphaned temporary-table files are removed during postmaster start, so the mere act of updating to 15.1 is sufficient to clear any leaked temporary-table storage. However, if you suffered any database crashes while using 15.0, and there might have been large tables dropped just before such crashes, it's advisable to check the database directories for files named according to the pattern NNNN.NN. If there is no matching file named just NNNN (without the .NN suffix), these files should be removed manually.
- Fix handling of DEFAULT tokens that appear in a multi-row VALUES clause of an INSERT on an updatable view
- This oversight could lead to “cache lookup failed for type” errors, or in older branches even to crashes.
- Disallow rules named _RETURN that are not ON SELECT
- This avoids confusion between a view's ON SELECT rule and any other rules it may have.
- Avoid failure in EXPLAIN VERBOSE for a query using SEARCH BREADTH FIRST with constant initial values
- Prevent use of MERGE on a partitioned table with foreign-table partitions
- The case isn't supported, and previously threw an incomprehensible error.
- Fix construction of per-partition foreign key constraints while doing ALTER TABLE ATTACH PARTITION
- Previously, incorrect or duplicate constraints could be constructed for the newly-added partition.
- Fix planner failure with extended statistics on partitioned or inherited tables
- Some cases failed with “cache lookup failed for statistics object”
- Fix mis-ordering of WAL operations in fast insert path for GIN indexes
- This mistake is not known to have any negative consequences within core PostgreSQL, but it did cause issues for some extensions
- Fix bugs in logical decoding when replay starts from a point between the beginning of a transaction and the beginning of its subtransaction
- These errors could lead to assertion failures in debug builds, and otherwise to memory leaks
- Accept interrupts in more places during logical decoding
- This ameliorates problems with slow shutdown of replication workers
- Prevent attempts to replicate into a foreign-table partition in replication workers
- Although partitioned tables can have foreign tables as partitions, replicating into such a partition isn't currently supported. The logical replication worker process would crash if it was attempted. Now, an error is thrown.
- Avoid crash after function syntax error in replication workers
- If a syntax error occurred in a SQL-language or PL/pgSQL-language CREATE FUNCTION or DO command executed in a logical replication worker, the worker process would crash with a null pointer dereference or assertion failure
- Avoid double call of the shutdown callback of an archiver module
- Add plan-time check for attempted access to a table that has no table access method
- This prevents a crash in some catalog-corruption scenarios, for example use of a view whose ON SELECT rule is missing
- Prevent postmaster crash when shared-memory state is corrupted
- The postmaster process is supposed to survive and initiate a database restart if shared memory becomes corrupted, but one bit of code was being insufficiently cautious about that
- In libpq, handle single-row mode correctly when pipelining
- The single-row flag was not reset at the correct time if pipeline mode was also active
- Fix psql's exit status when a command-line query is canceled
- psql -c query would exit successfully if the query was canceled. Fix it to exit with nonzero status, as in other error cases
- Allow cross-platform tablespace relocation in pg_basebackup
- Allow the remote path in --tablespace-mapping to be either a Unix-style or Windows-style absolute path, since the source server could be on a different OS than the local system.
- Fix pg_dump's failure to dump comments attached to some CHECK constraints
- Fix CREATE DATABASE to allow its oid parameter to exceed 231
- This oversight prevented pg_upgrade from succeeding when the source installation contained databases with OIDs larger than that
- In pg_stat_statements, fix access to already-freed memory
- This occurred if pg_stat_statements tracked a ROLLBACK command issued via extended query protocol. In debug builds it consistently led to an assertion failure. In production builds there would often be no visible ill effect; but if the freed memory had already been reused, the likely result would be to store garbage for the query string.
- Fix incompatibilities with LLVM 15
- Allow use of __sync_lock_test_and_set() for spinlocks on any machine
- This eases porting to new machine architectures, at least if you're using a compiler that supports this GCC builtin function
- Rename symbol REF to REF_P to avoid compile failure on recent macOS
- Avoid using sprintf, to avoid compile-time deprecation warnings
- Update time zone data files to tzdata release 2022f for DST law changes in Chile, Fiji, Iran, Jordan, Mexico, Palestine, and Syria, plus historical corrections for Chile, Crimea, Iran, and Mexico.
- Also, the Europe/Kiev zone has been renamed to Europe/Kyiv. Also, the following zones have been merged into nearby, more-populous zones whose clocks have agreed with them since 1970: Antarctica/Vostok, Asia/Brunei, Asia/Kuala_Lumpur, Atlantic/Reykjavik, Europe/Amsterdam, Europe/Copenhagen, Europe/Luxembourg, Europe/Monaco, Europe/Oslo, Europe/Stockholm, Indian/Christmas, Indian/Cocos, Indian/Kerguelen, Indian/Mahe, Indian/Reunion, Pacific/Chuuk, Pacific/Funafuti, Pacific/Majuro, Pacific/Pohnpei, Pacific/Wake and Pacific/Wallis. (This indirectly affects zones that were already links to one of these: Arctic/Longyearbyen, Atlantic/Jan_Mayen, Iceland, Pacific/Ponape, Pacific/Truk, and Pacific/Yap.) America/Nipigon, America/Rainy_River, America/Thunder_Bay, Europe/Uzhgorod, and Europe/Zaporozhye were also merged into nearby zones after discovering that their claimed post-1970 differences from those zones seem to have been errors. In all these cases, the previous zone name remains as an alias; but the actual data is that of the zone that was merged into.
- These zone mergers result in loss of pre-1970 timezone history for the merged zones, which may be troublesome for applications expecting consistency of timestamptz display. As an example, the stored value 1944-06-01 12:00 UTC would previously display as 1944-06-01 13:00:00+01 if the Europe/Stockholm zone is selected, but now it will read out as 1944-06-01 14:00:00+02.
- It is possible to build the time zone data files with options that will restore the older zone data, but that choice also inserts a lot of other old (and typically poorly-attested) zone data, resulting in more total changes from the previous release than accepting these upstream changes does. PostgreSQL has chosen to ship the tzdb data as-recommended, and so far as we are aware most major operating system distributions are doing likewise. However, if these changes cause significant problems for your application, a possible solution is to install a local build of the time zone data files using tzdb's backwards-compatibility options (see their PACKRATDATA and PACKRATLIST options).

GdPicture.NET SDK 14.2.0.0 查看版本資訊

更新時間:2022-10-14
更新細節:

What's new in this version:

GdPicture.NET SDK 14.2.0.0
- Linux compatibility
- PostScript format support
- New Table Extraction engine
- New Smart Redaction engine


GdPicture.NET SDK 14.1.189
Improved:
- PDF/A conversion engine
- PDF unembed font feature
- Office formats rendering engine

- GdPictureDocumentConverter: new property TrackOfficeDocumentRevisions
- Improved annotation rendering support


GdPicture.NET SDK 14.1.188
Improved:
- speed of the 1D barcode recognition engine
- speed of the PDF417 recognition engine
- DXF renderer
- Key-Value Pairs processing engine
- Fixed a memory leak in ThumbnailEx (WPF edition)


GdPicture.NET SDK 14.1.187
Improved:
- Office formats rendering engine
- DocuVieware UX
- PDF text extraction engine
- OCR accuracy
- PDF resource optimization
- 2D barcode decoding speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.186
- Added .dotx format support
- GdPicturePDF: New overloads for NewActionGoTo and NewActionGoToR to allow retain current coordinates on destination page
- Battery of minor bug fixes

Improved:
- KVP engine accuracy
- OCR engine accuracy
- HTML -> PDF engine
- Office formats rendering engine
- PDF text extraction engine
- PDF resource optimization
- PDF/A validator engine


GdPicture.NET SDK 14.1.184
- GdPictureDocumentConverter: new property JBIG2PMSThreshold
- Improved OCR accuracy
- Improved Key-Value pair engine accuracy
- Improved PDF rendering engine
- Improved Office formats rendering
- GdPicturePDF: New method PageIsBlank()
- GdPicturePDF: New overload AutoCropPage() allowing to ignore white rectangle graphic objects
- GdPictureImaging: Fix issue on font size computation with text drawing methods
- GdPictureDocumentConverter: Fixed an issue that could cause a TimeOutOperation status
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.183
Improved:
- Office Format Rendering
- PDF repair feature
- PDF/A converter engine performance
- OCR engine accuracy
- Key-Value pair engine

Fixed minor PDF page scaling issues
Battery of minor bug fixes


GdPicture.NET SDK 14.1.182
Improved:
- Office rendering engine
- PDF optimization speed
- JBIG2 compression rate and speed
- text extraction engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.181
Improved:
- PDF/A validator engine
- JBIG2 compression rate and encoding speed
- Arabic OCR accuracy
- Office rendering engine
- Key-Value pair engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.180
Improved:
- Office formats rendering engine
- QR Code reader accuracy
- OCR accuracy and speed
- Key-Value pair detection engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.179
Improved:
- OCR engine accuracy
- Key-Value pair detection engine
- document rendering speed

- Global speed improvement of image processing & document-cleanup features
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.178
Improved:
- PDF/A converter and validator engines
- Office formats rendering engine
- OCR engine accuracy
- Key-Value pair finder engine
- WEB TWAIN controller

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.177
- GdPictureDocumentUtilities: new method ToGdPictureStatus()
- Key-Value pair detection engine improvements
- Improved PDF rendering engine
- New enumeration PdfGridSplitOrdering
- GdPicturePDF: new methods GridSplit()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.176
- OCR engine improvements
- Improved Office formats rendering engine
- GdPictureDocumentConverter: new property PdfEnableLinearization
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.175
Improved:
- PDF/A Validator engine
- PDF OCG flattening feature
- PDF parsing of malformed documents
- Ocr accuracy improvements
- Office formats rendering engine
- PDF digital signature support
- GdPicturePDF: new method IsSignatureFieldSigned()


GdPicture.NET SDK 14.1.174
Improved:
- PDF text removal engine
- PDF/A Validator engine
- Office formats rendering engine
- OCR engine improvements
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.173
- Fixed a regression in the PDF generator engine
- Fixed a memory leak in the barcode reader engine
- Improved annotations support into the WPF edition of the GdViewer control
- Improved PDF incremental saving into the AnnotationManager class
- Battery of other minor bug fixes


GdPicture.NET SDK 14.1.172
- Fixed a critical regression in the OCR engine


GdPicture.NET SDK 14.1.171
- Improved OCR accuracy
- First implementation of a key-value pair data extractor in the OCR engine
- GdPictureOCR: new method GetKeyValuePairCount()
- GdPictureOCR: new method GetKeyValuePairKeyString()
- GdPictureOCR: new method GetKeyValuePairKeyRect()
- GdPictureOCR: new method GetKeyValuePairValueRect()
- GdPictureOCR: new method GetKeyValuePairValueString()
- GdPictureOCR: new method GetKeyValuePairDataType()
- GdPictureOCR: new method GetKeyValuePairConfidence()
- GdPictureOCR: new method GetKeyValuePairIsStrong()
- Improved Office formats rendering engine
- Improved PDF parsing and processing
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.170
Improved:
- OCR accuracy
- PDF/A Validator engin
- Office formats rendering engine
- DocuVieware UI
- PDF page scaling annotation handling
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.169
- OCR accuracy improvements
- Improved DocuVieware user interface


GdPicture.NET SDK 14.1.168
- DocuVieware: added user interface themes support. new property UserInterfaceTheme added into the public API

Improved:
- OCR accuracy
- PDF reducer engine
- Office rendering engine
- PDF/A converter and validator engines
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.167
- Added blank page dropout support in the PDF reducer engine when input document is in raster format
- Fixed a dependency issue with System.Drawing.Common in the Core edition


GdPicture.NET SDK 14.1.166
Improved:
- PDF/A converter and validator engines
- Office rendering engine
- OCR engine accuracy
- PDF reducer engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.165
- Vulnerability fix in DocuVieware
- Vulnerability fix in the MICR engine


GdPicture.NET SDK 14.1.164
Improved:
- text extraction engine
- GdPicturePDF: new method HasJavaScript()
- GdPicturePDF: new method RemoveAnnotationAction()
- Office rendering engine
- OCR engine accuracy
- PDF reducer engine
- PDF OCG flattening feature
- PDF/A converter engine
- PDF annotation flattening feature
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.163
- Fixed a critical regression into the PDF parser


GdPicture.NET SDK 14.1.162
Improved:
- MRC engine accuracy
- OCR engine accuracy
- PDF OCG flattening feature
- internal PDF repair engine
- office formats rendering
- PDF rendering engine
- Handling of some malformed PDF
- PDF/A converter engine
- PDF reducer engine

- Battery of minor bug fixes
- New native runtime: GdPicture.NET.14.machine.vision(.64).dl
- Removed native runtimes: GdPicture.NET.14.ocr.tesseract.3(.64).dll, GdPicture.NET.14.omr(.64).dll and GdPicture.NET.14.document.analyzer(.64).dll. They have been merged into GdPicture.NET.14.machine.vision(.64).dll


GdPicture.NET SDK 14.1.161
- Improved MRC engine accuracy
- Fixed a critical issue with XLSX loading in .NET Core edition
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.160
Improved:
- PDF digital signature support
- QR Code reader accuracy
- OCR accuracy
- MRC engine accuracy
- PDF page normalization feature
- PDF OCG flattening feature
- PDF parsing performance
- PDF redaction engine
- Office formats rendering: Text wrapping and table rendering

- Added support for docm, xlsm and pptm formats. Handled as if the macros are not enabled
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.159
Improved:
- Office formats rendering engine
- PDF page normalization feature
- Handling of some malformed PDF
- OCR engine accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.158
- Improved Office formats rendering engine
- Critical bug fix preventing office formats parsing in .NET core edition


GdPicture.NET SDK 14.1.157
- Improved OCR engine accuracy
- PdfOcrOptions class: new property RemoveExistingText
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.156
Improved:
- OCR engine accuracy
- MRC engine accuracy
- PDF page normalization feature
- PDF unembed font feature
- Office formats rendering
- EMG & MSG rendering engine
- PDF/A converter engine
- PDF resource optimization
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.155
- Fixed a critical regression in the PDF engine


GdPicture.NET SDK 14.1.154
- GdPictureDocumentConverter: new property TiffEnableExifRotate, HtmlPreferOnePage & HtmlEmulationType

Improved:
- OCR accuracy
- HTML, MSG & EML rendering engines
- Office formats rendering engine
- PDF redaction engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.153
Improved:
- OCR engine accuracy
- MRC engine
- Office formats rendering engine
- PDF rendering of text markup annotations
- PDF rendering engine with malformed documents

- DocuVieware: new .NET properties: SearchResultsBorderColor, SearchResultsBackColor
- GdPicturePDF: new method SetJBIG2PMSThreshold()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.152
- Improved Office formats rendering engine
- Improved OCR accuracy
- Added new OCR special context engine to read numeric symbols and capital letters. See OCRSpecialContext.AlphaNumAllCapsML enumeration member
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.151
Improved:
- Office formats rendering engine
- GdViewer (WinForm) new method ClearCache()
- SVG rendering engine
- PDF rendering engine
- EML/MSG conversion engine
- OCR accuracy and speed
- PDF text removal engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.150
- Improved OCR accuracy
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.149
- Improved OCR accuracy
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.148
Improved:
- OCR accuracy
- PDF/A converter and validator engines
- Office rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.147
Improved:
- OCR accuracy
- text extraction engine
- MaxiCode reader accuracy
- Office rendering engine
- internal PDF repair engine
- PDF forms flattening functionality
- PDF rendering engine

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.146
- GdViewer (WinForm): fixed a critical bug fix introduced in previous version


GdPicture.NET SDK 14.1.144
Improved:
- PDF rendering engine
- OCR engine accuracy and speed
- Office rendering engin
- text extraction engine
- PDF 2.0 / PDF/A-4 support
- GdPicture & DocuVieware are now available as NuGet packages
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.143
- Added support for PDF/A-4, PDF/A-4e PDF/A-4f, generation, conversion & validation
- Battery of minor bug fixes

Improved:
- PDF/A converter and validation engines
- built-in PDF font pack engine
- OCR engine accuracy
- Office rendering engine


GdPicture.NET SDK 14.1.142
- Introduced support for Maxicode reading & writing
- Improved OCR accuracy
- Improved Office formats rasterizer engine
- Battery of minor bug fixes

GdPictureImaging:
- new method BarcodeMaxicodeGetSize()
- new method BarcodeMaxicodeWrite()
- new method BarcodeMaxicodeReaderClear()
- new method BarcodeMaxicodeReaderDoScan()
- new method BarcodeMaxicodeReaderGetBarcodeCount()
- new method BarcodeMaxicodeReaderGetBarcodeValue()
- new method BarcodeMaxicodeReaderGetBarcodeValueRAWBase64()
- new method BarcodeMaxicodeReaderGetBarcodeConfidence()
- new method BarcodeMaxicodeReaderGetBarcodeX1()
- new method BarcodeMaxicodeReaderGetBarcodeX2()
- new method BarcodeMaxicodeReaderGetBarcodeX3()
- new method BarcodeMaxicodeReaderGetBarcodeX4()
- new method BarcodeMaxicodeReaderGetBarcodeY1()
- new method BarcodeMaxicodeReaderGetBarcodeY2()
- new method BarcodeMaxicodeReaderGetBarcodeY3()
- new method BarcodeMaxicodeReaderGetBarcodeY4()


GdPicture.NET SDK 14.1.141
- OCR: improved accuracy
- Improved Office formats rendering engine
- Improved PDF reducer engine
- Improved PDF rendering engine
- GdPicturePDF: Improved grayscale conversion engine
- DocuVieware: improved formfields support
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.140
Improved:
- OCR engine accuracy
- PDF digital signature support
- PDF parsing of malformed documents
- Office formats rendering engine

- DocuVieware: new JavaScript function: RegisterOnPageDeleted()
- DocuVieware: new JavaScript function: RegisterOnUnknownLinkNavigation()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.139
Improved:
- OCR accuracy
- Office formats rendering engine
- PDF rendering engine
- PDF/A converter and validation engines
- COM edition stream reading performance

- DocuVieware: new property PrintDefaultPageRange
- DocuVieware: new property SaveDefaultPageRange
- DocuVieware: new JavaScript API: RegisterOnAttachmentClick
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.138
Improved:
- OCR engine accuracy
- text extraction & paragraphs detection engines
- Office formats rendering engine
- SVG rendering engine

- GdPicturePDF: Improved grayscale conversion engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.137
- Improved PDF/A converter engine
- GdPicturePDF: improved functionality of DropPDFASupport() method
- DocuVieware: improved form fields support
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.136
Improved:
- MRZ reader engine accuracy
- OCR engine accuracy & speed
- page orientation detection accuracy
- PDF/A converter engine
- Office formats rendering engine

- GdPicturePDF: Improved RegEx text search
- GdPicturePDF: Improved grayscale conversion engine
- GdPicturePDF: New overload ConvertToGrayscale() to enable/disable unused resources removal
- GdPicturePDF: Improved AutoCropPage functionality
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.135
- Improved OCR accuracy
- Improved office formats rendering engine
- Improved PDF parser engine
- GdPictureImaging: new method FontIsSymbolic()
- GdPictureImaging: new method FontCanRenderText()
- OCRSpecialContext enumeration: new member NumericLineML
- OCRSpecialContext enumeration: new member HandwrittenNumericBoxML
- GdPictureOCR: new method GetCharacterAlternativeCount()
- GdPictureOCR: new method GetCharacterAlternativeValue()
- GdPictureOCR: new method GetCharacterAlternativeConfidence()
- DocuVieware: new function RegisterOnUriNavigation()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.133
- OCR engine accuracy & speed improvements
- Improved Office rendering engine
- Improved PDF rendering engine
- Improved internal PDF repair engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.132
- Improved OCR accuracy
- ThumbnailEx control: new property SelectedThumbnailBackColorAlpha
- Improved Office rendering engine
- GdPicturePDF: improved PDF repair functionality
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.131
Improved:
- OCR engine accuracy
- MRZ reader engine accuracy
- Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.129
Improved:
- MRC compression engine
- Office formats rendering engine
- OCR accuracy
- 1D barcode reading accuracy
- PDF parsing
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.128
Improved:
- MRC compression engine
- Office formats rendering engine
- OCR accuracy
- 1D barcode reading accuracy
- PDF parsing
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.127
Improved:
- MRC engine accuracy & speed
- lossy JBIG2 encoder (better pattern matching on text content)
- office formats rendering engine
- PDF Reducer compression rate

- PDF Reducer engine can now produce PDF/A output
- Added support for file attachments in Office formats
- GdPicturePDF: new method DropPDFASupport()
- GdPicturePDF: new method GetPageImageMaskResName()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.126
- Improved OCR accuracy and speed
- Improved Office formats rendering engine
- BookmarkTree: new property AutoGenerate
- DocuVieware: improved user interface
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.125
Improved:
- OCR accuracy
- DocuVieware user interface
- Office formats rendering engine
- MRC engine compression rate

- DocuVieware: new property SnapInSplitterBarColor
- DocuVieware: new JavaScript API SetCustomHeaders()
- GdPicturePDF: new method SetMRCImageMaskResolution()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.124
Improved:
- OCR accuracy
- Office formats rendering engine
- MSG rendering engine
- 1D barcode reader accuracy

- DocuVieware: new property ShowLoadingSpinner
- DocuVieware: added new optional parameter (xferCount) to the TwainSetConfig() JavaScript function
- DocuVieware: new property ScrollBarStyle
- GdPictureDocumentUtilities: new method GetWebBrowserPoolSize()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.123
- Added support to convert any document to SVG
- GdPicturePDF: new method SearchAndHighlight()
- Improved Office formats rendering engine
- Improved PDF/A converter engine
- GdPictureDocumentConverter: new method SaveAsSVG()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.122
- Change log not available for this version


GdPicture.NET SDK 14.1.121
- DocuVieware: new property EnableThumbnailRotateButtons
- DocuVieware: new property EnableThumbnailDeleteButton
- GdPicturePDF: Improved AutoCropPage functionality
- GdPicturePDF: Improved embedded files handling
- GdPicturePDF: Improved RegEx text search
- DocuVieware: DocuViewareManager new method SetEncryptionMode()
- DocuVieware: DocuViewareManager new method AbandonSessions()
- DocuVieware: new enumeration DocuViewareFilesEncryptionMode
- Improved PDF/A converter and validation engines
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.120
Improved:
- OCR accuracy
- Office documents rendering engine
- QrCode reader accuracy
- 1D barcode reader accuracy
- PDF/A converter and validation engines
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.119
- GdPictureOCR: new property MaxThreadCount
- GdPictureImaging: new overload Barcode1DReaderGetBarcodeValue() to specify if Febraban digital line should be computed
- GdPictureStatus enumeration: added new member BarcodePDF417InvalidDataCount
- DocuVieware: improved page generation speed
- Battery of minor bug fixes

Improved:
- Improved OCR accuracy
- Improved PDF/A converter engine
- Improved office formats rendering engine
- Improved PDF & image rendering speed


GdPicture.NET SDK 14.1.118
Improved:
- PDF rendering engine
- PDF/A converter engine
- PDF digital signature support
- PDF/OCR engine
- OCR accuracy

- DocuVieware: some UI improvements
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.117
Improved:
- OCR accuracy
- PDF digital signature support
- office formats rendering engine

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.116
Improved:
- PDF text extraction engine
- PDF/A converter engine
- PDF rendering engine
- speed & robustness of the PDF417 recognition engine
- 1D barcode reader engine accuracy

- Added EML & MSG formats support
- Battery of minor bug fixes

GdPictureDocumentConverter:
- new property EmailPageWidth
- new property EmailPageHeight
- new property EmailPageMarginLeft
- new property EmailPageMarginTop
- new property EmailPageMarginRight
- new property EmailPageMarginBottom


GdPicture.NET SDK 14.1.115
Added support for HEIF format
Battery of minor bug fixes

Improved:
- OCR engine accuracy
- PDF/A converter engine
- PDF rendering engine
- office formats rendering engine
- TWAIN scanning support


GdPicture.NET SDK 14.1.114
- Added support for HEIF format
- Battery of minor bug fixes

Improved:
- Office formats rendering engine
- PDF/A converter engine
- PDF rendering engine


GdPicture.NET SDK 14.1.113
Improved:
- Office rendering engine
- PDF rendering engine
- PDF/A converter engine
- OCR engine speed
- GdViewer Winform rendering engine

- General speed improvements
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.112
Improved:
- GdViewer Winform rendering engine
- RTL support for annotation editing
- MICR accuracy
- Office formats rendering engine
- PDF/A converter engine
- PDF rendering engine
- OCR engine accuracy

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.111
- Improved support for unstable TWAIN drivers
- DocuVieware: added support for 64-bit TWAIN devices acquisition
- Improved Office formats rendering engine
- Improved global toolkit speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.110
Improved:
- MICR engine accuracy and speed
- support for JPEG compression in tiff images
- Office formats rendering engine
- PDF rendering engine
- PDF generation speed
- PNG images generation speed

- DocuVieware: improved page transfer speed
- Battery of minor bug fixes
- GdPicturePDF: new method AutoCropPage()


GdPicture.NET SDK 14.1.109
- Improved PDF rendering engine
- Improved office formats rendering engine
- TextExtractionOptions enumeration: added new member IgnoreRotatedText
- Improved PDF text extraction engine
- Improved PDF/A converter engine
- DocuVieware: new JavaScript function SetMaxUploadThreads()
- DocuVieware: new JavaScript function DeletePages()
- DocuVieware: new JavaScript function RotatePages()
- DocuVieware: new JavaScript function SwapPages()
- DocuVieware: new .NET method DeletePages()
- DocuVieware: new .NET method RotatePages()
- DocuVieware: new .NET method SwapPages()
- DocuVieware: extended page reordering support to all document types
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.108
- New enumeration MRZFormat
- New enumeration OCRBlockSpecialFormat
- TextExtractionOptions enumeration: added new member DisableTextOrientationDetection
- GdPictureOCR: new method GetBlockSpecialFormat()
- GdPictureOCR: new method GetBlockSpecialFormatData()
- Improved Office rendering engine
- Improved MICR engine accuracy
- Improved HTML engine
- GdPicturePDF: new methods OverlayPage()
- DocuVieware: improved printing speed
- DocuVieware: improved HTTP loading speed. Up to 4x faster
- DocuVieware: improved page rotation mechanism
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.107
- Added HTML format support for viewing and conversion
- Improved Office formats rendering engine
- Improved HTTP transfer support and added support for HTTP/2 protocol

GdPictureDocumentUtilities:
- new method IsWebBrowserAvailable()
- new method GetWebBrowserPath()
- new method SetWebBrowserPath()
- new method SetWebBrowserPoolSize()
- new method ClearWebBrowserCache()

GdPictureStatus enumeration: new member WebBrowserStartingError
DocumentType enumeration: new member DocumentTypeHTML
DocumentFormat enumeration: new member DocumentFormatHTML

GdPictureDocumentConverter:
- new property HtmlPageWidth
- new property HtmlPageHeight
- new property HtmlPageMarginLeft
- new property HtmlPageMarginTop
- new property HtmlPageMarginRight
- new property HtmlPageMarginBottom
- new property HtmlPreferCSSPageSize
- new method LoadFromHttp()

DocuVieware: new property EnableLinkRect
Battery of minor bug fixes


GdPicture.NET SDK 14.1.106
Improved:
- Office formats rendering engine
- MICR engine accuracy and speed
- OCR engine accuracy
- MRZ reader accuracy
- quality image annotations embedded into PDF

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.105
Improved:
- MICR engine accuracy and speed, and we will do even better in next release
- OCR engine accuracy
- Office formats rendering engine
- (a lot) PDF/A converter and validation engines

- OCRSpecialContext enumeration: added MICRLineE13B and MICRLineCMC7 members
- GdPictureOCR: new property ExpectedSymbolCount
- GdPicturePDF: new method SetForceRasterizerInterpolation()
- Improved blank page detection algorithm
- DocuVieware: new JavaScript function: DirectSave()
- GdPictureImaging: new overload of Barcode1DReaderDoScan() to allow to set a timeout
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.104
- Improved MICR engine accuracy
- Improved Office formats rendering engine
- GdPicturePDF: new overloads of SearchText() to enable text search of any word in the search expression
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.103
Improved:
- PDF/A converter and validation engines
- MICR engine accuracy & speed
- Office formats rendering engine
- PDF rendering engine

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.102
- GdPictureDocumentConverter: new property TimeoutMilliseconds
- GdPictureImaging: new method ConvertTo1BppWAN()
- GdPicturePDF: new method ConvertToGrayscale()
- DocuVieware: new property LoadingTimeout
- DocuVieware: new contextual menu item to remove selected text
- DocuVieware: new property EnableRemoveTextItem
- Improved MRZ reader accuracy and speed
- Improved MRC engine
- Improved OCR engine
- Improved office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.101
Improved:
- PDF redaction engine
- MRC engine
- PDF/OCR generation with Chinese language
- office formats rendering engine
- PDF text extraction engine
- PDF rendering engine

DocuVieware:
- new JavaScript function: RegisterOnTextUnselected()
- new property: EnableTextCopyMenuItem
- added Chinese traditional locale

- Battery of minor bug fixes


GdPicture.NET SDK 14.1.100
- Improved MRC engine
- Improved OCR accuracy for Chinese language
- Improved office formats rendering engine
- Improved PDF engine
- Improved DocuVieware UI responsiveness
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.99
- Improved digital signature support
- Improved MRC engine accuracy and speed
- PDFReducerConfiguration class: new property EnableParallelization
- Improved PDF417 barcode decoder accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.98
- Improved toolkit speed
- Improved automatic page orientation engine speed and accuracy
- Improved OCR accuracy
- Improved MRC engine accuracy and speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.97
- GdViewer (WinForm & WPF) new method TerminateLastAnnotInteractiveAdd()
- Improved PDF merging engine
- Improved RTL support with GdPicture/XMP annotations
- Improved page orientation detection engine
- Improved MRC engine speed
- DocuVieware: improved UI and document loading speed
- DocuVieware: added support for file attachment annotations
- DocuViware: new property EnableFileAttachments
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.96
- Improved internal rendering engine speed
- Improved digital signature support
- Improved PDF/A converter and validation engines (speed & accuracy)
- Improved PDF parser, especially to handle malformed documents
- Improved office formats rendering engine
- Improved color detection engine accuracy
- Battery of minor bug fixes
- Merry Christmas / Feliz Navidad


GdPicture.NET SDK 14.1.95
- Fixed a critical issue on .NET 5
- Improved Office formats rendering engine
- Improved PDF/A converter engine
- GdViewer (WinForm & WPF): new property PreserveViewRotation
- DocuVieware: improved TWAIN controller
- DocuVieware: improved interactive form-fields support
- DocuVieware: dramatical speed improvement when session state mode is DocuViewareSessionStateMode.File
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.94
- Improved office formats rendering engine
- Improved PDF/A converter and validation engines
- Improved PDF parser with malformed documents
- Improved rendering engine
- Improved 2D barcode reader engine accuracy
- DocuVieware: improved the TWAIN Web scanning support
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.93
- AnnotationRuller: new TicksPerUnit property
- Improved office formats rendering engine
- Improved OCR engine accuracy and speed
- Improved PDF/A converter and validation engines
- DocuVieware: added support for multiple annotations selection
- DocuVieware: new JavaScript function EnableAnnotMultiSelect()
- DocuVieware: new JavaScript function UnselectAnnot()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.92
- Change log not available for this version


GdPicture.NET SDK 14.1.91
- GdPicturePDF: new method GetPageImageICCProfile()
- Added support for CR3 raw image format and more than 50 others camera support
- GdViewer (WinForm & WPF): added support for multiple annotations selection by code
- GdPictureSegmenter: improved layout analyzer engine
- Improved MRC engine
- Improved OCR engine
- Improved PDF redaction engine
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.90
- Improved Office formats rendering engine (speed and rendering fidelity)
- Improved PDF rendering engine (speed and rendering fidelity)
- Improved PDF reducer engine
- Improved PDF redaction engine
- GdViewer (WPF & WinForm): added multiple selection support to annotations
- GdViewer (WPF & WinForm): new property AnnotationEnableMultiSelect
- GdViewer (WPF & WinForm): improved annotations rendering quality and speed
- DocuVieware: new property TwainAcquisitionFormat
- DocuVieware: improved contextual menu appearance and interactivity
- DocuVieware: new JavaScript function GetSelectedTextAreas()
- GdPicturePDF: improved PDF repair functionality
- GdPicturePDF: new methods IsValidPDFA()
- GdPicturePDF: new method CheckPDFAConformance()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.89
- Improved office formats rendering engine
- Improved PDF rendering engine
- Improved PDF/A converter engine
- Improved text extraction/selection engine
- Improved OCR engine accuracy & speed
- Added a new PDF/A validation engine
- GdPicturePDF: new method ValidatePDFA()
- GdPictureImaging: added overload to all barcode detection method to specify if the engine must stop the recognition process when the expected number of symbols have been detected
- GdViewer (WinForm & WPF): improved text selection
- GdViewer (WinForm & WPF): new property DocumentFormat
- GdViewer (WinForm & WPF): new property ClipAnnotsToPageBounds
- DocuVieware: improved text selection
- DocuVieware: new property ShowLogo
- DocuVieware: new JavaScript function DirectPrint()
- DocuVieware: added option into the saving dialog box to burn annotation to produced tiff documents
- DocuVieware: improved document navigation speed
- DocuVieware: clients using external DocuVieware controller will have to update it. Latest version can be found here
- DocuVieware: added optional parameter BurnAnnotations to the SaveAsTIFF() method
- The GdPicture.NET.14.jbig2.encoder.64.dll & GdPicture.NET.14.jbig2.encoder.dll are not required anymore
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.88
- Improved PDF/A converter engine
- Improved Office formats rendering engine
- Improved DOCX format conversion to PDF
- Improved PDF text extraction engine
- DocuVieware: improved user interface & user experience
- GdPictureDocumentConverter: new property: PdfUseDeflateOnJPEG
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.87
- Added support for doc, xls and ppt formats
- DocuVieware: the SaveAsPDF method is now taking an optional parameter allowing to apply page view rotation(s) to the produced document
- Improved text extraction and text search speed
- Improved Office formats rendering engine
- Improved SVG rendering engine
- Improved PDF/A converter engine
- Improved built-in PDF font pack engine
- DocuVieware: new property AnnotationOrientationMode
- New enumeration OrientationMode
- GdViewer (COM/ActiveX edition): new property hWnd
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.86
- DocuVieware: improved document rendering speed
- DocuVieware: new event OpenFileError offering a fallback strategy to handle unsupported document formats
- Improved 1D barcode reader accuracy
- Improved 2D barcode reader accuracy
- Improved SVG renderer
- Improved DXF renderer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.85
- GdViewer: new property: ClipRegionsToPageBounds
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeConfidence()
- GdPictureImaging: new method BarcodeDataMatrixReaderGetBarcodeConfidence()
- GdPicturePDF: improved formfields handling during page cloning
- GdPicturePDF: new method SearchAndAddRedactionRegions()
- Improved SVG rendering engine
- Improved Office formats rendering engine
- Improved PDF rendering engine
- Improved PDF parsing of malformed documents
- Improved OCR engine speed and accuracy
- Improved MRC engine speed and accuracy
- Improved memory usage
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.84
- Improved MICR engine reading accuracy
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.83
- GdPicturePDF: new overload AddJpegImageFromStream() to allow ICC profile embedding
- GdPictureDocumentConverter: new property: EnableICC
- Improved OCR accuracy
- Improved PDF rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.82
- Improved OCR accuracy
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Improved PDF text exaction engine
- DocuVieware: saving dialog now offers a way to save documents with/without annotations
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.81
- Improved OCR engine accuracy
- Improved 2D barcode reading accuracy
- Improved Office formats rasterizer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.80
- Improved MRZ engine accuracy
- Improved 2D barcode reading accuracy
- Improved Office formats rasterizer
- Improved PDF generator engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.79
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Improved RAW image format support
- Released first version of the MRZ recognition engine (special context of the GdPictureOCR API)
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.78
- Improved OCR page rotation detection speed & accuracy
- Improved office formats rasterizer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.77
- GdPictureImaging: new method TwainSetKeepSourceEnabled()
- Improved Office formats rasterizer
- Improved OCR engine accuracy
- Improved OCR page rotation detection
- Added special context for OCR of MRZ (Beta)
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.76
- Introduced support for text search using regular expressions
- GdViewer (WinForm & WPF): new method SearchTextRegex()
- GdPicturePDF: new method SearchTextRegex()
- GdPicturePDF: new method RemoveXFAFormFieldsData()
- GdPictureOCR: new overloaded method GetOCRResultText()
- Improved PDF/A converter engine
- Improved OCR engine accuracy
- Improved Office formats rasterizer engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.75
- Improved automatic page orientation detection engine
- Improved OCR segmentation engine
- Improved PDF rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.74
- GdPictureImaging: new overload: TagGetValueString() to favor ASCII representation of undefined tag types
- Improved PDF/A converter engine
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Improved image loading speed
- GdPicturePDF: new method UnembedFont()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.73
- Improved MRC engine accuracy speed
- Improved 1D barcode recognition engine
- Improved Office formats rasterizer
- DocuVieware: added multi-line text search support
- DocuVieware: improved accessibility support based on WAI-ARIA specifications
- GdPicturePDF: new method IsTagged()
- Improved PDF text extraction engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.72
- Improved MRC engine accuracy
- Improved 1D & 2D barcode reader accuracy
- Improved Office formats rasterizer
- DocuVieware: new JavaScript API: RegisterOnDocumentSigned()
- DocuVieware: new JavaScript API SelectAnnot()
- GdPicturePDF: new method RemovePageBox()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.71
- AnnotationPolyRuler & AnnotationRuler annotations: new property Value
- AnnotationManager: new method RenderAnnotation()
- Improved 1D & 2D barcode recognition engines
- Improved office formats rasterizer
- Improved PDF format rasterizer
- Improved PDF parser to handle / recover more malformed documents
- DocuVieware: new JavaScript function GetPageAnnotCount()
- DocuVieware: new JavaScript function GetPageAnnotId()
- DocuVieware: added support for impersonation level management
- DocuVieware: improved UI about annotation manipulations
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.70
- Improved PDF rasterizer engine
- Improved MRC engine accuracy
- Improved PDF/A converter engine
- Improved office formats rasterizer engine
- DocuVieware: improved UI
- Added Content and Password properties in GdViewer.WPF in order to set the content from the ViewModel in a MVVM fashion
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.69
- GdPicturePDF: new overload SearchText() to enable text search of strings across multiple lines
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- Improved 1D barcode reader accuracy
- Improved OCR engine accuracy and speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.67
- GdPictureDocumentUtilities: new method IsImageFormat()
- Improved PDF rasterizer engine
- Improved PDF redaction engine
- Improved accuracy of 1D barcode recognition engine
- Improved accuracy of DataMatrix barcode recognition engine
- Improved accuracy of OCR engine
- Added new OCR engine producing fast & accurate recognition on single line of numeric characters
- OCRSpecialContext: new enumeration member: SingleLineNumerics
- GdPictureDocumentConverter: new properties: Author, Title, Subject, Producer, Metadata, Keywords
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.66
- Global performance improvements (memory & CPU usage)
- Improved MRC engine
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- ThumbnailEx: new method UnselectAllItems()
- ThumbnailEx: new method LoadAllItems()
- ThumbnailEx: new porperty DefaultItemCheckState
- ThumbnailEx: DefaultItemTextPrefixe property renamed to DefaultItemTextPrefix
- PDFReducerImageQuality: new enumeration member ImageQualityVeryVeryHigh
- DocuVieware: new method AddCustomToolbarButton()
- Improved PDF/A converter engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.65
- Improved text extraction engine
- Improved Office formats rasterizer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.64
- Improved Office formats rasterizer
- DocuVieware: new JavaScript function SetAnnotationsInteractionState()
- DocuVieware: improved TWAIN scanning speed
- Improved text extraction engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.63
- DocuVieware: new JavaScript function UnselectAllAnnotations()
- DocuVieware: several UI improvements
- DocuVieware: fixed SVG file loading issue
- Improved OCR accuracy
- Improved margins detection filter
- Improved office formats rasterizer
- AnnotationEmbeddedImage: new property KeepAspectRatio
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.62
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- DocuVieware: improved touch support
- DocuVieware: added overload of LoadFromUri() taking ICredential parameters
- DocuVieware: added new JavaScript API: RegisterOnViewerScroll()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.61
Improved:
- MRC engine
- OCR engine
- Office formats rasterizer engine
- PDF/A converter engine

DocuVieware:
- improved UI responsivness
- added zooming support using crtl+whell
- added pinch zoom support
- added support for adding image annotation from the JavaScript API AddAnnot(). See reference guide for an example of usage

- GdViewer (WinForms & WPF): new method ApplyAllRedactions()
- Battery of minor bug fixes.


GdPicture.NET SDK 14.1.60
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- Annotation: new public property ClientTag
- GdViewer: new event AnnotationTextBoxKeyDown()
- GdViewer: new event AnnotationTextBoxLostFocus()
- GdPicturePDF: New method ClonePages()
- GdPicturePDF: Improved Redaction Engine
- DocuVieware: new JavaScript functions: SetAnnotClientTag(), GetAnnotClientTag(), UpdateAnnotById(), GetAnnotProperties()
- DocuVieware: new server-side property: LinkAnnotationClickBehaviour
- DocuVieware: added zoom preview support (by maintaining pressed zoom-in and zoom-out buttons)


GdPicture.NET SDK 14.1.59
- Fixed a critical bug preventing usage of the WFP controls within the .NET Core edition
- PDFReducerPDFVersion enumeration: added enumeration members PdfVersionA1a, PdfVersionA1b, PdfVersionA2a, PdfVersionA2b
- Improved internal PDF/A editor engine


GdPicture.NET SDK 14.1.58
- Improved PDF rasterizer engine
- Improved office formats rasterizer engine
- Improved OCR engine
- Improved automatic page orientation detection engine
- Improved PDF text extraction engine
- TextExtractionOptions enumeration: added new member PreserveLayout
- GdPicturePDF: new event BeforePrintPage
- GdPicturePDF: new event AfterPrintPage
- GdPicturePDF: Improved timestamp server compatibility for digital signatures
- DocuVieware: improved UI responsiveness
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.57
- Improved office formats rasterizer engine
- Improved links support for built-in PDF merger engine
- Improved MRC engine accuracy
- Improved OCR accuracy
- Improved PDF rasterizer engine
- GdPicturePDF: New method RemoveTextArea()
- GdPicturePDF: New overload GetPageTextWithCoords() to specify which information should be included in the output
- GdPicturePDF: GetPageTextWithCoordsEx method marked as deprecated
- New enumeration TextExtractionOutputInfo
- DocuVieware: Various UI Improvements
- DocuVieware: Improved support with stylus devices
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.56
- Improved MRC engine accuracy
- Improved PDF/A converter engine
- Improved office formats rasterizer engine
- Improved PDF rasterizer engine
- Improved PDF/OCR accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.55
GdPicturePDF:
- New method RemoveAllText()
- New method SetTextDecorationStyle()
- New method SetTextUnderlineStyle()
- New method SetTextUnderlineWidth()
- New method SetTextUnderlineColor()
- New method SetTextUnderlineDistance()
- new overload SetSignatureText() to specify text decoration style of the text
- DrawTextUnderline methods marked as deprecated

- New enumeration PdfTextDecorationStyle
- New enumeration PdfTextUnderlineStyle
- Automatic conversion of Interleaved2Of5 barcode value to Febraban digital line
- Improved PPTX and DOCX rasterizer engines
- Added special context support into the OCR engine
- GdPictureOCR: new overloaded method RunOCR() to specify a special context
- New OCRSpecialContext enumeration
- Improved MRC engine accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.54
- Improved PDF text extraction engine
- Improved PPTX rasterizer engine
- Improced OCR engine accuracy
- PDFReducerConfiguration: New configuration option member RemovePagePieceInfo
- GdPicturePDF: New method DeletePagePieceInfo()
- GdPicturePDF: New method HasInvisibleText()
- ThumbnailEx: New method SetItemToolTipText()
- Improved JPEG2000 image decoder
- DocuVieware: new JavaScript function GetAnnotBBoxOnViewer()
- DocuVieware: new digital signature snap-in
- DocuVieware: new property ShowDigitalSignatureSnapIn


GdPicture.NET SDK 14.1.53
- Implemented support for PPTX (Preview)
- Improved XLSX rasterizer engine
- Improved MRC engine accuracy and speed
- Improved 1D & 2D barcode reader accuracy
- Improved OCR automatic orientation detection
- Improved TWAIN support with memory transfer mode
- GdPicturePDF: new overload AddRedactionRegion() to specify transparency value of the region color
- GdPicturePDF: Improved Redaction Engine
- GdPicturePDF: Improved form fields Unicode support
- GdPicturePDF: Improved font substitution for CJK text rendering
- DocuVieware: Improved annotation rendering support
- DocuVieware: new JavaScript function: RegisterOnAnnotationMoved()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.52
- Improved tiff codec to decode some malformed documents
- Improved support for large linearized PDF creation (more than 2GB files)
- Improved PDF & Office format rasterizers
- Improved 1D barcode reader accuracy
- Improved OCR automatic orientation detection
- Improved OCR accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.51
- DocuVieware class: new method GetDocuViewareControl()
- DocuVieware & DocuViewareControl classes: new method RegisterCertificate()
- DocuVieware & DocuViewareControl classes: new method ResetCertificates()
- DocuVieware: new JavaScript function SetAnnotationsVisibility()
- GdPicturePDF: Fixed minor issues in parsing engine
- Improved PDF & Office format rasterizers
- GdViewer: dramatically improved text selection and extraction for right-to-left text based documents
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.50
- GdPicturePDF & DocuVieware: Improved redaction precision for text objects
- DocuVieware: New JavaScript function: ResetSelectedTextContextMenu
- Improved PDF rasterizer engine
- Improved .NET Core editions interfaces
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.49
- Improved PDF/OCR generation
- Improved office format rendering engines
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.48
- Improved PDF rasterizer engine
- Improved PDF generator engine
- Improved office formats rasterizer engine
- Improved loading speed of large office files
- Improved support for more than 4 GB PDF files
- GdPictureSegmenter: new method SetROI()
- GdPictureSegmenter: new method ResetROI()
- GdPicturePDF: Improved resource optimization in RemoveUnusedResources method
- GdPicturePDF: Improved text extraction and search for right-to-left text based documents
- DocuVieware: Improved performances with large documents
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.47
- Improved office formats rasterizer engine
- GdPicturePDF: Improved redaction precision on text objects
- Improved OCR accuracy and speed
- DocuVieware: New JavaScript function SelectRedactionSnapIn()
- DocuVieware: New JavaScript function RegisterOnRedactionMarksApplied()
- DocuVieware: New JavaScript function HasPendingRedactionMark()
- DocuVieware: New javaScript function ExitAnnotationDrawingMode()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.46
- Improved OCR engine accuracy and speed
- Dramatically improved RTL text support in office format rasterizers
- General improvements on office format rasterizers
- DocuVieware: Added redaction support. (New redaction snap-in + set of features / API)
- DocuVieware: new .NET property ShowRedactionSnapIn
- DocuVieware: new .NET method ApplyAllRedactions()
- DocuVieware: new JavaScript function RedactSelectedText()
- DocuVieware: new JavaScript function ApplyAllRedactions()
- DocuVieware: new JavaScript function AddRedactionMarkAnnotInteractive()
- GdPicturePDF: Improved redaction precission
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.45
- Dramatically improved OCR accuracy
- GdPicturePDF: new overload AddRedactionRegion() to specify color for each added region
- GdPicturePDF: Fixed minor issues in Annotation Flattening for FreeText Annotations
- GdPicturePDF: Improved Redaction Engine
- GdPicturePDF: Improved PDF/A converter engine
- Improved Office formats rasterizer engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.44
This is mostly an emergency update causing regressions:
- Bad assembly version
- Adding item to ThumbnailEx control was not working anymore
- OCR with automatic page orientation was raising exception in particular situations

Enhancements:
- Improved PDF rendering
- DocuVieware: Improved displaying of document having different page sizes


GdPicture.NET SDK 14.1.43
- Improved MRC accuracy
- Improved OCR accuracy
- Improved QrCode reader accuracy
- Improved memory management
- Improved office formats rasterizer engine
-

PostgreSQL 15.0 (64-bit) 查看版本資訊

更新時間:2022-10-14
更新細節:

What's new in this version:

- Support for the SQL MERGE command
- Selective publication of tables' contents within logical replication publications, through the ability to specify column lists and row filter conditions
- More options for compression, including support for Zstandard (zstd) compression. This includes support for performing compression on the server side during pg_basebackup.
- Support for structured server log output using the JSON format
- Performance improvements, particularly for in-memory and on-disk sorting

XLSTAT 2022 4.4.1364.0 查看版本資訊

更新時間:2022-10-14
更新細節:

TouchCopy 16.76 (64-bit) 查看版本資訊

更新時間:2022-10-14
更新細節:

What's new in this version:

TouchCopy 16.76 (64-bit)
- Change log not available for this version


TouchCopy 16.75 (64-bit)
- Fix correct detection of iPhone SE devices


TouchCopy 16.74 (64-bit)
Fixed:
- Fix Call Logs not showing unknown callers
- Fix connectivity problems that report error code 3892314244

Improvements:
- Added Voice Memo support for encrypted device backups
- Added Japanese to language selection in Preferences and improve Japanese localization
- Increased emoji support for Messages
- Apply Date Created and Last Modified to copied Notes files


TouchCopy 16.73 (64-bit)
- Change log not available for this version


TouchCopy 16.72 (64-bit)
- Added support for iPhone 13 devices


TouchCopy 16.71 (64-bit)
- Improvements to messages and call log functionality


TouchCopy 16.70 (64-bit)
- Change log not available for this version


TouchCopy 16.69 (64-bit)
- Change log not available for this version


TouchCopy 16.68 (64-bit)
- Change log not available for this version


TouchCopy 16.67 (64-bit)
- Compatible with iOS 14.4 and latest iTunes


TouchCopy 16.66 (64-bit)
- Change log not available for this version


TouchCopy 16.65 (64-bit)
- Change log not available for this version


TouchCopy 16.64 (64-bit)
- Change log not available for this version


TouchCopy 16.63 (64-bit)
- Change log not available for this version


TouchCopy 16.62 (64-bit)
- Change log not available for this version


TouchCopy 16.61 (64-bit)
- Change log not available for this version


TouchCopy 16.60 (64-bit)
- Change log not available for this version


TouchCopy 16.57 (64-bit)
- Change log not available for this version


TouchCopy 16.56 (64-bit)
- Change log not available for this version


TouchCopy 16.55 (64-bit)
- Change log not available for this version


TouchCopy 16.54 (64-bit)
- Change log not available for this version


TouchCopy 16.53 (64-bit)
- Change log not available for this version


TouchCopy 16.52 (64-bit)
- Change log not available for this version


TouchCopy 16.51 (64-bit)
- Change log not available for this version


TouchCopy 16.49 (64-bit)
- Provides minor bug fixes and improvements, as well as the ability to copy internet history as CSV, and message export format options


TouchCopy 16.48 (64-bit)
- Change log not available for this version


TouchCopy 16.47 (64-bit)
- Change log not available for this version


TouchCopy 16.46 (64-bit)
- Change log not available for this version


TouchCopy 16.45 (64-bit)
- Change log not available for this version


TouchCopy 16.44 (64-bit)
- Change log not available for this version


TouchCopy 16.43 (64-bit)
- Change log not available for this version


TouchCopy 16.42 (64-bit)
- Version 16.40 adds compatibility for iTunes from the Microsoft Store


TouchCopy 16.41 (64-bit)
- Change log not available for this version


TouchCopy 16.40 (64-bit)
- Change log not available for this version


TouchCopy 16.39 (64-bit)
- Change log not available for this version


TouchCopy 16.36 (64-bit)
- Adds sorting functionality for music and iTunes compatibility fixes


TouchCopy 16.35 (64-bit)
- Change log not available for this version


TouchCopy 16.32 (64-bit)
- Support for iTunes Microsoft Store app


TouchCopy 16.27 (64-bit)
- Version 16.27 adds support for transfer of HEIC formatted images from iOS 11 devices to computer


TouchCopy 16.17  (64-bit)
- Version 16.17 adds the ability to copy reminders from iOS devices


TouchCopy 16.04 (64-bit)
- Improvements in backup of iPhone WhatsApp messages


TouchCopy 16.03 (64-bit)
- Version 16.03 adds compatibility with iOS10 and iPhone 7

Scala 2.13.10 查看版本資訊

更新時間:2022-10-14
更新細節:

What's new in this version:

Binary compatibility regression fixed:
- Fix 2.13.9 regression which broke binary compatibility of case classes which are also value classes
- Library maintainers should avoid publishing libraries using Scala 2.13.9

Other notable changes:
- Fix 2.13.9 regression in linting, causing spurious "variable x is never used" warnings
- -Xsource:3 now respects refinements by whitebox macro overrides
- Scaladoc tool: fix parsing bug which could cause very slow performance or incorrect output
- Restore -Vprint-args, for echoing arguments provided to compiler

Scala 2.13.9 查看版本資訊

更新時間:2022-09-22
更新細節:

What's new in this version:

Compatibility with Scala 3:
- Tasty Reader: Add support for Scala 3.2
- Tasty Reader: Restrict access to experimental definitions
- To aid cross-building, accept and ignore using in method calls
- To aid cross-building, allow ? as a wildcard even without -Xsource:3
- Make Scala-3-style implicit resolution explicitly opt-in rather than bundled in -Xsource:3
- Prefer type of overridden member when inferring (under -Xsource:3)

JDK version support:
- Make -release more useful, deprecate -target, align with Scala 3
- Support JDK 19

Warnings and lints:
- Add -Wnonunit-statement to warn about discarded values in statement positionby
- Make unused-import warnings easier to silence (support filtering by origin=)
- Add -Wperformance lints for *Ref boxing and nonlocal returnby

Language improvements:
- Improve support for Unicode supplementary characters in identifiers and string interpolationby

Compiler options:
- Use subcolon args to simplify optimizer optionsby
- For troubleshooting compiler, add -Vdebug-type-error (and remove -Yissue-debug)

Security:
- Error on source files with Unicode directional formatting characters)
- Prevent Function0 execution during LazyList deserialization

Fixed:
- Emit all bridge methods non-final (perhaps affecting serialization compat)
- Fix null-pointer regression in Vector#prependedAll and Vector#appendedAll
- Improve concurrent behavior of Java ConcurrentMap wrapper
- Preserve null policy in wrapped Java Maps

PostgreSQL 14.5 (64-bit) 查看版本資訊

更新時間:2022-08-14
更新細節:

What's new in this version:

- This update fixes over 40 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 14. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release
- Fix replay of CREATE DATABASE write-ahead log (WAL) records on standby servers when encountering a missing tablespace directory
- Add support for tablespaces that are plain directories instead of symbolic links to other directories
- Fix permission checks in CREATE INDEX to use the user's permissions. This fixes broken dump/restore scenarios that relied on the behavior prior to the fix for CVE-2022-1552
- In the extended query protocol, force an immediate commit after CREATE DATABASE and other commands that can't run in a transaction block
- Fix a race condition around checking transaction visibility that was more likely to happen when using synchronous replication
- Fix incorrect permission-checking code for extended statistics
- Fix extended statistics machinery to handle most common value (MCV)-type statistics on boolean-valued expressions
- Avoid planner core dump with constant = ANY(array) clauses when there are MCV-type extended statistics on the array variable
- Allow cancellation of ANALYZE while it is computing extended statistics
- Fix ALTER TABLE ... ENABLE/DISABLE TRIGGER to handle recursion for triggers on partitioned tables
- Reject ROW() expressions and functions in FROM that have more than 1600 columns
- Fix memory leak in logical replication subscribers
- Fix checks in logical replication of replica identity when the target table is partitioned
- Arrange to clean up after commit-time errors within SPI_commit(), rather than expecting callers to do that. This includes a fix for the same scenario in PL/Python, which had reported crashes on Python 3.11 and memory leaks on older versions of Python 3
- Improve handling in libpq of idle states in pipeline mode
- In the psql watch command, echo a newline after cancellation with control-C
- Fix pg_upgrade to detect non-upgradable usages of functions accepting anyarray parameters
- Several postgres_fdw fixes, including prevention of batch insertions when there are WITH CHECK OPTION constraints present

PostgreSQL 13.8 (64-bit) 查看版本資訊

更新時間:2022-08-14
更新細節:

PostgreSQL 12.12 (64-bit) 查看版本資訊

更新時間:2022-08-14
更新細節: