Skip to content

Commit

Permalink
New version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Jan 4, 2025
1 parent 9c402c6 commit 1f3f3a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(qiosk VERSION 1.11.2 LANGUAGES CXX)
project(qiosk VERSION 1.10.2 LANGUAGES CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=qiosk
pkgver=1.11.2
pkgver=1.12.0
pkgdesc="QT Kiosk ."
pkgrel=1
arch=(
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
qiosk (1.12.0) unstable; urgency=medium

* Features
* Config
* 25a1a89 Added option to control window mode to set fullscreen/minimized/maximized/hidden... Closes #12

-- Adam Schubert <[email protected]> Sat, 04 Jan 2025 12:06:21 +0000

qiosk (1.11.2) unstable; urgency=medium

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(int argc, char *argv[])

QCoreApplication::setOrganizationName("Salamek");
QCoreApplication::setApplicationName("qiosk");
QCoreApplication::setApplicationVersion("1.11.2");
QCoreApplication::setApplicationVersion("1.10.2");
#if QT_VERSION <= QT_VERSION_CHECK(6, 0, 0)
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
Expand Down

0 comments on commit 1f3f3a9

Please sign in to comment.