Skip to content

Commit

Permalink
New version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mentaljam committed Aug 30, 2015
1 parent 99cdccf commit 9a8bedf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
28 changes: 21 additions & 7 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
Current:

0.6 (2015-08-30)
- NEW: An option to open file dialogs in a previously selected folder or a prefered folder
- NEW: Default (English) interface language in settings window
- NEW: Warping in separate thread (no GUI freezing)
- NEW: Save and restore windows' states and geometries
- FIX: Out file name updating when GCP file os selected manually
- FIX: Wrong GCP file reading in MSUProj-Qt on Linux
- FIX: Different small GUI fixes
- UPDATE: Project documentation (add target to upload doxygen html output to GH pages)
- UPDATE: MSUProj-Qt reference window (using QT Help)
- UPDATE: Translations (new sources for linux .desktop file and doxygen based manual)
- UPDATE: Project configuration
- UPDATE: Code refactoring and restyling

0.5 (2015-07-28)
- FIX: Fix shared library building
- New: Franch translation (thanks Christophe Tof <[email protected]>)
- New: Russian translation
- New: Settings window with ability to change language
- New: Project icon
- New: Windows RC files for runtime targets
- NEW: Franch translation (thanks Christophe Tof <[email protected]>)
- NEW: Russian translation
- NEW: Settings window with ability to change language
- NEW: Project icon
- NEW: Windows RC files for runtime targets
- UPDATE: GUI

0.4 (2015-07-25):
Expand All @@ -22,6 +36,6 @@ Current:
- NEW: Added getUTM() method which returns UTM zone number in {N,S}No format
- REMOVE: Removed setUTM()
- NEW: warp() options:
- useUTM - build output raster in UTM projection
- zerosAsND - set no data value to zero
- useUTM - build output raster in UTM projection
- zerosAsND - set no data value to zero
- FIX: calculation of UTM zone number
3 changes: 2 additions & 1 deletion res/linux/msuproj-qt.desktop.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Desktop Entry]
[Desktop Entry]
Type=Application
Name=MSUProj-Qt
Version="@V_VERSION@"
Expand All @@ -14,3 +14,4 @@ Keywords=meteor-m;msu-mr;raster
GenericName[ru_RU]=Графическая оболочка для MSUProj
Name[ru_RU]=MSUProj-Qt
Icon[ru_RU]=msuproj

0 comments on commit 9a8bedf

Please sign in to comment.