Skip to content

Commit

Permalink
1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriychunikhin committed Sep 22, 2024
1 parent a13ed9f commit d9875d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Binary file modified ThorUpdater/pdfium-vfp.zip
Binary file not shown.
14 changes: 11 additions & 3 deletions ThorUpdater/pdfium-vfpVersion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ lparameters toUpdateObject
* Set the properties of the passed updater object.

with toUpdateObject
.VersionNumber = '1.11 - 20240915'
.AvailableVersion = CHRTRAN('pdfium-vfp','-','_')+'-1.11-update-20240915'
.VersionNumber = '1.12 - 20240922'
.AvailableVersion = CHRTRAN('pdfium-vfp','-','_')+'-1.12-update-20240922'
.Notes = GetNotes()
* .RegisterWithThor = GetRegisterWithThor()
endwith
Expand All @@ -15,6 +15,14 @@ return toUpdateObject
procedure GetNotes
local lcNotes
text to lcNotes noshow
1.12
- Added wrappers for dependency API calls (Pdfium, LibHaru, WinApi) to avoid DECLARE-DLL conflicts with other components

- Fixed know issue
>Dependencies declaration conflict with gpimage2.prg that used in [FoxBarcode](https://github.com/VFPX/FoxBarcode) library (to solve this just remove clear dlls section in gpimage2.prg and compile it)

- Source code mDotting

1.11
- Fixed Known Issue "PdfiumViewer doesn't support case insensitive searching for non-ASCII character range"
it is pdfium bug https://issues.chromium.org/issues/42270374, so nothing to do but avoid using pdfium search API and implement homebrew text searching
Expand Down Expand Up @@ -111,4 +119,4 @@ return lcNotes
* "pdfium-vfp" is a Component. No procedure GetRegisterWithThor created by VFPX Deployment


*created by VFPX Deployment, 16.09.24 00:07:32
*created by VFPX Deployment, 22.09.24 18:53:38

0 comments on commit d9875d4

Please sign in to comment.