Skip to content

Commit

Permalink
Getting ready for 1.48 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Nov 10, 2018
1 parent 2baf858 commit b6c13c4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion build/debian/debian-aptly-add-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build/debian/debian-make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions build/doc-mf-screenshot-size-window.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/fedora/fedora-rpm-from-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions build/tarball/tarball-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions build/ubuntu/ubuntu-launchpad-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6c13c4

Please sign in to comment.