mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
ReleaseNotes: start preparing for 4.8 / 2.1
Move changes from CHANGELOG to ReleaseNotes and add a few items that were missing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2afd5047e1
commit
d5bc885e8b
2 changed files with 39 additions and 36 deletions
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -1,39 +1,3 @@
|
|||
- Mobile: fix potential crash when editing manually added dives [#1408]
|
||||
- Mobile: when transitioning from NoCloud mode to cloud storage, keep
|
||||
the dives already stored locally [#1404]
|
||||
- Equipment: fix bug with the maximum number of allowed tanks [#1401]
|
||||
- Mobile: add cloud storage user name to global drawer banner
|
||||
- Mobile: add button to About page to copy logs to clipboard; this makes it
|
||||
easier to provide the required information when reporting issues
|
||||
- Mobile/iOS: adjusted launch page to be centered
|
||||
- Mobile: adjusted size of about page for small screen (no scrolling)
|
||||
- Mobile: download page now remembers last used connection
|
||||
- Shearwater import: include DC reported ceiling
|
||||
- Dive pictures: don't read invalid files twice
|
||||
- Dive pictures: don't plot pictures twice on switching dives
|
||||
- Dive pictures: don't replot all pictures on deletion
|
||||
- Dive pictures: remove stale code for cloud storage of pictures
|
||||
- Dive pictures: save thumbnails in individual files
|
||||
- Dive pictures: don't keep all thumbnails in memory
|
||||
- Dive pictures: automatically recalculate thumbnail if older than picture
|
||||
- Planner: fix output of ICD-notes
|
||||
- Desktop: fix crash on manual addition of dive to fresh logbook
|
||||
- Desktop: fix showing of the manual
|
||||
- Desktop: don't save empty file to cloud [#1228]
|
||||
- Desktop: allow editing from list-view [#1213]
|
||||
- Desktop: don't add six seconds to dive duration [#554]
|
||||
- Desktop: fix manual editing of dive duration [#1211]
|
||||
- Desktop: implement bailout events in logbook and planner
|
||||
- Desktop: fix time format in main tab [#1234]
|
||||
- Mobile: recalculate derived values after dive edit
|
||||
- Mobile: fold dive trips to give better overview for large dive lists
|
||||
- Mobile: fix using current GPS position when editing or adding dives
|
||||
- Profile: add information about actual isobaric counter diffusion happening
|
||||
- Profile: add information about actual isobaric counter diffusion happening
|
||||
- Profile: fix memory leak if animations were turned off
|
||||
- Profile: use local filename to load picture on thumbnail-click
|
||||
- Profile: fix toggling of picture-visibility
|
||||
- Suunto DM import: improved temperature parsing in special cases
|
||||
# Always add new entries at the very top of this file above other
|
||||
# existing entries.
|
||||
# Use this layout for new entries:
|
||||
|
|
|
@ -2,6 +2,45 @@
|
|||
|
||||
= _Subsurface_ Release Notes
|
||||
|
||||
New in _Subsurface_ 4.8
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Desktop: fix crash on manual addition of dive to fresh logbook
|
||||
- Desktop: fix showing of the manual
|
||||
- Desktop: don't save empty file to cloud [#1228]
|
||||
- Desktop: allow editing from list-view [#1213]
|
||||
- Desktop: don't add six seconds to dive duration [#554]
|
||||
- Desktop: fix manual editing of dive duration [#1211]
|
||||
- Desktop: implement bailout events in logbook and planner
|
||||
- Desktop: fix time format in main tab [#1234]
|
||||
- Desktop: various bugfixes and improvements for dive picture handling
|
||||
- Desktop: fix output of ICD-notes in planner
|
||||
- Desktop: add information about actual isobaric counter diffusion happening
|
||||
- Desktop: fix several issue when manually editing dive profiles
|
||||
- Equipment: fix bug with the maximum number of allowed tanks [#1401]
|
||||
- Shearwater import: include DC reported ceiling
|
||||
- Suunto DM import: improved temperature parsing in special cases
|
||||
- CSV import: allow newline ('\n') in notes field
|
||||
- BLE support: fix several issues with BLE download both on desktop
|
||||
(Mac/Linux) and mobile
|
||||
- Mobile: fix potential crash when editing manually added dives [#1408]
|
||||
- Mobile: fix missing profiles when manually adding dives or editing such
|
||||
dives [#1419]
|
||||
- Mobile: when transitioning from NoCloud mode to cloud storage, keep
|
||||
the dives already stored locally [#1404]
|
||||
- Mobile: add cloud storage user name to global drawer banner
|
||||
- Mobile: add button to About page to copy logs to clipboard; this makes it
|
||||
easier to provide the required information when reporting issues
|
||||
- Mobile/iOS: adjusted launch page to be centered
|
||||
- Mobile: adjusted size of About page for small screen (no scrolling)
|
||||
- Mobile: download page now remembers last used connection
|
||||
- Mobile: recalculate derived values after dive edit
|
||||
- Mobile: fold dive trips to give better overview for large dive lists
|
||||
- Mobile: fix using current GPS position when editing or adding dives
|
||||
- Mobile: fix broken FTDI download on Android devices that allow us access
|
||||
to their /dev directory (still, many devices don't support the way
|
||||
Subsurface-mobile accesses USB devices via OTG adapters)
|
||||
|
||||
New in _Subsurface_ 4.7.8
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- Desktop: Add Tags column in dive list view
|
||||
|
|
Loading…
Reference in a new issue