summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-09-30 09:49:43 +0200
committerjmoenig <jens@moenig.org>2014-09-30 09:49:43 +0200
commite88ea49374d33e19eafbf3d295fa098ec86d7f1f (patch)
tree6cbe319ec138703f65438c0e4b9b1d146c629995
parent03390418ae308651de0f50bf09311cdc4591f682 (diff)
downloadsnap-byow-e88ea49374d33e19eafbf3d295fa098ec86d7f1f.tar.gz
snap-byow-e88ea49374d33e19eafbf3d295fa098ec86d7f1f.zip
updated history
-rwxr-xr-xhistory.txt1
-rw-r--r--morphic.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/history.txt b/history.txt
index ae52124..1e1ccee 100755
--- a/history.txt
+++ b/history.txt
@@ -2287,4 +2287,5 @@ ______
------
* Objects: fixed #593 match broadcast numbers with event hat blocks containing strings that can be parsed as numbers
* BYOB: allow percent symbols in custom block texts (fix #361), thanks, @Gubolin!!
+* Morphic: allow negative min/max values for sliders (fix #285), thanks, @Gubolin!!
diff --git a/morphic.js b/morphic.js
index d56aad4..4e18482 100644
--- a/morphic.js
+++ b/morphic.js
@@ -1035,7 +1035,7 @@
/*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio,
FileList, getBlurredShadowSupport*/
-var morphicVersion = '2014-August-13';
+var morphicVersion = '2014-September-30';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug