added credits for Bambi

snap8
Jens Mönig 2022-08-03 11:11:20 +02:00
rodzic c6d924d23f
commit 45ec232e74
3 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -63,6 +63,9 @@
* German
* Greek, thank you, HM100!
### 2022-08-03
* gui: added credits for Bambi
### 2022-08-02
* cloud: update
* new release candidate version

Wyświetl plik

@ -20,7 +20,7 @@
<script src="src/threads.js?version=2022-08-01"></script>
<script src="src/objects.js?version=2022-08-01"></script>
<script src="src/scenes.js?version=2022-03-03"></script>
<script src="src/gui.js?version=2022-08-02"></script>
<script src="src/gui.js?version=2022-08-03"></script>
<script src="src/paint.js?version=2021-07-05"></script>
<script src="src/lists.js?version=2022-07-19"></script>
<script src="src/byob.js?version=2022-08-01"></script>

Wyświetl plik

@ -86,11 +86,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2022-August-02';
modules.gui = '2022-August-03';
// Declarations
var SnapVersion = '8.0.0-rc-220802';
var SnapVersion = '8.0.0-rc-220803';
var IDE_Morph;
var ProjectDialogMorph;
@ -4861,6 +4861,7 @@ IDE_Morph.prototype.aboutSnap = function () {
+ '\nKyle Hotchkiss: Block search design'
+ '\nBrian Broll: Many bugfixes and optimizations'
+ '\nEckart Modrow: SciSnap! Extension'
+ '\nBambi Brewer: Birdbrain Robotics Extension Support'
+ '\nIan Reynolds: UI Design, Event Bindings, '
+ 'Sound primitives'
+ '\nJadga Hügle: Icons and countless other contributions'