diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-12-07 09:45:32 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-07 09:45:32 -0800 |
commit | 06e704d98a03732b06e7146b7dbc8f584910da1c (patch) | |
tree | 8b2280c0aa04236cb4ad7f172ea5bf6c02f3e753 | |
parent | f9d5fe56b34fe4338bb96c0ff1c5834c5c32d7cc (diff) | |
download | subsurface-06e704d98a03732b06e7146b7dbc8f584910da1c.tar.gz |
Documentation updates for 4.5.3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 31 |
2 files changed, 31 insertions, 6 deletions
@@ -1,4 +1,4 @@ -This is the README file for Subsurface 4.5.1 +This is the README file for Subsurface 4.5.3 Please check the ReleaseNotes.txt for details about new features and changes since Subsurface 4.5 (and earlier versions). @@ -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.5.1 (or whatever the last release is) +git checkout v4.5.3 (or whatever the last release is) or download a tar ball from: -http://subsurface-divelog.org/downloads/Subsurface-4.5.1.tgz +http://subsurface-divelog.org/downloads/Subsurface-4.5.3.tgz Detailed build instructions can be found in the INSTALL file. diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 6d7db64ad..229b03909 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,11 +1,36 @@ -// _Subsurface_ 4.5.1 Release Notes +// _Subsurface_ 4.5.3 Release Notes -_Subsurface_ 4.5.1 - October 2015 +_Subsurface_ 4.5.3 - October 2015 --------------------------------- -Some of the changes since _Subsurface_ 4.5.0 +Some of the changes since _Subsurface_ 4.5.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Fix confusing warning about different number of tanks and gases on some + Suunto dive computers +- Fix missing temperatures on some Suunto dive computers +- Fix several corner cases in the Uemis support +- Fix a few random UI inconsistencies (UI elements not being cleared / + removed / reset in certain circumstances) +- Cloud storage: no longer store picture binary data in the Subsurface + cloud storage - this can cause excessively long sync times +- When matching dive site names when entering a location name, match + anywhere in the location name, not just from the beginning (this makes + it much easier to find existing dive locations if you remember only part + of the name) +- Some fixes for importing data from other formats +- English user manual has been updated for language consistency and + readability + +Some of the changes since _Subsurface_ 4.5.1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- No code changes to Subsurface, just an update to libdivecomputer and new + binaries on all platforms. + +Some of the changes since _Subsurface_ 4.5 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - Subsurface no longer crashes on Windows when run in the German localization and using the planner - avoid a situation in the planner where the user ends up with no usable |