From cff9dd32d5e9e0f3662b15287e763aa0b68112d0 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 3 Jan 2020 15:31:52 +0100 Subject: [PATCH] prepared release --- HISTORY.md | 11 ++++++++++- snap.html | 2 +- src/gui.js | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c83da9f5..c4406020 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,9 +3,16 @@ ## in development: * **New Features:** * **Notable Changes:** - * optimized loading projects * **Notable Fixes:** * **Translation Updates:** + + +## 5.4.1: +* **Notable Change:** + * optimized loading projects +* **Notable Fix:** + * reduced distortion and clicks when playing notes +* **Translation Update:** * Catalan ### 2020-01-03 @@ -19,6 +26,8 @@ * symbols: recycle cached Canvasses * symbols: recycle cached Canvasses * Catalan translation update +* objects: tweaked notes to reduce distortion and clicks +* prepared minor release ## 5.4.0: * **New Features:** diff --git a/snap.html b/snap.html index ec1d21b3..ac918849 100755 --- a/snap.html +++ b/snap.html @@ -2,7 +2,7 @@ - Snap! Build Your Own Blocks 5.4.1 - dev - + Snap! Build Your Own Blocks 5.4.1 diff --git a/src/gui.js b/src/gui.js index a9a87cd6..fb68f2cc 100644 --- a/src/gui.js +++ b/src/gui.js @@ -3636,7 +3636,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5.4.1 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5.4.1\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'