Marcin Ziąbek 2 недель назад
Родитель
Сommit
81e993de6b
2 измененных файлов с 3 добавлено и 10 удалено
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 2 9
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.12.2</Version>
+        <Version>2025.12.3</Version>
         <PackageDescription>QuestPDF is a modern library for PDF document generation. Its fluent C# API lets you design complex layouts with clean, readable code. Create invoices, reports, and documents using a flexible, component-based approach.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>13</LangVersion>

+ 2 - 9
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -1,9 +1,2 @@
-Fixes:
-- Fixed semantic structure handling in the Dynamic element
-- Fixed semantic structure handling in the Lazy element
-
-Improvements:
-- Updated package icon
-- Updated NuGet package metadata (readme and description)
-- Revised welcome message to clarify licensing options and improve guidance
-- Updated third-party license attributions (removed ICU, added libgrapheme)
+- Improved handling of semantic structure and artifact context, resolving rare edge cases.
+- Fixed an issue where element selection could appear blurry in the QuestPDF Companion App.