Build 29134527

This commit is contained in:
Renan LE CARO 2025-05-24 09:27:44 +02:00
parent 935a61edc8
commit d8a9444b70
17 changed files with 3821 additions and 3818 deletions

View file

@ -15,13 +15,17 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
# Changelog
## To do
- add check for translation variable present in one language but not english
## Done
## 29133862
- added level: rainbow spiral
- added back some languages
- added link to weblate
-
- added link to weblate https://hosted.weblate.org/translate/breakout-71/in-app-translations
- nerfed picky eater : +1 combo per OTHER brick's color (+0 for monochromatic levels)
- fixed some translations
- added checks to catch any spam that would come from weblate
## 29126617

View file

@ -29,8 +29,8 @@ android {
applicationId = "me.lecaro.breakout"
minSdk = 21
targetSdk = 34
versionCode = 29133862
versionName = "29133862"
versionCode = 29134527
versionName = "29134527"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true

File diff suppressed because one or more lines are too long

View file

@ -41,8 +41,8 @@ sed -i -e "s/VERSION = .*/ VERSION = '$versionCode'/" ./src/PWA/sw-b71.js
find -name '*.jp*g' -o -name '*.png' | xargs exiftool -all= -overwrite_original
npx prettier --write src/
npx jest
node checks.js
# Actual js app build
npx parcel build src/index.html --dist-dir build

View file

@ -1,4 +1,4 @@
// npx nodemon checks.js --watch checks.js
// node checks.js
const fs= require('fs')
const files = fs.readdirSync('./src/i18n/')
for(let filename of files){
@ -10,7 +10,6 @@ for(let filename of files){
console.log(`Removed ${key} of ${filename}`)
}
content[key]=content[key].trim()
}
fs.writeFileSync(`./src/i18n/${filename}`, JSON.stringify(content, null,4)+'\n')
}

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29133862";
const VERSION = "29134527";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29133862"
"29134527"