subsurface/CHANGELOG.md
Berthold Stoeger 5692f0d68a undo: add missing invalidate_dive_cache() calls
The AddWeight, RemoveWeight, EditWeight and ReplanDive
commands were missing invalidate_dive_cache() calls.
Add them to ensure that the dives are written to git
logs on save.

Fixes #3150

Reported-by: Peter Zaal <peter.zaal@gmail.com>
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2021-01-11 08:42:17 -08:00

1 KiB

  • undo: save to git after editing weights [#3159]
  • desktop: complete rewrite of the statistics code, significantly expanding capabilities
  • desktop: add preferences option to disable default cylinder types
  • mobile: add ability to show fundamentally the same statistics as on the desktop
  • mobile: add settings for DC and calculated ceilings and show calculated ceilings
  • mobile: switch to newer version of Kirigami
  • mobile: change the way Kirigami is integrated into Subsurface, linking against static plugin
  • mobile: change Android build to support aab builds with current NDK and Qt 5.15.2
  • mobile: change iOS build to be consistent with the Android build and use the same qmake setup
  • mobile: add location service warning as required by Google Play
  • mobile: fix manually adding dives in the past [#2971]

  • 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]

vim: textwidth=100