dadaloop82
9e4a8323c3
chore: bump versions + update CHANGELOG/README for v1.6.0
...
Webapp: v1.5.0 → v1.6.0
Kiosk: v1.3.0 → v1.4.0 (versionCode 4→5)
Scale GW: v2.0.0 → v2.1.0 (versionCode 6→7)
CI: build-scale-gateway.yml now also triggers on develop branch
(was main-only, causing APK builds to not run on feature branches)
CHANGELOG: added [1.6.0] entry covering PackageInstaller OTA fixes,
dashboard skeleton, update banners, cooking mode z-index, XOR token
README: updated 'Recent Updates' section with 1.6.0 highlights
2026-05-03 18:00:46 +00:00
dadaloop82
97f6681e24
ci: trigger kiosk APK build on develop branch too
2026-04-27 14:49:19 +00:00
dadaloop82
1c792a4e4a
ci: add GitHub Actions workflow for kiosk APK build
2026-04-16 14:47:35 +00:00
dadaloop82
df9de2d257
ci: fix broken YAML - multiline notes had zero indentation breaking the literal block
2026-04-14 16:42:35 +00:00
dadaloop82
fb134128fe
ci: trigger workflow with direct commit on main
2026-04-14 16:39:39 +00:00
dadaloop82
0a11214d3d
ci: remove paths filter - run on every push to main to ensure APK is always built
2026-04-14 16:38:07 +00:00
dadaloop82
38d8fa7afe
ci: fix workflow - use gradle directly instead of ./gradlew (wrapper jar not in repo)
2026-04-14 16:33:35 +00:00
dadaloop82
3fcded1d9b
ci: also trigger workflow on changes to the workflow file itself
2026-04-14 16:31:56 +00:00
dadaloop82
9523b68fea
ci: add GitHub Actions workflow to build & release Scale Gateway APK
...
- Add .github/workflows/build-scale-gateway.yml
Triggers on push to main (evershelf-scale-gateway/** path filter)
Builds debug APK with Gradle/JDK 17, renames to evershelf-scale-gateway.apk
Creates/updates 'latest' GitHub Release so the direct download URL resolves
- Bump web app version v1.2.0 -> v1.3.0 (index.html)
- Bump Android versionCode 1->2, versionName 1.0.0->1.3.0 (app/build.gradle.kts)
2026-04-14 16:29:00 +00:00
dadaloop82
20f734d54a
rebrand: rename project from Dispensa Manager to EverShelf
...
- Update app name across all files (manifest, index.html, README, docs)
- Update contact email to evershelfproject@gmail.com
- Rename Docker service/container/volume to evershelf
- Rename localStorage keys: dispensa_* → evershelf_*
- Rename SQLite DB reference: dispensa.db → evershelf.db
- Update SSH remote to dadaloop82/EverShelf
- Update Apache conf file name to evershelf.conf
- Update CI workflow Docker image/container names
- Update cron job example path
- Add data/dispensa.db to .gitignore to prevent accidental commit
2026-04-13 10:09:33 +00:00
dadaloop82
d13f744aea
feat: v1.1.0 - Docker, i18n, setup wizard, rate limiting, OpenAPI
...
New features:
- Docker support (Dockerfile + docker-compose.yml)
- GitHub Actions CI pipeline (PHP lint, JS lint, Docker build, i18n validation)
- Internationalization system with 3 languages (it, en, de) and 347 translation keys
- First-run setup wizard (4-step configuration)
- File-based API rate limiting (120/15/5 req/min tiers)
- OpenAPI 3.1.0 specification for all 43 API endpoints
- CONTRIBUTING.md with translation and development guide
- Screenshots directory placeholder
Modified:
- README.md: Docker badges, install instructions, translations section
- api/index.php: rate limiting middleware
- assets/js/app.js: i18n system, setup wizard, t() function
- assets/css/style.css: setup wizard styles
- index.html: data-i18n attributes, setup wizard overlay, language settings
- .gitignore: rate_limits exclusion
2026-04-10 06:03:11 +00:00