Skip to content

Commit

Permalink
prepared v10.3.4 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Dec 18, 2024
1 parent 3b7b1f2 commit 77aee7e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
15 changes: 12 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

## in development:

### 2024-12-18
* byob: tweaked dropdown-menu parser
* added "compress ... by ..." reporter to the pixels library
## 10.3.4:
* **Notable Changes:**
* added "compress ... by ..." reporter to the Pixels library
* added "stretch" and "compress" reporters to the AudioComp library
* **Translation Updates:**
* German (parts of the Pixels and AudioComp libraries)

### 2024-12-18
* byob: tweaked dropdown-menu parser
* added "compress ... by ..." reporter to the pixels library
* added "stretch" and "compress" reporters to the AudioComp library
* updated German translation for data streching / compression library blocks
* prepared v10.3.4 patch

## 10.3.3:
* **Translation Updates:**
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="src/threads.js?version=2024-12-05"></script>
<script src="src/objects.js?version=2024-12-04"></script>
<script src="src/scenes.js?version=2024-05-28"></script>
<script src="src/gui.js?version=2024-12-12"></script>
<script src="src/gui.js?version=2024-12-18"></script>
<script src="src/paint.js?version=2023-05-24"></script>
<script src="src/lists.js?version=2024-11-14"></script>
<script src="src/byob.js?version=2024-12-18"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ HatBlockMorph*/

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2024-December-12';
modules.gui = '2024-December-18';

// Declarations

var SnapVersion = '10.3.3';
var SnapVersion = '10.3.4';

var IDE_Morph;
var ProjectDialogMorph;
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*global self, caches*/
/*jshint esversion: 6*/
var snapVersion = '10.3.3',
var snapVersion = '10.3.4',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 77aee7e

Please sign in to comment.