nufraw v0.43-3:
- removed some compilation errors with newer exiv and openmp

nufraw v0.43-2:
- better iss file for windows installer
- remove some compilation errors on MSYS2 (windows)

nufraw v0.43:
- dcraw 9.28
- fixed a segfault on exit 

nufraw v0.42:
- applied patch from Partha Bagchi for gimp 2.10 compatibility
- removed some warnings

nufraw v0.41:
- completed patch from Partha Bagchi to compile under Mac OsX

nufraw v0.40:
- applied patch from Partha Bagchi to compile under Mac OsX

nufraw v0.39:
- applied patch from Partha Bagchi to work correctly with newer versions of Gimp (>2.8)

nufraw v0.38:
- solved a crash in calling the file chooser with id file reset
- corrected "show preview" startup status for file chooser (was not displayed even if correclty saved)

nufraw v0.37:
- solved a crash in calling the file chooser with id file reset
- corrected "show preview" startup status for file chooser

nufraw v0.37:
- rememberOutput path in options now works correcty:
  if enabled the save dialog will start from the last path
  if disabled the save dialog will start from the raw file path
- exit confirmation now works correctly
- crop reset button is activated even when crop is set dragging with the mouse
- file chooser settings (preview on/of and hidden files show/hide) are now saved

nufraw v0.36:
- both .ufraw and .nufraw files are supported (write .nufraw only, read both)

nufraw v0.35:
- fixed a defcon 3 bug: nUFRaw was not able to oper its own .nufraw file!
  The bug is afecting versione from 0.31 to 0.34
  Even the "send to GIMP" button was not working. Now is fixed

nufraw v0.34:
- exif data moved in info section
- grid slider move near render buttons
- removed a gtk warning with g_source_remove(gUiData.DrawCropID);

nufraw v0.33:
- tested Windows/MinGW compilation
- added README.windows for Windows/MinGW compilation instructions
- added autoclean.sh script to clean all
- removed montage dependency for bmp conversion

nufraw v0.32:
- updated to the new version of dcraw (9.27)
  Added support for: Canon EOS 80D, 1300D, M10, 1D X Mark II ;
  Canon powershot G3X, G5X, G9X ; Canon IXUS 160; DXO ONE;
  Fujifilm X70, X-Pro2, X-E2S, X-T10, XQ1, XQ2;
  Nikon D500, D5; Olympus AIR A01, E-M10 Mark II, PEN-F;
  Pentax K-1, K-30, K-3 II; Panasonic FZ330, FZ300, G7, GF8, GX8, TZ1, ZS1, TZ8, ZS6;
  Leica S, X, Q, M, SL; Ricoh GR, GR II; Samsung NX3300; Sony RX1RM2, A7RM2;
  Various improvements on various other cameras
- curve and black point reset action are now more logical
- manual curve automatically resets on error
- save dialog controls for .nufraw overwriting too

nufraw v0.31:
- the binary and all installation files are now renamed as nufraw
  so can be installed over a preexisting ufraw without overwrite

nufraw v0.30:
- solved the crash deleting applied profile
- on options window 'ok' is now 'save' (more clear)
- output values no longer calls render
- fixed a bug in zoom_to_fit
- zoom to fit now works on cropped area
- optimized render calls while modifing zooming

nufraw v0.29:
- fixed shrink save and reset
- mainly fixed crop and rotation save and reset
- two decimal digits in live values table
- fixed a crash if pushing special render while saving
- do not ask exit confirmation after save
- fixed options save

nufraw v0.28:
- fixed shrink range bug (width and height missing update)
- disabled preview when opening ID file (not useful because preview does not reflect settings)
- fixed grayscale button update when changing configuration
- fixed lightness adjustment update when changing configuration
- fixed restore detail and highlight update when changing configuration
- fixed output values update when changing configuration (still buggy for shrink)
- interpolation smoothing and input profile can now be reset to program default

nufraw v0.27:
- new buttons on down-left zone (global reset&C)
- partially implemented reset to id file (still buggy)
- new notes in README.developers
- started conf reorder
- details of lens correction are now tooltip of info icon
- tooltips for cursor buttons
- opimized some GUI render

nufraw v0.26:
- added missing mkinstalldirs script

nufraw v0.25:
- updatede po files. Reviewed it.po
- reviewed some icons
- improved alignement and tooltip on render buttons

nufraw first release v0.24 (from nufraw 0.23)

- heavily reviewed the preview window (the main UI) in a more standard way
- global reset button
- new zone-view momentary rendering
- left and right panels are resizabile (paned boxes)
- standard gtk save window. The preview does not close when image is saved
- preview widget on the chooser dialog
- three cursor modes (drag, crop and spot) with buttons
  now cursor action depends on "cursor mode", not on netbook page
- the defaults/user adjustments management has been reviewed in a more logical way
- separate the window configuration from the adjustment configuration
  windows configuration saves on .nnufrawrc-ui everytime the window is closed
- all adjustment have expander, no more tabs/notebook
- raw histogram and live histogram can have any max height
- reviewed and separated values table from live hostogram
- save configuration button moved in configuration tab of options window
- restyled settings tab in option window
- remember output path and overwrite moved to settings tab in options window
- output profile in settings tab of options window
- exif table columns are drag-resizable
- preset for grayscale color mixer (values are set according to typical color filters for b&w)
- basecurve and ICC profile moved together in "input" section
- monitor profile moved to option window
- file chooser hides during raw editing
- disabled "file delete" button (that's not the place)
- histograms can have any width (was fixed to 255)
- histograms and curves now have the same size and resize with the left panel
- zoom slider
- blackpoint slider
- restyled crop/rotate section
- output size (shrink) and format are now in a new "output section"

Code restyling:
- more comments
- ui code separated in mode files for readability
- all custom widget code moved from nufraw_preview.c to uf_gtk
- more constant values as define in nufraw_ui.h
- gPreviewData is now a global inside nufraw_preview (no more 'data' embedded in widget)
- Removed ugly defines  CFG, RC, Developer, CFG_cameraCurve from nufraw_ui.h
- added frame_padding and frame_shadow define in nufraw_ui.h to set all frames
- added unified gtk_button_size and notebook_icon_size define in nufraw_ui.h to sett all icons size
