Skip to content

Commit

Permalink
update to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Dec 15, 2023
1 parent 7bb2159 commit 8bc158e
Show file tree
Hide file tree
Showing 13 changed files with 6,813 additions and 1,252 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog PhotoQt - Copyright (C) 2011-2023, Lukas Spies (Lukas@photoqt.org), License: GPLv2 (or later)
----------------------------------------------------------------------------------------------------------

Release 4.0 - 2023-12-14
----------------------------
- PhotoQt now based on Qt6 (requiring at least 6.2+, 6.4+ recommended)
- updated settings manager
- updated export feature
- updated file dialog
- updated image viewer engine (image now snaps in place)
- updated thumbnails (and faster)
- updated exiv2 analysis
- updated main menu
- updated map view
- updated file management
- updated advanced sorting feature
- updated chromecast manager
- updated slideshow handling
- updated wallpaper feature
- updated context menu
- updated histogram
- updated notifications feature
- numerous bug fixes and general improvements
- restructured code basis for easier maintenance and higher reliability


Release 3.4 - 2023-10-06
----------------------------
- add: resvg support for rendering SVG files
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(photoqt LANGUAGES CXX)
#### GLOBAL VERSION STRING FOR ALL FILES (INCLUDING CPP/QML) ####
##################################################################

SET(APPVERSION "4.0-beta.1")
SET(APPVERSION "4.0")
add_definitions(-DPQMVERSION="${APPVERSION}")

########################################
Expand Down
5,654 changes: 5,654 additions & 0 deletions lang/photoqt_ca_ES.ts

Large diffs are not rendered by default.

261 changes: 124 additions & 137 deletions lang/photoqt_de_DE.ts

Large diffs are not rendered by default.

339 changes: 163 additions & 176 deletions lang/photoqt_es_ES.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_it_IT.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_lt_LT.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_pl_PL.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_pt_BR.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_pt_PT.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_ru_RU.ts

Large diffs are not rendered by default.

255 changes: 121 additions & 134 deletions lang/photoqt_uk_UA.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions org.photoqt.PhotoQt.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="4.0" date="2023-12-14" />
<release version="3.4" date="2023-10-06" />
<release version="3.3" date="2023-06-15" />
<release version="3.2" date="2023-05-11" />
Expand Down

0 comments on commit 8bc158e

Please sign in to comment.