Skip to content

Commit

Permalink
release v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Jun 14, 2021
1 parent e9aa8e4 commit cd3610c
Show file tree
Hide file tree
Showing 11 changed files with 1,460 additions and 905 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog PhotoQt - Copyright (C) 2011-2021, Lukas Spies (Lukas@photoqt.org), License: GPLv2 (or later)
----------------------------------------------------------------------------------------------------------

Release 2.3 - 2021-06-14
----------------------------
- add: context menu (subset of mainmenu options), assign right button to it (if not already in use)
- add: new shortcuts manager
- add: command line option to enable/disable system tray
- add: new internal shortcuts: __viewerMode, __showThumbnails, __showMainMenu,
__showMetaData, __quickNavigation, __showFaceTags, __keepMetaData, __contextMenu
- add: restore default configuration, accessible via 'advanced' button in settings manager
- add: support of JPEG XL format (if qt plugin installed)
- improve: calling PhotoQt without command line arguments when hidden assumes '--show'
- improve: use arrows to indicate direction in mouse gestures
- improve: closing 'x' hidden unless fullscreen or window decoration disabled
- improve: new format for saving shortcuts
- improve: handling of command line options
- improve: keeping track of mouse position
- fix: load translations for command line help message
- fix: artifacts in rendered text for scale<1
- fix: loading rar archives with unrar with non-Latin characters in filenames
- fix: wrong datatype used for PixmapCache property (was bool but should be int)
- fix: mirror property of scaled down versions follows main image


Release 2.2 - 2021-06-07
----------------------------
- add: viewer mode for documents/archives, activated through button near top left corner of screen
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(photoqt LANGUAGES CXX)
#### GLOBAL VERSION STRING FOR ALL FILES (INCLUDING CPP/QML) ####
##################################################################

add_definitions(-DVERSION="dev")
add_definitions(-DVERSION="2.3")


########################################
Expand Down
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PhotoQt v2.2 - Copyright (C) 2011-2021, Lukas Spies (Lukas@photoqt.org),
PhotoQt v2.3 - Copyright (C) 2011-2021, Lukas Spies (Lukas@photoqt.org),
License: GPLv2 (or later) -- Website: http://photoqt.org
--------------------------------------------------------------------

Expand Down Expand Up @@ -50,6 +50,8 @@
up at runtime if available.

- KImageFormats - https://api.kde.org/frameworks/kimageformats/html/index.html
- Qt plug-in for AVIF images - https://github.com/novomesk/qt-avif-image-plugin
- Qt plug-in for JPEG XL images - https://github.com/novomesk/qt-jpegxl-image-plugin
- XCFtools - https://github.com/j-jorge/xcftools
- libqpsd - https://github.com/Code-ReaQtor/libqpsd
- unrar
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PhotoQt v2.2
# PhotoQt v2.3
__Copyright (C) 2011-2021, Lukas Spies (Lukas@photoqt.org)__
__License:__ GPLv2 (or later)
__Website:__ http://photoqt.org
Expand Down Expand Up @@ -42,6 +42,8 @@ PhotoQt can work with either ImageMagick and GraphicsMagick, but due to conflict
These are some libraries and tools that can add additional formats to PhotoQt if installed. None of them are needed at compile time, but they can be picked up at runtime if available.

- KImageFormats - https://api.kde.org/frameworks/kimageformats/html/index.html
- Qt plug-in for AVIF images - https://github.com/novomesk/qt-avif-image-plugin
- Qt plug-in for JPEG XL images - https://github.com/novomesk/qt-jpegxl-image-plugin
- XCFtools - https://github.com/j-jorge/xcftools
- libqpsd - https://github.com/Code-ReaQtor/libqpsd
- unrar
Expand Down
386 changes: 237 additions & 149 deletions lang/photoqt_de_DE.ts

Large diffs are not rendered by default.

394 changes: 241 additions & 153 deletions lang/photoqt_es_ES.ts

Large diffs are not rendered by default.

386 changes: 237 additions & 149 deletions lang/photoqt_lt_LT.ts

Large diffs are not rendered by default.

386 changes: 237 additions & 149 deletions lang/photoqt_pl_PL.ts

Large diffs are not rendered by default.

386 changes: 237 additions & 149 deletions lang/photoqt_pt_BR.ts

Large diffs are not rendered by default.

394 changes: 241 additions & 153 deletions lang/photoqt_pt_PT.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions photoqt.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="2.3" date="2021-06-14" />
<release version="2.2" date="2021-06-07" />
<release version="2.1.1" date="2021-02-06" />
<release version="2.1" date="2021-01-30" />
Expand Down

0 comments on commit cd3610c

Please sign in to comment.