Skip to content

Commit 7f2e345

Browse files
committed
New version
1 parent 7e5836a commit 7f2e345

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif (CMAKE_BUILD_TYPE STREQUAL "Release")
3434

3535
# The version number.
3636
set (HDRMERGE_VERSION_MAJOR 0)
37-
set (HDRMERGE_VERSION_MINOR 4)
38-
set (HDRMERGE_VERSION_REV 5)
37+
set (HDRMERGE_VERSION_MINOR 5)
38+
set (HDRMERGE_VERSION_REV 0)
3939
set (HDRMERGE_VERSION ${HDRMERGE_VERSION_MAJOR}.${HDRMERGE_VERSION_MINOR}.${HDRMERGE_VERSION_REV})
4040

4141
# configure a header file to pass some of the CMake settings

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ If you want to tone-map an image resulting from HDRMerge with a program like Lum
6262

6363
# Feature List
6464

65+
### v0.5.0:
66+
67+
* First Mac OS X build! Thanks to Philip Ries for his help.
68+
* Several bug fixes:
69+
* Fix dealing with images with non-ANSI file names.
70+
* Calculate response function with non-linear behavior.
71+
* Fix file locking issues by transfering Exif tags in memory.
72+
* Correctly calculate the response function of very dark images.
73+
6574
### v0.4.5:
6675

6776
* Better compatibility with other programs, by producing a DNG file that maintains the original layout: frame and active area sizes, black and white levels, etc. *Note that, if you use RawTherapee, you need v4.1.23 or higher to open these files.*
@@ -76,7 +85,7 @@ If you want to tone-map an image resulting from HDRMerge with a program like Lum
7685
* Better support for more camera models.
7786
* Better rendering of the embedded preview image.
7887
* Change the edit brush radius with Alt+Mouse wheel.
79-
* Several bugfixes.
88+
* Several bug fixes.
8089
* The original embedded preview is not included in the output anymore.
8190
* Fixed some glitches with the edit tools.
8291

0 commit comments

Comments
 (0)