Release of version 1.3.4

This commit is contained in:
Jakub Melka 2023-11-24 18:15:31 +01:00
parent 5f678bc308
commit f5cb2a17af
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2022 Jakub Melka # Copyright (C) 2023 Jakub Melka
# #
# This file is part of PDF4QT. # This file is part of PDF4QT.
# #
@ -17,7 +17,7 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
set(PDF4QT_VERSION 1.3.5) set(PDF4QT_VERSION 1.3.6)
project(PDF4QT VERSION ${PDF4QT_VERSION} LANGUAGES CXX) project(PDF4QT VERSION ${PDF4QT_VERSION} LANGUAGES CXX)

View File

@ -1,4 +1,6 @@
CURRENT: CURRENT:
V: 1.3.6 24.11.2023
- Issue #110: PDF4QT Viewer Lite : Arbitrary Code can execute when using Send by Email - Issue #110: PDF4QT Viewer Lite : Arbitrary Code can execute when using Send by Email
- Issue #109: No text, font. Parts missing - Issue #109: No text, font. Parts missing
- Issue #108: Add accessibility options in pdf reader - Issue #108: Add accessibility options in pdf reader