Releases: pythoninthegrasses/lunchjs
Releases · pythoninthegrasses/lunchjs
v0.16.0
v0.15.0
0.15.0 (2026-02-04)
Features
- add edit functionality to restaurant list view (8c35c86)
- add test suite workflow (af2bbd5)
- add unit, integration, and E2E testing infrastructure (a42bd1e)
- migrate from npm to Deno for frontend tooling (c6120c3)
Bug Fixes
- add checkout step before local composite action (ddfaabd)
- detect Node.js arch for Tauri CLI native module (4e6c67b)
- exclude test artifacts from src-tauri/dist in gitignore (0088d93)
- handle empty deno fmt/lint targets gracefully (f49c0ed)
- install Tauri CLI native module for platform (450cfcb)
- install webkit browser for Playwright tests (ffc7388)
- replace :npm:install with :deno:install in taskfiles (8f06a2a)
- run iOS and Android builds on studio runner (cabcd39)
- update Tauri CLI syntax for --aab flag (343ad22)
- use studio label only for runner selection (6e4cd3e)
Performance Improvements
- ci: optimize Android build with reduced targets and Rust cache (d4e5c07)
v0.14.0
0.14.0 (2026-02-03)
Features
- android: add JAVA_HOME and NDK_HOME to taskfile env (9f3ae02)
- android: add setup task for installing dependencies (1ae12f7)
- android: use GOOGLE_PLAY_TRACK env var for upload track (aba2700)
Bug Fixes
- android: add JDK to setup task dependencies (a342c55)
- android: use openjdk@21 LTS instead of @24 (588d161)
- ci: add JAVA_HOME for Android Gradle build (c3b0437)
- fastlane: inherit Android env vars from workflow (1d156f1)
- taskfile: auto-accept Android SDK license in setup (e560ac6)
- taskfile: make android:setup idempotent (c99c88b)
v0.13.0
v0.12.0
0.12.0 (2026-01-06)
Features
- android: add run:device task for standalone APK install (150bd0f)
- ci: add path filtering and fix Task cache for skip optimization (562a000)
- ci: cache iOS build artifacts for full skip optimization (a2c269c)
Bug Fixes
- ci: add explicit npm ci for clean node_modules (8d7e9e1)
- ci: run tauri icon from root to find node_modules (44e1199)
- ci: set RUNNER_TOOL_CACHE for self-hosted runner (5ff61cc)
- ci: simplify Homebrew deps for self-hosted runner (5bdf64f)
Reverts
- remove RUNNER_TOOL_CACHE (created /Users/runner instead) (5d2c413)
v0.11.0
v0.10.0
0.10.0 (2025-12-23)
Features
- ci: add concurrency control to cancel stale builds (9bbfd94)
- ci: implement hybrid caching with Task fingerprinting (b0f8b0b)
Bug Fixes
- ci: expand homebrew cache paths for actions/cache compatibility (2c27bc9)
- ci: suppress fastlane telemetry warning (38a5843)
- deps: update Gemfile.lock with ostruct gem (37dac8b)
- deps: update rust crate rusqlite to 0.38 (#6) (4b18140)
- ios: track empty assets directory with .gitkeep (9a062f5)
- taskfile: use bundle exec for fastlane commands (6879aa6)