mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Move entries from CHANGELOG to ReleaseNotes
Small cleanups, some resorting, add some details about libdivecomputer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3e877ac831
commit
dfb43d3f51
2 changed files with 36 additions and 30 deletions
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,30 +1 @@
|
|||
- Fix bug that alters manually entered dive durations
|
||||
- Desktop: don't ignore seconds in duration input field
|
||||
- Libdivecomputer: use a new version
|
||||
- Dekstop: fix instability crashes in reverse geo lookup function
|
||||
- Desktop: automatically sync with cloud when going online
|
||||
- Desktop: fix missing icon when doing reverse geo lookup
|
||||
- Desktop: fix bug about progress bars not resizing
|
||||
- Desktop: fix a bug about dive list auto group when importing dives
|
||||
- Desktop: clear tags when creating a new logbook
|
||||
- Cloud-storage: automatically sync with cloud when going online
|
||||
- Cloud-storage: support non-https:// repositories for saving
|
||||
- Cloud-storage: fix small memory leaks
|
||||
- Cloud-storage: enter offline mode if sync with cloud failed
|
||||
- Mobile: correct the FTDI PID for Cressi devices
|
||||
- Mobile: fix crash on delete dive from dive list
|
||||
- Import: support parsing of DL7 dives
|
||||
- Uemis: fix possible stall when doing dive sync
|
||||
- Uemis: speed up synchronization of same dive sites
|
||||
- Planner: implement ICD calculations in planner output
|
||||
- Planner: recreational dives are now limited to 6 hours
|
||||
- Planner: initialize cylinder start pressure with working pressure
|
||||
- Planner: save the last manually-entered point of a dive plan
|
||||
- Planner: fix bug in cylinder pressure lines
|
||||
- Profile: fix disappearance of cylinder pressure line
|
||||
- Profile: fix garbled profiles after visiting the planner
|
||||
- Profile: warn in case of isobaric counter diffusion if N2 increase is more
|
||||
than 20% of He decrease
|
||||
- Bluetooth: fix a bug when using remembered BT/BLE addresses in the dive
|
||||
computer download dialog
|
||||
- Bluetooth: do not add duplicate BT/BLE items
|
||||
# add new entries above this line
|
||||
|
|
|
@ -2,6 +2,41 @@
|
|||
|
||||
= _Subsurface_ Release Notes
|
||||
|
||||
New in _Subsurface_ 4.7.7
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- Desktop: Fix bug that alters manually entered dive durations
|
||||
- Dekstop: fix instability crashes in reverse geo lookup function
|
||||
- Desktop: automatically sync with cloud when going online
|
||||
- Desktop: fix missing icon when doing reverse geo lookup
|
||||
- Desktop: fix bug about progress bars not resizing
|
||||
- Desktop: fix a bug about dive list auto group when importing dives
|
||||
- Desktop: clear tags when creating a new logbook
|
||||
- Planner: implement ICD calculations in planner output
|
||||
- Planner: recreational dives are now limited to 6 hours
|
||||
- Planner: initialize cylinder start pressure with working pressure
|
||||
- Planner: save the last manually-entered point of a dive plan
|
||||
- Planner: fix bug in cylinder pressure lines
|
||||
- Profile: fix garbled profiles after visiting the planner
|
||||
- Profile: warn in case of isobaric counter diffusion if N2 increase is more
|
||||
than 20% of He decrease
|
||||
- Cloud-storage: automatically sync with cloud when going online
|
||||
- Cloud-storage: support non-https:// repositories for saving
|
||||
- Cloud-storage: fix small memory leaks
|
||||
- Cloud-storage: enter offline mode if sync with cloud failed
|
||||
- Import: support parsing of DL7 dives
|
||||
- Uemis: fix possible stall when doing dive sync
|
||||
- Uemis: speed up synchronization of same dive sites
|
||||
- Bluetooth: fix a bug when using remembered BT/BLE addresses in the dive
|
||||
computer download dialog
|
||||
- Bluetooth: do not add duplicate BT/BLE items
|
||||
- Mobile: correct the FTDI PID for Cressi devices
|
||||
- Mobile: fix crash on delete dive from dive list
|
||||
- Libdivecomputer: update to latest version
|
||||
- fix potential download problem with Shearwater Predator
|
||||
- add support for Seac Jack
|
||||
- add support for Mares Quad Air
|
||||
|
||||
|
||||
New in _Subsurface_ 4.7.6
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue