diff --git a/HISTORY.md b/HISTORY.md
index 26066241..290a791b 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,8 +6,13 @@
* **Notable Fixes:**
* **Translation Updates:**
+## v5.0.6
+* **Notable Fix:**
+ * IME text editing support, thanks, @swiperthefox!
+
### 2019-07-23
* morphic: minor code reformatting for LINTers
+* prepared maintenance release
### 2019-07-22
* new dev version
diff --git a/snap.html b/snap.html
index 61105a16..8e565849 100755
--- a/snap.html
+++ b/snap.html
@@ -2,14 +2,14 @@
- Snap! Build Your Own Blocks 5.0.6 - dev -
+ Snap! Build Your Own Blocks 5.0.6
-
+
diff --git a/src/gui.js b/src/gui.js
index a9ad0d6e..8af7a47e 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2019-July-22';
+modules.gui = '2019-July-23';
// Declarations
@@ -3595,7 +3595,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
- aboutTxt = 'Snap! 5.0.6 - dev -\nBuild Your Own Blocks\n\n'
+ aboutTxt = 'Snap! 5.0.6\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2019 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
@@ -3634,13 +3634,15 @@ IDE_Morph.prototype.aboutSnap = function () {
creditsTxt = localize('Contributors')
+ '\n\nNathan Dinsmore: Saving/Loading, Snap-Logo Design, '
+ '\ncountless bugfixes and optimizations'
- + '\nKartik Chandra: Paint Editor'
+ '\nMichael Ball: Time/Date UI, Library Import Dialog,'
+ '\ncountless bugfixes and optimizations'
- + '\nBartosz Leper: Retina Display Support'
+ '\nBernat Romagosa: Countless contributions'
+ + '\nBartosz Leper: Retina Display Support'
+ + '\nDariusz Dorożalski and @swiperthefox: IME text editing'
+ + '\nKen Kahn: IME support and countless other contributions'
+ '\nJosep Ferràndiz: Video Motion Detection'
+ '\nJoan Guillén: Countless contributions'
+ + '\nKartik Chandra: Paint Editor'
+ '\nCarles Paredes: Initial Vector Paint Editor'
+ '\n"Ava" Yuan Yuan, Dylan Servilla: Graphic Effects'
+ '\nKyle Hotchkiss: Block search design'
diff --git a/src/morphic.js b/src/morphic.js
index 48233725..71484d6e 100644
--- a/src/morphic.js
+++ b/src/morphic.js
@@ -1156,6 +1156,7 @@
Dariusz Dorożalski and @swiperthefox pioneered IME text editing.
Bernat Romagosa contributed to text editing and to the core design.
Brian Harvey contributed to the design and implementation of submenus.
+ Ken Kahn contributed to Chinese keboard entry and Android support.
- Jens Mönig
*/