Merge pull request #7185 from Beep6581/release-5.11

Release 5.11
This commit is contained in:
Lawrence37 2024-08-24 11:33:56 -07:00 committed by GitHub
commit db575c6690
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 24 deletions

View File

@ -1,6 +1,6 @@
RAWTHERAPEE 5.11-rc1 RELEASE NOTES
RAWTHERAPEE 5.11 RELEASE NOTES
This is Release Candidate 1 of RawTherapee 5.11, released on 2025-08-11. This is not the final release yet.
This is RawTherapee 5.11, released on 2025-08-25.

View File

@ -22,7 +22,7 @@
<url type="translate">https://rawpedia.rawtherapee.com/Main_Page#Localization</url>
<launchable type="desktop-id">rawtherapee.desktop</launchable>
<releases>
<release version="5.11-rc1" date="2024-08-11" type="development"></release>
<release version="5.11" date="2024-08-25" type="stable"></release>
<release version="5.10" date="2024-02-16" type="stable"></release>
<release version="5.9" date="2022-11-27" type="stable"></release>
<release version="5.8" date="2020-02-04" type="stable"></release>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -150,7 +150,7 @@
<key>CFBundleExecutable</key>
<string>rawtherapee</string>
<key>CFBundleGetInfoString</key>
<string>@version@, Copyright © 2004-2010 Gábor Horváth, 2010-2017 RawTherapee Development Team</string>
<string>@version@, Copyright © 2004-2010 Gábor Horváth, 2010-2024 RawTherapee Development Team</string>
<key>CFBundleIconFile</key>
<string>rawtherapee.icns</string>
<key>CFBundleIdentifier</key>
@ -162,11 +162,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@shortVersion@</string>
<string>@version@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>@shortVersion@</string>
<string>@version@</string>
<key>LSArchitecturePriority</key>
<array>
<string>arm64</string>
@ -175,7 +175,7 @@
<key>NSHighResolutionCapable</key>
<true />
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004-2010 Gábor Horváth, 2010-2017 RawTherapee Development Team</string>
<string>Copyright © 2004-2010 Gábor Horváth, 2010-2024 RawTherapee Development Team</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
@ -190,7 +190,7 @@
<key>UTTypeIdentifier</key>
<string>com.rawtherapee.pp3</string>
<key>UTTypeReferenceURL</key>
<string>http://www.rawtherapee.com/</string>
<string>https://www.rawtherapee.com/</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 898 KiB

After

Width:  |  Height:  |  Size: 724 KiB