Skip to content

Commit

Permalink
version 0.2.4 beta1
Browse files Browse the repository at this point in the history
Major editing steps are done. More bugs will be found by chance.
Systematic testing will not continue in the next weeks.
  • Loading branch information
stiglers-eponym committed Apr 16, 2023
1 parent da793b5 commit 97a8079
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## 0.2.4 (upcoming)
## 0.2.4
* compatibility with Qt 6.4 and Qt 6.5
* pages listed in TOC always start a new slide and are not considered overlays
* page up and page down can be used to navigate pages also while showing TOC or thumbnails
Expand All @@ -8,10 +8,10 @@
* improved search widget: now highlights search results
* different installation path for translation files
* copy and paste to/from image formats:
* this adds the Qt SVG module as a dependency
* paste only as picture (no erasing possible)
* bug fixes
* this adds the Qt SVG module as a dependency
* internal: different drawing history, memory management, and stacking order mechanism
* various bug fixes

## 0.2.3
* select and manipulate drawn items
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
cmake_minimum_required(VERSION 3.16)

project(beamerpresenter
VERSION 0.2.3
VERSION 0.2.4
DESCRIPTION "Multi-screen PDF presentation viewer"
HOMEPAGE_URL "https://github.com/stiglers-eponym/BeamerPresenter"
LANGUAGES CXX)
set(version_suffix "")
set(version_suffix "-beta1")

# Configure compilation basics
set(CMAKE_CONFIGURATION_TYPES Release Debug)
Expand Down
2 changes: 1 addition & 1 deletion man/beamerpresenter-ui.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH beamerpresenter-ui 5 "2023-04-15" "0.2.3"
.TH beamerpresenter-ui 5 "2023-04-15" "0.2.4-beta1"
.
.SH NAME
beamerpresenter-ui \- user interface of BeamerPresenter
Expand Down
2 changes: 1 addition & 1 deletion man/beamerpresenter.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BeamerPresenter 1 "2023-04-15" "0.2.3"
.TH BeamerPresenter 1 "2023-04-15" "0.2.4-beta1"
.
.SH NAME
BeamerPresenter \- modular multi-screen PDF presenter
Expand Down
2 changes: 1 addition & 1 deletion man/beamerpresenter.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH beamerpresenter.conf 5 "2023-04-15" "0.2.3"
.TH beamerpresenter.conf 5 "2023-04-15" "0.2.4-beta1"
.
.SH NAME
beamerpresenter.conf \- configuration file for BeamerPresenter
Expand Down

0 comments on commit 97a8079

Please sign in to comment.