Skip to content

Commit

Permalink
Getting ready for 1.46 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Sep 2, 2018
1 parent ceb47be commit 2d37864
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 11 deletions.
8 changes: 6 additions & 2 deletions Changelog
@@ -1,10 +1,14 @@
2018-09-03 Martin Dvorak <martin.dvorak@mindforger.com>

* Released v1.46 - Normal terminology (nerd-style terminology can be enabled form the configuration) and toolbar.

2018-07-10 Martin Dvorak <martin.dvorak@mindforger.com>

* Eisenhower Matrix, Tags View and Recent Notes.
* Released v1.43 - Eisenhower Matrix, Tags View and Recent Notes.

2018-05-30 Martin Dvorak <martin.dvorak@mindforger.com>

* The first MindForger release.
* Released v1.42 - The first MindForger release.

2018-01-07 Martin Dvorak <martin.dvorak@mindforger.com>

Expand Down
7 changes: 7 additions & 0 deletions KNOWN_ISSUES.md
Expand Up @@ -2,6 +2,13 @@

MindForger known issues.

# 1.46.0

* MermaidJs does NOT work if HighlightJs is active. Workaround: MermaidJs/HighlightJs
can be enabled/disabled from the configuration.
* WebEngine on 10.13 might be broken - root cause is not clear.
* Frontend memleaks.

# 1.43.0

* MermaidJs does NOT work if HighlightJs is active. Workaround: MermaidJs/HighlightJs
Expand Down
4 changes: 2 additions & 2 deletions build/debian/debian-make-deb.sh
Expand Up @@ -152,8 +152,8 @@ function buildDebPackage() {
# # Main #
# ############################################################################

export ARG_BAZAAR_MSG="Eisenhower matrix."
export ARG_VERSION="1.43.0"
export ARG_BAZAAR_MSG="MindForger 1.46 release."
export ARG_VERSION="1.46.0"

# Debian releases: https://www.debian.org/releases/
# 6/7/8/9/10: squeeze wheezy jessie stretch buster
Expand Down
2 changes: 1 addition & 1 deletion build/debian/debian/changelog
@@ -1,4 +1,4 @@
mindforger (1.43.0-1) unstable; urgency=low
mindforger (1.46.0-1) unstable; urgency=low

* Initial Eisenhower matrix.

Expand Down
2 changes: 1 addition & 1 deletion build/fedora/fedora-rpm-from-deb.sh
Expand Up @@ -24,7 +24,7 @@

# This script must be run w/ ROOT priviledges (alien)

export MFVERSION="1.43.0"
export MFVERSION="1.46.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
Expand Up @@ -87,8 +87,8 @@ function buildGitHubTarball() {
# # Main #
# ############################################################################

export ARG_BAZAAR_MSG="Eisenhower matrix."
export ARG_VERSION="1.43.0"
export ARG_BAZAAR_MSG="MindForger 1.46 release."
export ARG_VERSION="1.46.0"

buildGitHubTarball ${ARG_VERSION} ${ARG_BAZAAR_MSG}

Expand Down
4 changes: 2 additions & 2 deletions build/ubuntu/ubuntu-launchpad-releases.sh
Expand Up @@ -197,8 +197,8 @@ then
exit 1
fi

export ARG_BAZAAR_MSG="Experimental packaging."
export ARG_MAJOR_VERSION=1.43.
export ARG_BAZAAR_MSG="MindForger 1.46 release."
export ARG_MAJOR_VERSION=1.46.
export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu version

# https://wiki.ubuntu.com/Releases
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.h
Expand Up @@ -26,7 +26,7 @@ namespace m8r {

// versionning scheme: https://semver.org/
#define MINDFORGER_VERSION_MAJOR "1"
#define MINDFORGER_VERSION_MINOR "45"
#define MINDFORGER_VERSION_MINOR "46"
#define MINDFORGER_VERSION_REVISION "0"

#define MINDFORGER_VERSION MINDFORGER_VERSION_MAJOR "." MINDFORGER_VERSION_MINOR "." MINDFORGER_VERSION_REVISION
Expand Down

0 comments on commit 2d37864

Please sign in to comment.