updated credits, prepared maintenance release

mentioning @swiperthefox , @DarDoro and @ToonTalk for their contributions to IME support
pull/89/head
jmoenig 2019-07-23 09:17:12 +02:00
rodzic e652c32162
commit 5795f18883
4 zmienionych plików z 14 dodań i 6 usunięć

Wyświetl plik

@ -6,8 +6,13 @@
* **Notable Fixes:** * **Notable Fixes:**
* **Translation Updates:** * **Translation Updates:**
## v5.0.6
* **Notable Fix:**
* IME text editing support, thanks, @swiperthefox!
### 2019-07-23 ### 2019-07-23
* morphic: minor code reformatting for LINTers * morphic: minor code reformatting for LINTers
* prepared maintenance release
### 2019-07-22 ### 2019-07-22
* new dev version * new dev version

Wyświetl plik

@ -2,14 +2,14 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 5.0.6 - dev -</title> <title>Snap! Build Your Own Blocks 5.0.6</title>
<link rel="shortcut icon" href="src/favicon.ico"> <link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-07-23"></script> <script type="text/javascript" src="src/morphic.js?version=2019-07-23"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-06-27"></script> <script type="text/javascript" src="src/widgets.js?version=2019-06-27"></script>
<script type="text/javascript" src="src/blocks.js?version=2019-07-22"></script> <script type="text/javascript" src="src/blocks.js?version=2019-07-22"></script>
<script type="text/javascript" src="src/threads.js?version=2019-07-15"></script> <script type="text/javascript" src="src/threads.js?version=2019-07-15"></script>
<script type="text/javascript" src="src/objects.js?version=2019-07-15"></script> <script type="text/javascript" src="src/objects.js?version=2019-07-15"></script>
<script type="text/javascript" src="src/gui.js?version=2019-07-22"></script> <script type="text/javascript" src="src/gui.js?version=2019-07-23"></script>
<script type="text/javascript" src="src/paint.js?version=2019-06-27"></script> <script type="text/javascript" src="src/paint.js?version=2019-06-27"></script>
<script type="text/javascript" src="src/lists.js?version=2019-07-01"></script> <script type="text/javascript" src="src/lists.js?version=2019-07-01"></script>
<script type="text/javascript" src="src/byob.js?version=2019-07-15"></script> <script type="text/javascript" src="src/byob.js?version=2019-07-15"></script>

Wyświetl plik

@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.gui = '2019-July-22'; modules.gui = '2019-July-23';
// Declarations // Declarations
@ -3595,7 +3595,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world(); 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 ' + 'Copyright \u24B8 2019 Jens M\u00F6nig and '
+ 'Brian Harvey\n' + 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
@ -3634,13 +3634,15 @@ IDE_Morph.prototype.aboutSnap = function () {
creditsTxt = localize('Contributors') creditsTxt = localize('Contributors')
+ '\n\nNathan Dinsmore: Saving/Loading, Snap-Logo Design, ' + '\n\nNathan Dinsmore: Saving/Loading, Snap-Logo Design, '
+ '\ncountless bugfixes and optimizations' + '\ncountless bugfixes and optimizations'
+ '\nKartik Chandra: Paint Editor'
+ '\nMichael Ball: Time/Date UI, Library Import Dialog,' + '\nMichael Ball: Time/Date UI, Library Import Dialog,'
+ '\ncountless bugfixes and optimizations' + '\ncountless bugfixes and optimizations'
+ '\nBartosz Leper: Retina Display Support'
+ '\nBernat Romagosa: Countless contributions' + '\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' + '\nJosep Ferràndiz: Video Motion Detection'
+ '\nJoan Guillén: Countless contributions' + '\nJoan Guillén: Countless contributions'
+ '\nKartik Chandra: Paint Editor'
+ '\nCarles Paredes: Initial Vector Paint Editor' + '\nCarles Paredes: Initial Vector Paint Editor'
+ '\n"Ava" Yuan Yuan, Dylan Servilla: Graphic Effects' + '\n"Ava" Yuan Yuan, Dylan Servilla: Graphic Effects'
+ '\nKyle Hotchkiss: Block search design' + '\nKyle Hotchkiss: Block search design'

Wyświetl plik

@ -1156,6 +1156,7 @@
Dariusz Dorożalski and @swiperthefox pioneered IME text editing. Dariusz Dorożalski and @swiperthefox pioneered IME text editing.
Bernat Romagosa contributed to text editing and to the core design. Bernat Romagosa contributed to text editing and to the core design.
Brian Harvey contributed to the design and implementation of submenus. Brian Harvey contributed to the design and implementation of submenus.
Ken Kahn contributed to Chinese keboard entry and Android support.
- Jens Mönig - Jens Mönig
*/ */