From 37b1e6c42125b3dfe157a2c5881916b07972e35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 24 Jul 2024 10:11:42 +0200 Subject: [PATCH] added credits for @ego-lay-atman-bay --- HISTORY.md | 1 + snap.html | 2 +- src/gui.js | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 704ec50504..fd6fe5ba62 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -126,6 +126,7 @@ ### 2024-07-24 * widgets: added ability to switch octaves in the piano keyboard widget, thanks, ego-lay-atman-bay! +* gui: added credits for ego-lay-atman-bay ### 2024-07-22 * edited help screen for doDeleteBlock, converted to PNG, reduced file size diff --git a/snap.html b/snap.html index a3bdbd32e1..f8c56b66c0 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 9d8f79df4b..ad2319f653 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,7 +87,7 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-July-22'; +modules.gui = '2024-July-24'; // Declarations @@ -5569,6 +5569,7 @@ IDE_Morph.prototype.aboutSnap = function () { + '\nSimon Mong: Custom blocks palette arrangement' + '\nIvan Motyashov: Initial Squeak Porting' + '\nLucas Karahadian: Piano Keyboard Design' + + '\nego-lay-atman-bay: Piano Keyboard Octave Switching' + '\nDavide Della Casa: Morphic Optimizations' + '\nAchal Dave: Web Audio' + '\nJoe Otto: Morphic Testing and Debugging'