Skip to content

Commit 2c134be

Browse files
committed
Version 1.1.0
1 parent 0b13239 commit 2c134be

File tree

11 files changed

+16
-6
lines changed

11 files changed

+16
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(qlogexplorer VERSION 1.0.2 LANGUAGES CXX)
3+
project(qlogexplorer VERSION 1.1.0 LANGUAGES CXX)
44
set(APP_NAME "QLogExplorer")
55
set(PROJ_URL "https://github.com/rafaelfassi/qlogexplorer")
66
set(APP_URL "https://rafaelfassi.github.io/qlogexplorer/")
1.07 KB
Loading
270 Bytes
Loading
494 Bytes
Loading
1.65 KB
Loading
580 Bytes
Loading
876 Bytes
Loading

packaging/linux/xdg/metainfo/qlogexplorer.appdata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@
4545
</screenshot>
4646
</screenshots>
4747
<releases>
48+
<release version="1.1.0" date="2026-01-11">
49+
<description>
50+
<p>Update to Qt6</p>
51+
<p>Fix issues with larger rows</p>
52+
<p>Fix bookmark being duplicated</p>
53+
<p>Fix issues with multiple search parameters</p>
54+
<p>Share same marks in both main view and search view</p>
55+
<p>Fix current tab not being updated after saving new template</p>
56+
</description>
57+
</release>
4858
<release version="1.0.2" date="2022-03-14">
4959
<description>
5060
<p>Minor fix in app data and pt-br shortcuts</p>

packaging/win/innosetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Will be replaced by the release script
22
#define ProjName "qlogexplorer"
33
#define AppName "QLogExplorer"
4-
#define AppVersion "1.0.2"
4+
#define AppVersion "1.1.0"
55
#define AppURL "https://rafaelfassi.github.io/qlogexplorer/"
66
; Calculated and fixed values
77
#define AppAssocExt ".log"

packaging/win/qlogexplorer.ico

6.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)