prepared minor release (7.1)

snap7
Jens Mönig 2022-01-28 15:55:19 +01:00
rodzic 589564a36f
commit 82eca7a93b
4 zmienionych plików z 16 dodań i 12 usunięć

Wyświetl plik

@ -1,18 +1,21 @@
# Snap! (BYOB) History
## in development:
* **New Features:**
* deleting and inserting individual variadic slots, script vars & ring params
* dragging blocks, costumes and sounds out from result bubbles, and from speech balloons and variable watchers when in edit mode
* exporting costumes and sounds from result bubbles, and from speech balloons and variable watchers when in edit mode
* exporting text and numbers from result bubbles and speech balloons when in edit mode
* exporting atomic lists from list watchers everywhere when in edit mode
* **Notable Changes:**
* **Notable Fixes:**
* **Documentation Updates:**
* **Translation Updates:**
## 7.1.0:
* **New Features:**
* delete and insert individual variadic slots, script vars & ring params via the context menu
* drag blocks, costumes and sounds out from result bubbles, and from speech balloons and variable watchers when in edit mode
* export data (costumes, sounds, text, numbers, atomic lists) from result bubbles, and from speech balloons and variable watchers when in edit mode via the context menu
* **Notable Fixes:**
* fixed layout for scrolling custom categories, thanks, Eckart, for the bug report!
* text-costumes library: fixed preserving (more) pen state, thanks, Brian!
* **Documentation Updates:**
* **Translation Updates:**
* Hungarian, thank you, Attila Faragó, for this HUGE update!
* German
@ -27,6 +30,7 @@
* objects: support exporting numbers and text from speech balloons when in edit mode
* lists: support exporting atomic lists from list watchers everywhere when in edit mode
* tables: support exporting atomic tables from table views everywhere when in edit mode
* v7.1.0
### 2022-01-27
* blocks, gui: support dragging costumes and sounds out from result bubbles

Wyświetl plik

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Snap! 7.0.7 - dev - Build Your Own Blocks</title>
<title>Snap! 7.1.0 - Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
@ -20,7 +20,7 @@
<script src="src/threads.js?version=2022-01-21"></script>
<script src="src/objects.js?version=2022-01-28"></script>
<script src="src/scenes.js?version=2021-11-24"></script>
<script src="src/gui.js?version=2022-01-27"></script>
<script src="src/gui.js?version=2022-01-28"></script>
<script src="src/paint.js?version=2021-07-05"></script>
<script src="src/lists.js?version=2022-01-28"></script>
<script src="src/byob.js?version=2022-01-07"></script>

Wyświetl plik

@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2022-January-27';
modules.gui = '2022-January-28';
// Declarations
@ -4775,7 +4775,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 7.0.7 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 7.1.0\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

2
sw.js
Wyświetl plik

@ -1,4 +1,4 @@
var snapVersion = '7.0.7-dev',
var snapVersion = '7.1.0',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',