diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-04-30 22:58:50 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-30 22:59:24 -0700 |
commit | 010a21fb1e2d8466987590631c99de3f9991705a (patch) | |
tree | ae150414b92bb2ef421cc2a888a3bf74222f14e9 | |
parent | 8a6681dc09ec165b444eade0d5c9a127fef015a3 (diff) | |
download | subsurface-010a21fb1e2d8466987590631c99de3f9991705a.tar.gz |
ReleaseNotes.txt: mention that unused cylinders are no longer shown
See #504
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | ReleaseNotes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index d3495d906..6f7360dca 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -52,6 +52,8 @@ New in version 4.1 (compared to Subsurface 4.0.3): - improved error handling when downloading from divecomputer - export an HTML world map with dive sites - make backups before overwriting XML files +- don't display unused cylinders in the equipment tab (this can be turned + off and the old behavior restored in the preferences) - lots of code cleanup, style fixes, improved consistency - improve Qt5 support (but there are still some visual oddities) - many improvements to the build infrastructure (out of tree builds, |