kopia lustrzana https://github.com/backface/turtlestitch
updated credits, prepared maintenance release
mentioning @swiperthefox , @DarDoro and @ToonTalk for their contributions to IME supportpull/89/head
rodzic
e652c32162
commit
5795f18883
|
@ -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
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<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">
|
||||
<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/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/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/lists.js?version=2019-07-01"></script>
|
||||
<script type="text/javascript" src="src/byob.js?version=2019-07-15"></script>
|
||||
|
|
10
src/gui.js
10
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'
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Ładowanie…
Reference in New Issue