Skip to content

Commit

Permalink
Added 1.26 RC release notes (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoubrov authored and Git User committed Feb 9, 2024
1 parent c2b2b7c commit 7dcd328
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
Version 1.26 RC (February 9, 2023)
==================================

### Applications
- Improved REST API: more logical endpoints, documentation, web demo page, automatic deployment of the docker image to DockerHub.com
- Redesigned main GUI window
- Improved CLI output (help, debug logs, text report, JSON report formatting)
- Improved XML report schema in case of exceptions
- Fixed GUI check for the availability of a newer version

### PDF Model
- Cleanup of the unused properties and links

### PDF Parser
- Updated predefined CMaps
- Added support for structure attributes defined via ClassMap
- Fixed parsing of inline images of undefined length
- Detect and generate a warning when dictionary contains duplicated keys
- Detect and generate a warning when the embedded font has duplicated glyph names
- Detect and generate a warning in case of loops in document structure tree
- Fixed decryption of string objects
- Fix default whitepoint for CIELab in JPEG2000
- Optimized use of temporary files

### Validation
- (PDF/UA-2) added support for PDF/UA-2 (draft)
- (PDF/UA-1) detect and report structure elements with missing parent
- (PDF/UA-1) fixed checks related to role maps between standard and non-standard tags
- (PDF/UA-1) fixed rules related to annotations in structure tree
- (PDF/UA-1) added checks for XMP prefixes in the identification metadata
- (PDF/A-1,2,3,4) added check for valid values of BitsPerComponent
- (PDF/A-2,3,4) apply the rule on identical tint transform also to /All and /None
- (PDF/A-1) added check that the document does not use xref stream
- (PDF/A-1) Fix syncing XMP with Info dictionary in case of multiple creators

Version 1.24 RC2 (June 2, 2023)
==================================

Expand All @@ -16,6 +51,7 @@ Version 1.24 RC2 (June 2, 2023)
- (PDF/A-2,3,4) fixed handling of Default color spaces for DeviceN colorants
- (PDF/UA-1) reverted Table Scope determination algorithm from PDF 2.0 to PDF 1.7


Version 1.24 RC (April 27, 2023)
==================================

Expand Down

0 comments on commit 7dcd328

Please sign in to comment.