made HSL preference setting hidden behind shift-click

snap7
jmoenig 2021-11-12 15:10:05 +01:00
rodzic 0ea2a5cd9b
commit b746dea75d
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -58,6 +58,7 @@
* store: fixed importing custom categories from libraries, thanks, Eckart, for reporting this!
* gui, objects, scenes, store: reverted to HSV as default pen color model
* store: fixed a serialization conflict for global variables referencing the stage
* gui: made HSL preference setting hidden behind shift-click
### 2021-11-11
* German translation update, changed %hsva -> %clrdim

Wyświetl plik

@ -4240,7 +4240,7 @@ IDE_Morph.prototype.settingsMenu = function () {
SpriteMorph.prototype.penColorModel === 'hsl',
'uncheck to switch pen colors\nand graphic effects\nto HSV',
'check to switch pen colors\nand graphic effects\nfrom to HSL',
false
true
);
addPreference(
@ -4731,7 +4731,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 7 - dev211110 -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 7 - dev211112 -\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2021 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-dev211111'
var snapVersion = '7-dev211112'
var cacheName = 'snap-pwa',
filesToCache = [