From b0e810229895eba42e580da162e7f680a2a2627d Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sun, 27 Apr 2025 13:45:00 +0200 Subject: [PATCH] Release of version 1.5.1.0 --- CMakeLists.txt | 2 +- .../io.github.JakubMelka.Pdf4qt.appdata.xml | 56 ++++++++++++++++++- RELEASES.txt | 3 + 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0bd174..b943d3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.16) -set(PDF4QT_VERSION 1.5.0.0) +set(PDF4QT_VERSION 1.5.1.0) message(STATUS "Build type - CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}") project(PDF4QT VERSION ${PDF4QT_VERSION} LANGUAGES CXX) diff --git a/Desktop/io.github.JakubMelka.Pdf4qt.appdata.xml b/Desktop/io.github.JakubMelka.Pdf4qt.appdata.xml index 0f7a1f0..a325c7f 100644 --- a/Desktop/io.github.JakubMelka.Pdf4qt.appdata.xml +++ b/Desktop/io.github.JakubMelka.Pdf4qt.appdata.xml @@ -1,5 +1,5 @@ - + io.github.JakubMelka.Pdf4qt CC0-1.0 @@ -23,7 +23,59 @@ io.github.JakubMelka.Pdf4qt.desktop - + + +
    +
  • Issue #271: Change of the license to MIT
  • +
  • Issue #257: Force light mode (or dark mode)
  • +
  • Issue #255: Page Master invert selection does not work
  • +
  • Issue #254: Unit Settings default window size too small
  • +
  • Issue #248: Update version and year in About page
  • +
  • Issue #247: Option to hide cross when adding annotations
  • +
+
+
+ + +
    +
  • Issue #244: Unite document after page removal loses outline
  • +
  • Issue #236: Highlighting - Allow color selection and intensity
  • +
  • Issue #229: Can't add picture to PDF
  • +
  • Issue #228: Reverse pages order
  • +
  • Issue #222: UnitTests fails several tests
  • +
  • Issue #207: Zoom to Cursor (Zoom Anchoring)
  • +
  • Issue #206: Name of the executable / command
  • +
  • Issue #205: Editor cannot create white or transparent annotations
  • +
  • Issue #202: Certain raster content not rendered
  • +
  • Issue #200: Icons under dark theme on Arch/KDE broken
  • +
  • Issue #185: Latest git fails to build on Linux
  • +
  • Issue #165: Inline Text latency issues on Flatpak/AppImage
  • +
  • Issue #161: Trust certificates like in Acrobat
  • +
+
+
+ + +
    +
  • Issue #190: PageMaster crash after removing pages
  • +
  • Issue #184: Form field font size too large
  • +
  • Issue #183: Option to ignore PDF security settings
  • +
  • Issue #182: Diff command-line arguments ignored
  • +
  • Issue #181: Dark mode feature
  • +
  • Issue #180: Options windows larger than desktop
  • +
  • Issue #174: Limited Linux support improvements
  • +
  • Issue #173: Errors loading Echoplex.pdf
  • +
  • Issue #172: Missing access keys in menus
  • +
  • Issue #168: Stamp disappears when merging files
  • +
  • Issue #166: Adding images to PDF
  • +
  • Issue #164: Taskbar icon not shown on Linux Mint
  • +
  • Issue #163: Invalid PDF rendering issues
  • +
  • Issue #159: Separate AppImage offerings
  • +
  • Issue #123: Alternative rendering backend (Blend2D)
  • +
  • Issue #42: Real text editing improvements
  • +
+
+
diff --git a/RELEASES.txt b/RELEASES.txt index b89e210..a949fff 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -1,4 +1,7 @@ CURRENT: + +V: 1.5.1.0 27.4.2025 + - Issue #271: Change of the license to MIT - Issue #257: Force light mode (or dark mode) - Issue #255: PDF4QT Page Master invert selection does not work - Issue #254: Unit Settings default window size too small