Skip to content

Commit 75f18ab

Browse files
committed
Release 1.5.0
1 parent 94fb1a0 commit 75f18ab

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

PAL.pro

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616

1717

18-
VERSION = 1.4.0
18+
VERSION = 1.5.0
1919

2020
DEFINES += APP_VERSION_MAJOR=1
21-
DEFINES += APP_VERSION_MINOR=4
21+
DEFINES += APP_VERSION_MINOR=5
2222
DEFINES += APP_VERSION_PATCH=0
2323

2424
DEFINES += APP_COPYRIGHT='"\\\"2023-2024 Simon Vetter\\\""'

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@ Each peak itself has the following associated fields:
6060
Other features:
6161

6262
- Interactive statistics (selection-specific)
63-
- Filtering the ascents table by date, peak height, difficulty and more
63+
- Adding custom columns which can directly display or process data from the project database
64+
- Filtering any table by any column, including custom ones, using customizable filters
6465
- Editing items in bulk
6566
- Changing paths of referenced photos in bulk
6667
- Data export in multiple modes and formats
6768
- PAL supports dark mode with Qt's "Fusion" theme
6869
- To enable, choose style "Fusion" in the settings and set system theme to dark
6970

70-
The codebase is fully documented.
71+
The codebase is largely documented.
7172

7273
PAL employs an [SQLite](https://www.sqlite.org) database, so its project files can be opened, inspected and manipulated with any compatible software.
7374

@@ -79,7 +80,7 @@ Building PAL
7980
[![Build](https://github.com/svetter/pal/actions/workflows/build.yml/badge.svg)](https://github.com/svetter/pal/actions/workflows/build.yml)
8081
[![Test](https://github.com/svetter/pal/actions/workflows/test.yml/badge.svg)](https://github.com/svetter/pal/actions/workflows/test.yml)
8182

82-
PAL is built on [Qt 6.6.2](https://wiki.qt.io/Qt_6.6_Release).
83+
PAL is built on [Qt 6.7.0](https://wiki.qt.io/Qt_6.7_Release).
8384

8485
If there is no [release](https://github.com/svetter/pal/releases) suitable for you or you want to make changes in the code, the easiest way to build PAL yourself is to install Qt6 along with Qt Creator, open the top-level project file [PAL.pro](PAL.pro), let Qt Creator configure the project and click build.
8586

@@ -97,7 +98,7 @@ If you want to contribute by creating a translation and don't know where to star
9798
Stability
9899
---------
99100

100-
At the moment, PAL is not tested systematically or comprehensively.
101+
At the moment, PAL is not tested comprehensively.
101102
Changes to the database file are considered safe, so you don't need to worry a lot about data corruption.
102103
Any problems with wrong or missing data due to bugs should be resolved after restarting the app.
103104
Nevertheless, it is recommended to create frequent backups of the database file if it contains important data.

0 commit comments

Comments
 (0)