mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Documentation updates for 4.5.3
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f9d5fe56b3
commit
06e704d98a
2 changed files with 31 additions and 6 deletions
6
README
6
README
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue