From b6c13c450c3e836b88d524420741f1ff2cfb439e Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sat, 10 Nov 2018 20:21:31 +0100 Subject: [PATCH] Getting ready for 1.48 release. --- KNOWN_ISSUES.md | 9 +++++++++ build/debian/debian-aptly-add-deb.sh | 2 +- build/debian/debian-make-deb.sh | 4 ++-- build/doc-mf-screenshot-size-window.sh | 6 +++--- build/fedora/fedora-rpm-from-deb.sh | 2 +- build/tarball/tarball-build.sh | 4 ++-- build/ubuntu/ubuntu-launchpad-releases.sh | 4 ++-- 7 files changed, 20 insertions(+), 11 deletions(-) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 8c515074..d071290d 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -2,6 +2,15 @@ MindForger known issues - see also [GitHub issues](https://github.com/dvorka/mindforger/issues?q=is%3Aissue+is%3Aopen+label%3A%22%3Abeetle%3A+bug%22). +# 1.48.0 + +* macOS 10.13: WebEngine might be broken which causes HTML preview not to rendered (root cause is unclear). +* Notebook HTML export doesn't export local images: links to filesystem are kept intact, + images are not copied. +* MermaidJs does NOT work if HighlightJs is active. Workaround: MermaidJs/HighlightJs + can be enabled/disabled from the configuration. +* Frontend memleaks. + # 1.47.0 * macOS 10.13: WebEngine might be broken which causes HTML preview not to rendered (root cause is unclear). diff --git a/build/debian/debian-aptly-add-deb.sh b/build/debian/debian-aptly-add-deb.sh index 03fe8095..3033f7d7 100755 --- a/build/debian/debian-aptly-add-deb.sh +++ b/build/debian/debian-aptly-add-deb.sh @@ -41,7 +41,7 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste #aptly snapshot drop mindforger-1.46.0-snapshot # create snapshot in the time of release - note release NAME -#aptly snapshot create mindforger-1.47.0-snapshot from repo mindforger-com-ppa +#aptly snapshot create mindforger-1.48.0-snapshot from repo mindforger-com-ppa # show published snapshots #aptly publish list diff --git a/build/debian/debian-make-deb.sh b/build/debian/debian-make-deb.sh index 1a8060a5..1ecaf4c3 100755 --- a/build/debian/debian-make-deb.sh +++ b/build/debian/debian-make-deb.sh @@ -152,8 +152,8 @@ function buildDebPackage() { # # Main # # ############################################################################ -export ARG_BAZAAR_MSG="MindForger 1.47 release." -export ARG_VERSION="1.47.0" +export ARG_BAZAAR_MSG="MindForger 1.48 release." +export ARG_VERSION="1.48.0" # Debian releases: https://www.debian.org/releases/ # 6/7/8/9/10: squeeze wheezy jessie stretch buster diff --git a/build/doc-mf-screenshot-size-window.sh b/build/doc-mf-screenshot-size-window.sh index 9caaa7e4..cc9ea781 100755 --- a/build/doc-mf-screenshot-size-window.sh +++ b/build/doc-mf-screenshot-size-window.sh @@ -21,8 +21,8 @@ echo "IMPORTANT: before running this script make sure window is NOT maximized or half sized - use rectangle button that allows window resizing (using right-down corner)" -wmctrl -r "MindForger - Thinking Notebook - 1.47.0 - /home/dvorka/mf" -e 0,0,0,1360,768 -wmctrl -r "MindForger - Thinking Notebook - 1.47.0 - /home/dvorka/demo" -e 0,0,0,1360,768 -#wmctrl -r "MindForger - Thinking Notebook - 1.47.0 - /home/dvorka/p/mindforger/git/mindforger-repository" -e 0,0,0,1360,768 +wmctrl -r "MindForger - Thinking Notebook - 1.48.0 - /home/dvorka/mf" -e 0,0,0,1360,768 +wmctrl -r "MindForger - Thinking Notebook - 1.48.0 - /home/dvorka/demo" -e 0,0,0,1360,768 +#wmctrl -r "MindForger - Thinking Notebook - 1.48.0 - /home/dvorka/p/mindforger/git/mindforger-repository" -e 0,0,0,1360,768 # eof diff --git a/build/fedora/fedora-rpm-from-deb.sh b/build/fedora/fedora-rpm-from-deb.sh index 983a0d28..8ef9c223 100755 --- a/build/fedora/fedora-rpm-from-deb.sh +++ b/build/fedora/fedora-rpm-from-deb.sh @@ -24,7 +24,7 @@ # This script must be run w/ ROOT priviledges (alien) -export MFVERSION="1.47.0" +export MFVERSION="1.48.0" export MFPRJNAME="mindforger-${MFVERSION}" export AMD64NAME="mindforger_${MFVERSION}-1_amd64" export I386NAME="mindforger_${MFVERSION}-1_i386" diff --git a/build/tarball/tarball-build.sh b/build/tarball/tarball-build.sh index ad57b16e..c319eeb6 100755 --- a/build/tarball/tarball-build.sh +++ b/build/tarball/tarball-build.sh @@ -88,8 +88,8 @@ function buildGitHubTarball() { # # Main # # ############################################################################ -export ARG_BAZAAR_MSG="MindForger 1.47 release." -export ARG_VERSION="1.47.0" +export ARG_BAZAAR_MSG="MindForger 1.48 release." +export ARG_VERSION="1.48.0" buildGitHubTarball ${ARG_VERSION} ${ARG_BAZAAR_MSG} diff --git a/build/ubuntu/ubuntu-launchpad-releases.sh b/build/ubuntu/ubuntu-launchpad-releases.sh index be5baef0..55a3a962 100755 --- a/build/ubuntu/ubuntu-launchpad-releases.sh +++ b/build/ubuntu/ubuntu-launchpad-releases.sh @@ -197,8 +197,8 @@ then exit 1 fi -export ARG_BAZAAR_MSG="MindForger 1.47 release." -export ARG_MAJOR_VERSION=1.47. +export ARG_BAZAAR_MSG="MindForger 1.48 release." +export ARG_MAJOR_VERSION=1.48. export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu version # https://wiki.ubuntu.com/Releases