forked from subsurface/subsurface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a file CHANGELOG.md in the root Subsurface directory and track this file with the `-text merge=union` attribute. This prevents merge conflicts if release notes are added on top of the file by different commits. Also, make ReleaseNotes/ReleaseNotes.txt point to that file. Signed-off-by: Lubomir I. Ivanov <[email protected]>
- Loading branch information
Showing
4 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- Limit min. GFlow to 10 and min. GFhigh to 40 in preferences for profile | ||
and planner | ||
- Fix issues related to debug logging on Windows | ||
- Add "Bluetooth mode" in the BT selection dialog: Auto, LE, Classical | ||
- Correct display of cylinder pressures for merged dives | ||
- Allow user defined cylinders as default in preferences (#821) | ||
- mobile: fix black/white switch in splash screen (#531) | ||
- UI: tag editing. Comma entry shows all tags (again) (#605) | ||
- mobile: enable auto completion for dive site entry (#546) | ||
- Printing: the bundled templates are now read-only and are always overwritten | ||
by the application. The first time the user runs this update, backup files | ||
of the previous templates would be created (#847) | ||
- Fix issues with filters not updating after changes to the dive list | ||
(#551, #675) | ||
- map-widget: allow updating coordinates on the map when the user | ||
is editing a dive site by pressing Enter or clicking a "flag" button | ||
- map-widget: prevent glitches when the user is interacting with the map | ||
while animations are in progress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters