Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed Jun 30, 2024
1 parent 06293d9 commit 314e508
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PAL.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



VERSION = 1.5.0
VERSION = 1.6.0

DEFINES += APP_VERSION=\\\"$$VERSION\\\"

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Other features:
- Adding custom columns which can directly display or process data from the project database
- Filtering any table by any column, including custom ones, using customizable filters
- Editing items in bulk
- Autodetection of links for peaks, individually or in bulk
- Changing paths of referenced photos in bulk
- Data export in multiple modes and formats
- PAL supports dark mode with Qt's "Fusion" theme
Expand All @@ -80,7 +81,7 @@ Building PAL
[![Build](https://github.com/svetter/pal/actions/workflows/build.yml/badge.svg)](https://github.com/svetter/pal/actions/workflows/build.yml)
[![Test](https://github.com/svetter/pal/actions/workflows/test.yml/badge.svg)](https://github.com/svetter/pal/actions/workflows/test.yml)

PAL is built on [Qt 6.7.0](https://wiki.qt.io/Qt_6.7_Release).
PAL is currently built on [Qt 6.7.2](https://wiki.qt.io/Qt_6.7_Release).

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.

Expand Down
10 changes: 5 additions & 5 deletions translation/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2245,27 +2245,27 @@ Hinweis: Vor dem Bestätigen kann die Datei auch noch manuell gesichert werden.<
<context>
<name>General</name>
<message>
<location filename="../src/main/helpers.cpp" line="144"/>
<location filename="../src/main/helpers.cpp" line="163"/>
<source>Default</source>
<translation>Standard</translation>
</message>
<message>
<location filename="../src/main/helpers.cpp" line="145"/>
<location filename="../src/main/helpers.cpp" line="164"/>
<source>Qt Fusion</source>
<translation>Qt Fusion</translation>
</message>
<message>
<location filename="../src/main/helpers.cpp" line="146"/>
<location filename="../src/main/helpers.cpp" line="165"/>
<source>Modern Windows</source>
<translation>Windows modern</translation>
</message>
<message>
<location filename="../src/main/helpers.cpp" line="147"/>
<location filename="../src/main/helpers.cpp" line="166"/>
<source>Classic Windows</source>
<translation>Windows klassisch</translation>
</message>
<message>
<location filename="../src/main/helpers.cpp" line="148"/>
<location filename="../src/main/helpers.cpp" line="167"/>
<source>MacOS</source>
<translation>MacOS</translation>
</message>
Expand Down

0 comments on commit 314e508

Please sign in to comment.