mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
d9f2b537af
This fixes a subtle bug introduced in 5c4569247a
which
unified two functions finding the gasmix at a given time
during the dive. There was a slight difference, though:
Does a gaschange exactly at that time count or not? For
the planner to work, the answer has to be in the affirmative.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
16 lines
1 KiB
Markdown
16 lines
1 KiB
Markdown
- Fix a bug in planner for dives with manual gas changes.
|
|
- Mobile: add full text filtering of the dive list
|
|
- Desktop: don't add dive-buddy or dive-master when tabbing through fields
|
|
- Filter: don't recalculate all filters on dive list-modifying operations
|
|
- Desktop: don't recalculate full dive list on dive list-modifying operations
|
|
- Undo: implement undo/redo for all dive list-modifying operations
|
|
- Mobile: preserve manual/auto sync with cloud [#1725]
|
|
- Desktop: don't show "invalid dive site" debugging message
|
|
- Map: zoom on dive site when selecting items in dive site list
|
|
- Performance: calculate full statistics only when needed
|
|
- HTML export: write statistics of exported dives only
|
|
- Desktop: fix calculation of surface interval in the case of overlappimg dives
|
|
- Desktop: import Poseidon MkIV via dive log import dialog
|
|
---
|
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|