Skip to content

Commit

Permalink
Preparing for release 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Beep6581 committed Jul 23, 2017
1 parent 732ac60 commit 78e921c
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 238 deletions.
52 changes: 33 additions & 19 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
RAWTHERAPEE 5.1-dev RELEASE NOTES
---------------------------------
This is a development version of RawTherapee. We update the code almost daily. Every few months, once enough changes have accumulated and the code is stabilized, we make a new official release. Every code change between these releases is known as a "development" version, and this is one of them.
RAWTHERAPEE 5.2 RELEASE NOTES
-----------------------------
This is RawTherapee 5.2 stable, released on 2017-07-23.

RawTherapee provides you with a selection of powerful tools with which you can practice the art of developing raw photos. Be sure to read RawPedia to understand how each tool works so that you may make the most of it.
http://rawpedia.rawtherapee.com/
A great place to start is the "Getting Started" article. Click on "Main page" in the top-left corner when you have finished reading that article to see all other articles.

While we only commit tested and relatively stable code and so the development versions should be fairly stable, you should be aware that:
- Development versions only had limited testing, so there may be bugs unknown to us.
- You should report these bugs so that they get fixed for the next stable release. See
www.rawpedia.rawtherapee.com/How_to_write_useful_bug_reports
- The way new tools work in the development versions is likely to change as we tweak and tune them, so your processing profiles may produce different results when used in a future stable version.
- Bugs present in the stable versions get fixed in the development versions, and make it into the next stable version when we make a new official release. That means that in some ways the development versions can be "more stable" than the latest stable release. At the same time, new features may introduce new bugs. This is a trade-off you should be aware of.

News Relevant to Photographers
------------------------------
- RawTherapee supports most raw formats, including some unusual ones like those from cameras using Foveon and X-Trans sensors. If you're wondering whether it supports your camera's raw format, first download RawTherapee and try for yourself. If a raw format is not supported it will either not open, or the preview in the Editor tab will appear black, white, or have a strong color cast - usually magenta. In that case, read the "Adding Support for New Raw Formats" RawPedia article.
RawTherapee supports most raw formats, including some unusual ones like those from cameras using Foveon and X-Trans sensors. If you're wondering whether it supports your camera's raw format, first download RawTherapee and try for yourself. If a raw format is not supported it will either not open, or the preview in the Editor tab will appear black, white, or have a strong color cast - usually magenta. In that case, read the "Adding Support for New Raw Formats" RawPedia article.

In order to use RawTherapee efficiently you should know that:
- You can scroll all panels using the mouse scroll-wheel.
Expand All @@ -25,20 +18,36 @@ In order to use RawTherapee efficiently you should know that:
- There are many keyboard shortcuts which make working with RawTherapee much faster and give you greater control. Make sure you familiarize yourself with them on RawPedia's "Keyboard Shortcuts" page!

New features since 5.1:
- This section will be completed when 5.2 is released.
- GIMP plugin to open raw images in GIMP using RawTherapee - see RawPedia.
- "Remote" mode (-R command line option) to allow opening images ("Open with" or passed as arguments) in a full-fledged instance. The -R mode allows you to open an image in an already-running instance of RawTherapee, if that instance was also started using -R. Opening an image without the -R option will open RawTherapee in "no-File-Browser" mode which lacks the File Browser and Queue tabs, and the Preferences button.

While this release introduced several new features, the main focus was to refine what's already there. Both the speed and stability of various tools and of RawTherapee in general were significantly improved, particularly when dealing with folders containing thousands of images.

Most significant improvements:
- 4x speedup of the Microcontrast tool.
- CIECAM02 curves no longer cause a sudden jump in brightness.
- Improved stability in METM (Multiple Editor Tabs Mode) in Windows.
- Improvement to the MEOW (Multiple Editor Tabs in Own Window) mode.
- LCP files lead to better results.
- Large speedup and stability improvement when opening folders containing hundreds or thousands of images.
- Many memory leaks fixed.
- Pixel Shift speedups, reduction of memory requirements, and motion mask preview accuracy improved.
- The preview of the Tone Mapping tool is now much more accurate at any zoom level.

News Relevant to Package Maintainers
------------------------------------
- No significant changes since 5.1.
- Requires GTK+ version >=3.16.
- GTK2 is not supported. 5.0-r1 was the last GTK2 release.
- Branches "master" and "gtk3" are dead, do not use them.
In general:
- Requires GTK+ version >=3.16, though 3.22 is recommended.
- RawTherapee 5 requires GCC-4.9 or higher, or Clang.
- Do not use -ffast-math, it will not make RawTherapee faster but will introduce artifacts.
- Use -O3, it will make RawTherapee faster with no known side-effects.
- For stable releases use -DCACHE_NAME_SUFFIX=""
- For development builds and release-candidates use -DCACHE_NAME_SUFFIX="5-dev"

Changes since 5.1:
- BZIP2 support removed - no more BZIP2 dependency.
- Added possibility to use system KLT library if available, otherwise our shipped version is used.

News Relevant to Developers
---------------------------
- Announce and discuss your plans in GitHub before starting work.
Expand All @@ -56,11 +65,16 @@ REPORTING BUGS
If you found a problem, don't keep it to yourself. Read the "How to write useful bug reports" article to get the problem fixed:
http://rawpedia.rawtherapee.com/How_to_write_useful_bug_reports

FORUM
-----
RawTherapee shares a forum with users and developers of other Free/Libre/Open Source Software:
https://discuss.pixls.us/c/software/rawtherapee

LIVE CHAT WITH USERS AND DEVELOPERS
--------------------------------------
Network: freenode
Server: chat.freenode.net
Channel: #rawtherapee
  Network: freenode
  Server:  chat.freenode.net
  Channel: #rawtherapee

You can use freenode webchat to communicate without installing anything:
http://webchat.freenode.net/?randomnick=1&channels=rawtherapee&prompt=1
Expand Down
Loading

0 comments on commit 78e921c

Please sign in to comment.