diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-07 15:05:13 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-07 15:15:37 -0800 |
commit | 789a7ac027b4cbede6cc300d9bdb613109caf09c (patch) | |
tree | 34be7cdbe86578e4662b541a165988d1ca64da1c /ReleaseNotes | |
parent | 43fc5b6f9e5950bf834575154c3e744fcba54d5d (diff) | |
download | subsurface-789a7ac027b4cbede6cc300d9bdb613109caf09c.tar.gz |
Small changes to ReleaseNotes format
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'ReleaseNotes')
-rw-r--r-- | ReleaseNotes/Makefile | 2 | ||||
-rw-r--r-- | ReleaseNotes/ReleaseNotes.txt | 19 |
2 files changed, 12 insertions, 9 deletions
diff --git a/ReleaseNotes/Makefile b/ReleaseNotes/Makefile index bba376022..0e5f477bd 100644 --- a/ReleaseNotes/Makefile +++ b/ReleaseNotes/Makefile @@ -31,7 +31,7 @@ $(OUT)%.pdf: %.txt $(OUT)%.html: %.txt @echo "if asciidoc isn't found the html file included in the sources is copied" - $(ASCIIDOC) -a toc -a toclevels=3 -a themedir=$(PWD) -a theme=$(THEME) -a stylesdir=$(PWD) \ + $(ASCIIDOC) -a themedir=$(PWD) -a theme=$(THEME) -a stylesdir=$(PWD) \ -o $@ $< || cp $(<:%.txt=%.html.git) $@ # Alternatively:: diff --git a/ReleaseNotes/ReleaseNotes.txt b/ReleaseNotes/ReleaseNotes.txt index 96a05f0ef..b8e75457a 100644 --- a/ReleaseNotes/ReleaseNotes.txt +++ b/ReleaseNotes/ReleaseNotes.txt @@ -1,13 +1,10 @@ -Please add release notes on top of the file /CHANGELOG.md +//Please add release notes on top of the file /CHANGELOG.md -// _Subsurface_ 4.7.5 Release Notes += _Subsurface_ Release Notes -_Subsurface_ 4.7.6 - Month dd, 2017 ------------------------------------------- - -_Subsurface_ 4.7.5: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New in _Subsurface_ 4.7.5 +~~~~~~~~~~~~~~~~~~~~~~~~~ - Subsurface-mobile: Add button to rescan for BT devices - Subsurface-mobile: Enable BLE and GPS on iOS @@ -40,6 +37,13 @@ _Subsurface_ 4.7.5: - Various small improvements in the dive photo UI +NOTE: As of _Subsurface_ 4.7.5 we changed the format of this file so that +the new features are listed under a heading with the release number where +they were added. Prior to that we always listed the changes since the last +release, so the changes since _Subsurface_ 4.7.2 below actually are the +changes that first were released in _Subsurface_ 4.7.4 (as we skipped +4.7.3). + Some of the changes since _Subsurface_ 4.7.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -465,7 +469,6 @@ operations can now been un-done and subsequently re-done. - Don't zoom out the globe to "sky view" when a dive site has no GPS data - Various other small fixes - Some of the changes since _Subsurface_ 4.4.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |