kopia lustrzana https://github.com/backface/turtlestitch
updated version history
rodzic
3fd345a9a8
commit
7fcd947b0f
|
@ -7,9 +7,12 @@
|
||||||
* **Notable Fixes:**
|
* **Notable Fixes:**
|
||||||
* fixed a glitch in the animation library's "sine in-out" easing function
|
* fixed a glitch in the animation library's "sine in-out" easing function
|
||||||
* fixed a postMessage glitch in the API, thanks, Bernat!
|
* fixed a postMessage glitch in the API, thanks, Bernat!
|
||||||
|
* **Translation Updates:**
|
||||||
|
* Tamil, thanks, Barthdry!
|
||||||
|
|
||||||
### 2021-01-25
|
### 2021-01-25
|
||||||
* threads: hyperized image attribute reporter primitive (monadic)
|
* threads: hyperized image attribute reporter primitive (monadic)
|
||||||
|
* pulled pending PRs
|
||||||
|
|
||||||
### 2021-01-21
|
### 2021-01-21
|
||||||
* new dev version
|
* new dev version
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.ta = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'vnkmr7620@gmail.com', // optional
|
'vnkmr7620@gmail.com', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2020-12-09', // this, too, will appear in the Translators tab
|
'2021-01-25', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<script src="src/maps.js?version=2020-03-25"></script>
|
<script src="src/maps.js?version=2020-03-25"></script>
|
||||||
<script src="src/xml.js?version=2020-04-27"></script>
|
<script src="src/xml.js?version=2020-04-27"></script>
|
||||||
<script src="src/store.js?version=2020-12-11"></script>
|
<script src="src/store.js?version=2020-12-11"></script>
|
||||||
<script src="src/locale.js?version=2021-01-05"></script>
|
<script src="src/locale.js?version=2021-01-25"></script>
|
||||||
<script src="src/cloud.js?version=2020-10-21"></script>
|
<script src="src/cloud.js?version=2020-10-21"></script>
|
||||||
<script src="src/api.js?version=2021-01-25"></script>
|
<script src="src/api.js?version=2021-01-25"></script>
|
||||||
<script src="src/sha512.js?version=2019-06-27"></script>
|
<script src="src/sha512.js?version=2019-06-27"></script>
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2021-January-05';
|
modules.locale = '2021-January-25';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -465,7 +465,7 @@ SnapTranslator.dict.ta = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'vnkmr7620@gmail.com',
|
'vnkmr7620@gmail.com',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2020-12-09'
|
'2021-01-25'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.te = {
|
SnapTranslator.dict.te = {
|
||||||
|
|
Ładowanie…
Reference in New Issue