4.1 Beta 2 [ci-build]

master
JannisX11 2021-12-14 14:46:49 +01:00
parent 73896ad480
commit df418b89eb
7 changed files with 13 additions and 5 deletions

View File

@ -25,7 +25,7 @@
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
const isApp = typeof require !== 'undefined';
const appVersion = '4.1.0-beta.1';
const appVersion = '4.1.0-beta.2';
if (localStorage.getItem('theme')) {

File diff suppressed because one or more lines are too long

View File

@ -820,7 +820,7 @@
"action.change_keyframe_file": "Выбрать",
"action.change_keyframe_file.desc": "Выбрать аудиофайл для предварительного просмотра звукового эффекта",
"action.clear_timeline": "Очистить шкалу времени",
"action.clear_timeline.desc": "Удалить все невыбранные <...> из временной шкалы",
"action.clear_timeline.desc": "Удалить все дорожки анимации из временной шкалы",
"action.select_effect_animator": "Эффекты анимации",
"action.select_effect_animator.desc": "Открыть временную шкалу для добавления звуковых эффектов и частиц",
"action.timeline_focus": "Канал",

View File

@ -1,7 +1,7 @@
{
"name": "Blockbench",
"description": "Low-poly modeling and animation software",
"version": "4.1.0-beta.1",
"version": "4.1.0-beta.2",
"license": "GPL-3.0-or-later",
"author": {
"name": "JannisX11",

View File

@ -1,4 +1,11 @@
const workbox = require('workbox-build');
const fs = require('fs');
let bundle_file = fs.readFileSync('./js/webpack/bundle.js', 'utf-8');
if (bundle_file.match(/</)) {
console.error('\x1b[31m', 'Invalid symbol detected in bundle');
process.exit(1);
}
workbox.generateSW({
cacheId: 'blockbench',

File diff suppressed because one or more lines are too long

1
workbox-14ff3674.js Normal file

File diff suppressed because one or more lines are too long