kopia lustrzana https://github.com/backface/turtlestitch
				
				
				
			
							rodzic
							
								
									d98ca2f809
								
							
						
					
					
						commit
						2453b6b91c
					
				| 
						 | 
				
			
			@ -1,6 +1,8 @@
 | 
			
		|||
# Snap! (BYOB) History
 | 
			
		||||
 | 
			
		||||
## in development:
 | 
			
		||||
 | 
			
		||||
## 6.3.0
 | 
			
		||||
* **New Features:**
 | 
			
		||||
    * new gesture: holding the shift-key when dragging extracts a single command from a stack of blocks
 | 
			
		||||
    * new "extract" single command block context menu option
 | 
			
		||||
| 
						 | 
				
			
			@ -22,6 +24,9 @@
 | 
			
		|||
    * German
 | 
			
		||||
    * French, thanks, Jeremy!
 | 
			
		||||
 | 
			
		||||
### 2020-11-04
 | 
			
		||||
* prepared minor release
 | 
			
		||||
 | 
			
		||||
### 2020-11-03
 | 
			
		||||
* Russian translation update, thanks, Pavel!
 | 
			
		||||
* objects: added "relabel" feature for the new "cut from" / "paste on" primitives
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <head>
 | 
			
		||||
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
			
		||||
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
        <title>Snap! 6.3.0 - dev - Build Your Own Blocks</title>
 | 
			
		||||
        <title>Snap! 6.3.0 Build Your Own Blocks</title>
 | 
			
		||||
        <link rel="icon" href="src/favicon.ico">
 | 
			
		||||
        <script src="src/morphic.js?version=2020-11-02"></script>
 | 
			
		||||
        <script src="src/symbols.js?version=2020-10-07"></script>
 | 
			
		||||
| 
						 | 
				
			
			@ -11,7 +11,7 @@
 | 
			
		|||
        <script src="src/blocks.js?version=2020-11-02"></script>
 | 
			
		||||
        <script src="src/threads.js?version=2020-11-02"></script>
 | 
			
		||||
        <script src="src/objects.js?version=2020-11-03"></script>
 | 
			
		||||
        <script src="src/gui.js?version=2020-10-28"></script>
 | 
			
		||||
        <script src="src/gui.js?version=2020-11-04"></script>
 | 
			
		||||
        <script src="src/paint.js?version=2020-05-17"></script>
 | 
			
		||||
        <script src="src/lists.js?version=2020-07-01"></script>
 | 
			
		||||
        <script src="src/byob.js?version=2020-10-07"></script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/
 | 
			
		|||
 | 
			
		||||
// Global stuff ////////////////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
modules.gui = '2020-October-28';
 | 
			
		||||
modules.gui = '2020-November-04';
 | 
			
		||||
 | 
			
		||||
// Declarations
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -4007,7 +4007,7 @@ IDE_Morph.prototype.aboutSnap = function () {
 | 
			
		|||
        module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
 | 
			
		||||
        world = this.world();
 | 
			
		||||
 | 
			
		||||
    aboutTxt = 'Snap! 6.3.0 - dev -\nBuild Your Own Blocks\n\n'
 | 
			
		||||
    aboutTxt = 'Snap! 6.3.0\nBuild Your Own Blocks\n\n'
 | 
			
		||||
        + 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and '
 | 
			
		||||
        + 'Brian Harvey\n'
 | 
			
		||||
        + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue