summaryrefslogtreecommitdiffstats
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-09 09:43:31 +0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-09 09:43:31 +0800
commit39fb3b2c13d5d8383340f08dff893553111f6b7c (patch)
tree5b1a227e2e4f258c5cc2562c7e66d16f1dc37932 /ReleaseNotes.txt
parent110c07e27b61cacacf4daba3a4606974c995721d (diff)
downloadsubsurface-39fb3b2c13d5d8383340f08dff893553111f6b7c.tar.gz
Prepare for Subsurface 4.0.2 release
Update version numbers and add "new in 4.0.2" summary to ReleaseNotes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index e10869497..a07542419 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,4 +1,4 @@
- Subsurface 4.0.1
+ Subsurface 4.0.2
================
The Subsurface developer team is proud to announce the release of the
@@ -37,6 +37,23 @@ available, the tank pressure curve) in very innovative ways that give
the user additional information on relative velocity (and momentary
air consumption) during the dive through the coloring of the graphs.
+New in version 4.0.2 (compared to Subsurface 4.0.1):
+----------------------------------------------------
+
+- fixed potential crash when importing dive data without dive computer
+ model information
+- improve parsing of equipment data; this now accepts localized units
+ as well as input in units that are not the display units (so if you
+ run Subsurface in metric, but went diving in a place where weights
+ are in US Pounds (lbs), you can now enter the weight in lbs and
+ Subsurface does the right thing)
+- fix temperature conversion when downloading data from Uemis SDA
+- improve autocompletion to always be case insensitive
+- improve selection handling in the dive list
+- include event data in libdivecomputer dump
+- improve profiles generated for dives with no depth samples and no
+ average depth
+
New in version 4.0.1 (compared to Subsurface 4.0):
--------------------------------------------------