Skip to content

Commit

Permalink
Updated compilation environment and bumped version to 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
medo64 committed Dec 11, 2021
1 parent e9de711 commit 8a07cc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Release Notes ##


### 0.1.23 [2021-12-11] ###

* Fixed slow tab switching when used on ZFS


### 0.1.22 [2021-11-05] ###

* Recompiled for QT 5.12.8
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Welcome and thank you for your interest in contributing.

### Compiling Code

Project uses Qt 5.12.8 and Qt Creator is the preferred development environment.
Project uses Qt 5.12.8 (Linux) and Qt 5.15.2 (Windows) with Qt Creator being the
preferred development environment.

All code is situated in `src` directory.

Expand Down
2 changes: 1 addition & 1 deletion WinMake.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

QT_PATH='/c/Qt'
QT_VERSION=5.14.2
QT_VERSION=5.15.2
CERTIFICATE_THUMBPRINT="e9b444fffb1375ece027e40d8637b6da3fdaaf0e"
TIMESTAMP_URL="http://timestamp.digicert.com" #http://timestamp.comodoca.com/rfc3161

Expand Down
2 changes: 1 addition & 1 deletion src/QText.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_PRODUCT = "QText"
APP_COMPANY = "Josip Medved"
APP_VERSION = "0.1.22"
APP_VERSION = "0.1.23"
APP_COPYRIGHT = "Copyright 2004 Josip Medved <[email protected]>"
APP_DESCRIPTION = "Note taking utility with auto-save."

Expand Down

0 comments on commit 8a07cc8

Please sign in to comment.