Skip to content

Commit

Permalink
prepared v10.4.6 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Feb 5, 2025
1 parent 29db71d commit 724297b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## in development:

## 10.4.6:
* **Notable Changes:**
* SciSnap update, thanks, Eckart!
* reduced blocks outline contrast in flat design mode

### 2025-02-05
* gui: reduced blocks outline contrast in flat design mode
* SciSnap update, thanks, Eckart!
* prepared v10.4.6 patch

## 10.4.5:
* **Notable Fixes:**
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ modules.gui = '2025-February-05';

// Declarations

var SnapVersion = '10.4.5';
var SnapVersion = '10.4.6';

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.4.5',
var snapVersion = '10.4.6',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 724297b

Please sign in to comment.