From d47778fcbdb4c1d6a8ef2d3a0e3ec0a2d338cbcf Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 4 Feb 2015 10:47:17 -0800 Subject: Add pictures to ReleaseNotes for 4.4 announcement Signed-off-by: Dirk Hohndel --- ReleaseNotes/ReleaseNotes.txt | 4 ++++ ReleaseNotes/images/subsurface-csv.png | Bin 0 -> 47322 bytes ReleaseNotes/images/subsurface-dive-computer1.png | Bin 0 -> 40687 bytes 3 files changed, 4 insertions(+) create mode 100644 ReleaseNotes/images/subsurface-csv.png create mode 100644 ReleaseNotes/images/subsurface-dive-computer1.png (limited to 'ReleaseNotes') diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index f7d3993b2..428bd4c29 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -20,6 +20,8 @@ relevant data to a user's timeline on Facebook. _Subsurface_ now allows the user to select which of the dives downloaded from a dive computer will be added to the dive list. +image::images/subsurface-dive-computer1.png["Subsurface divecomputer download dialog",align="center"] + We have added more capabilities to the CSV import for manually kept dive logs; this now includes start and end pressure for the main tank as well as air and water temperatures. @@ -27,6 +29,8 @@ as air and water temperatures. There is also a new interactive dialog that makes it much easier to identify the meaning of various columns in CSV import. +image::images/subsurface-csv.png["Subsurface csv import dialog",align="center"] + _Subsurface_ can now import dive databases from the Cobalt divelog program. _Subsurface_ profile drawing has been sped up significantly which also improved diff --git a/ReleaseNotes/images/subsurface-csv.png b/ReleaseNotes/images/subsurface-csv.png new file mode 100644 index 000000000..41b6f9b44 Binary files /dev/null and b/ReleaseNotes/images/subsurface-csv.png differ diff --git a/ReleaseNotes/images/subsurface-dive-computer1.png b/ReleaseNotes/images/subsurface-dive-computer1.png new file mode 100644 index 000000000..23c35d467 Binary files /dev/null and b/ReleaseNotes/images/subsurface-dive-computer1.png differ -- cgit v1.2.3-70-g09d2 From c10cc874275439d708e6a453670211a611158522 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 17 Feb 2015 13:54:16 -0800 Subject: Get ready for Subsurface 4.4.1 Signed-off-by: Dirk Hohndel --- README | 8 ++++---- ReleaseNotes/ReleaseNotes.txt | 27 ++++++++++++++++++++++++--- subsurface.pro | 2 +- 3 files changed, 29 insertions(+), 8 deletions(-) (limited to 'ReleaseNotes') diff --git a/README b/README index 71df24aef..26bb9b806 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -This is the README file for Subsurface 4.4 Beta 3 +This is the README file for Subsurface 4.4.1 Please check the ReleaseNotes.txt for details about new features and -changes since Subsurface 4.3 +changes since Subsurface 4.4 (and earlier versions). Subsurface can be found at http://subsurface-divelog.org @@ -24,11 +24,11 @@ If you want the latest release (instead of the bleeding edge development version) you can either get this via git or the release tar ball. After cloning run the following command: -git checkout v4.3 (or whatever the last release is) +git checkout v4.4.1 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.3.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.4.1.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 428bd4c29..99e96f4fd 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,16 +1,37 @@ -// _Subsurface_ 4.4 Release Notes +// _Subsurface_ 4.4.1 Release Notes -_Subsurface_ 4.4 - February 2015 +_Subsurface_ 4.4.1 - February 2015 -------------------------------- The _Subsurface_ development team proudly announces -the release of version 4.4 of _Subsurface_, an open +the release of version 4.4.1 of _Subsurface_, an open source divelog and dive planning program for Windows, Mac and Linux. License: GPLv2 _Subsurface_ can be found at: http://_Subsurface_-divelog.org +This is just a small update to _Subsurface_ 4.4, mainly intended to update +the user manual translations to be consistent with 4.4, to fix a small +number of bugs and to update to the latest libdivecomputer. + +Some of the changes since _Subsurface_ 4.4 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Spanish, Russian and French translations of the user manual have been +updated. + +Better and more flexible parsing of GPS coordinates. + +Small fixes to the HTML export. + +Fixed a problem where dives imported from some Shearwater dive computers +would be considered CCR dives. For dives imported in the past, manually +setting them to OC works around the issue. + +Several fixes to imports from other divelog, including importing from +MacDive. + Some of the changes since _Subsurface_ 4.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/subsurface.pro b/subsurface.pro index 2cc6b0982..ed78bce4a 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -19,7 +19,7 @@ else: TARGET = subsurface QMAKE_CLEAN += $$TARGET -VERSION = 4.4 +VERSION = 4.4.1 HEADERS = \ cochran.h \ -- cgit v1.2.3-70-g09d2